+Wed May 28 23:40:33 1997 Tom Tromey <tromey@cygnus.com>
+
+ * depend.am (.deps/.P): Depend on $(BUILT_SOURCES) again. From
+ Gord Matzigkeit.
+
Mon May 26 22:50:49 1997 Tom Tromey <tromey@cygnus.com>
* remake-hdr.am ($(srcdir)/@STAMP@.in): Make echo silent. Report
look at gcc's Makefile.in to see what to do
or look at maint program
+* Karl wants to be able to set LIBS and LDFLAGS at build time, like CFLAGS
+ maybe we need something more general?
+
+* add $(srcdir)/ before some dependencies?
+
* define LINK if a program is mentioned, even if no C sources appear
* BUILT_SOURCES should not be distributed, even when they appear in
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## duplicated by any C source file. (Well, there could be ".c", but
## no one does that in practice)
-include .deps/.P
-.deps/.P:
+## This depends on $(BUILT_SOURCES) because that lets us generate
+## dependencies for files that don't exist at the start of a fresh
+## build.
+.deps/.P: $(BUILT_SOURCES)
test -d .deps || mkdir .deps
## Use ":" here and not "echo timestamp". Otherwise GNU Make barfs:
## .deps/.P:1: *** missing separator. Stop.
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## duplicated by any C source file. (Well, there could be ".c", but
## no one does that in practice)
-include .deps/.P
-.deps/.P:
+## This depends on $(BUILT_SOURCES) because that lets us generate
+## dependencies for files that don't exist at the start of a fresh
+## build.
+.deps/.P: $(BUILT_SOURCES)
test -d .deps || mkdir .deps
## Use ":" here and not "echo timestamp". Otherwise GNU Make barfs:
## .deps/.P:1: *** missing separator. Stop.