From 9d9e02210d58c62eadfc26f4a31d5b411bb07c06 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 27 Mar 1997 19:33:12 +0000 Subject: [PATCH] nothing --- TODO | 16 +++++++++++++++- automake.texi | 3 +++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 074d36e46..28c03f2cf 100644 --- 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' diff --git a/automake.texi b/automake.texi index 205233bcd..434e9d573 100644 --- a/automake.texi +++ b/automake.texi @@ -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} -- 2.47.3