From: Tom Tromey Date: Tue, 10 Sep 1996 21:28:21 +0000 (+0000) Subject: nothing X-Git-Tag: Release-1-1d~1 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=a94f88f36424232af328d0f39567c347aebe1246;p=automake.git nothing --- diff --git a/TODO b/TODO index 9577816c..7687c38b 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,21 @@ Priorities for release: [ none ] +Per Bothner says: +Per> 1) Being able to build a set of non-source programs +Per> from source porgrams, without necessarily linking them together. +Per> I.e. one should be able to say something like: +Per> dummy_SOURCES=foo.c bar.c +Per> and automake should realize that it needs to build foo.o and bar.o. +Per> 2) Being intelligent about new kinds of suffixes. +Per> If it sees: +Per> SUFFIXES = .class .java +Per> and a suffix rule of the form: +Per> .java.class: +Per> then it should be able to realize it can build .class files from +Per> .java files, and thus be able to generate a list of +Per> .class files from a list of .java source files. + * fix this distribution to be fully standards compliant * pathchk says we run over the limit * must change aclocal's implementation somehow -- gross @@ -311,6 +326,8 @@ autosystem... Document: +document which variables are actually scanned and which are not. + finish yacc, lex Document customary ordering of Makefile.am. From François.