+2005-07-22 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am: Remove rules depending on @STDBOOL_H@, @ALLOCA_H@,
+ @FNMATCH_H@, @GETOPT_H@.
+ (BUILT_SOURCES): Add $(STDBOOL_H), $(ALLOCA_H).
+ Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
+
2005-07-09 Bruno Haible <bruno@clisp.org>
* csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
# >>> gnulib module stdbool.
+BUILT_SOURCES += $(STDBOOL_H)
EXTRA_DIST += stdbool_.h
# The following is needed in order to create an <stdbool.h> when the system
# doesn't have one that works.
-all-local $(libgettextlib_la_OBJECTS): @STDBOOL_H@
stdbool.h: stdbool_.h
sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/stdbool_.h > stdbool.h
MOSTLYCLEANFILES += stdbool.h
# >>> gnulib module alloca.
+BUILT_SOURCES += $(ALLOCA_H)
EXTRA_DIST += alloca_.h
# The following is needed in order to create an <alloca.h> when the system
# doesn't have one that works with the given compiler.
-all-local $(libgettextlib_la_OBJECTS): @ALLOCA_H@
alloca.h: alloca_.h
cp $(srcdir)/alloca_.h alloca.h
MOSTLYCLEANFILES += alloca.h
# The following is needed in order to create an <fnmatch.h> when the system
# doesn't have one that works.
-all-local $(libgettextlib_la_OBJECTS): @FNMATCH_H@
fnmatch.h: fnmatch_.h
cp $(srcdir)/fnmatch_.h fnmatch.h
MOSTLYCLEANFILES += fnmatch.h
# The following is needed in order to create a <getopt.h> when the system
# doesn't have one that works.
-all-local $(libgettextlib_la_OBJECTS): @GETOPT_H@
getopt.h: getopt_.h
cp $(srcdir)/getopt_.h getopt.h
MOSTLYCLEANFILES += getopt.h