summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-02-19 00:12:15 +0000
committerTom Tromey <tromey@redhat.com>2001-02-19 00:12:15 +0000
commit03414b51330e441361cbb388d3b7d0a75fee5a90 (patch)
treedf3de0aa8b17e1579644ec83dff51d68e7022561 /TODO
parentc8a7b8b93bd0436ebbced621a6e4a30ba6922d6f (diff)
downloadautomake-03414b51330e441361cbb388d3b7d0a75fee5a90.tar.gz
* m4/strip.m4 (AM_PROG_INSTALL_STRIP): Don't call AM_PROG_STRIP.
Set INSTALL_STRIP_PROGRAM_ENV to `$(STRIP)', not `$STRIP'. (AM_PROG_STRIP): Commented out.
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 0 insertions, 12 deletions
diff --git a/TODO b/TODO
index 42d1eb498..8750ae603 100644
--- a/TODO
+++ b/TODO
@@ -192,18 +192,6 @@ Tom:
Then have automake know about fnmatch.h.
[ probably should wait for autoconf to get right functionality ]
-* Allow per-object cflags:
- bin_PROGRAMS = foo
- foo_CFLAGS = -DFOO
-* per-object compiler flags do not apply to libobjs
- -> give error in this case
-* At the same time, allow sources in subdirs:
- foo_SOURCES = x/y.c
- This requires `mkdir x' at build time
- [ both of these require per-file rules, and not pattern rules ]
- [ use user-written suffix rules to generate the per-file rules in
- an automatic way -- this would be mucho cool ]
-
* Every program foo has FOOFLAGS right now.
It should also have AM_FOOFLAGS, which can be set in Makefile.am.
DONE: but needs to be documented