With lots of experimenting, tradcpp (0.4) seems to work way better than gcc, and it's output is actually valid. We'll go with that for now.
13 lines
227 B
Makefile
13 lines
227 B
Makefile
doc_DATA = CONTRIBUTORS COPYING copyright HISTORY README
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in \
|
|
configure libtool \
|
|
config.guess \
|
|
config.sub \
|
|
config.log \
|
|
config.h.in \
|
|
install-sh
|
|
|
|
SUBDIRS = util lib programs doc
|
|
|