nothing
authorTom Tromey <tromey@redhat.com>
Thu, 27 Mar 1997 19:33:12 +0000 (19:33 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 27 Mar 1997 19:33:12 +0000 (19:33 +0000)
TODO
automake.texi

diff --git a/TODO b/TODO
index 074d36e..28c03f2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,13 @@
 * NORMAL_INSTALL / NORMAL_UNINSTALL -vs- recursive rules
+  [ maybe nothing needs be done ]
 
 * copyrights on m4 files, aclocal output
 
+* is there a way to add a directory and then have "make" do all the
+  updating?  think.
+
+* put standards.texi into distribution
+
 * if no AM_INIT_AUTOMAKE, then don't handle `missing' stuff.
   Yuck!
 
@@ -35,7 +41,15 @@ shouldn't be
 
 should always use perl -w
 
-rewrite in guile
+rewrite in guile (RMS request)
+at the same time, consider adding a GUI
+could use the same parsing code for the GUI and the standalone version
+that means figuring out a better representation of internal state
+
+having just one Makefile for a project would give a big speed increase
+for a project with many directories, eg glibc.  ideally (?) you'd
+still be able to have a Makefile.am in each directory somehow; this
+might make editing conceptually easier.
 
 * finish up TAGS work
 * `acinstall'
index 205233b..434e9d5 100644 (file)
@@ -527,6 +527,9 @@ generate @code{etags} from @file{etags.o}.
 @code{ctags_LDADD} is used to get @file{ctags.o} into the link line.
 @code{ctags_DEPENDENCIES} is generated by Automake.
 
+Of course, these explicit rules do not work if the de-ANSI-fication
+feature is used; supporting that would require more work.
+
 
 @node Invoking Automake
 @chapter Creating a @file{Makefile.in}