]> sourceware.org Git - automake.git/commitdiff
nothing
authorTom Tromey <tromey@redhat.com>
Tue, 10 Sep 1996 21:28:21 +0000 (21:28 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 10 Sep 1996 21:28:21 +0000 (21:28 +0000)
TODO

diff --git a/TODO b/TODO
index 9577816cd27e12b1e3443928f075815e57a3cb88..7687c38b86e7df44b9e237e55f4588c01b227cf1 100644 (file)
--- 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.
This page took 0.027251 seconds and 5 git commands to generate.