1 # This file is generated automatically by "bootstrap". 2 lib_SOURCES += argmatch.h argmatch.c 3 4 lib_SOURCES += basename.c stripslash.c 5 6 7 lib_SOURCES += exit.h 8 9 10 11 BUILT_SOURCES += $(GETOPT_H) 12 EXTRA_DIST += getopt_.h getopt_int.h 13 14 # We need the following in order to create <getopt.h> when the system 15 # doesn't have one that works with the given compiler. 16 getopt.h: getopt_.h 17 cp $(srcdir)/getopt_.h $@-t 18 mv $@-t $@ 19 MOSTLYCLEANFILES += getopt.h getopt.h-t 20 21 # This is for those projects which use "gettextize --intl" to put a source-code 22 # copy of libintl into their package. In such projects, every Makefile.am needs 23 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory. 24 # For the Makefile.ams in other directories it is the maintainer's 25 # responsibility; for the one from gnulib we do it here. 26 # This option has no effect when the user disables NLS (because then the intl 27 # directory contains no libintl.h file) or when the project does not use 28 # "gettextize --intl". 29 # (commented out by bootstrap) AM_CPPFLAGS += -I$(top_builddir)/intl 30 31 lib_SOURCES += gettext.h 32 33 34 35 36 37 lib_SOURCES += mbswidth.h mbswidth.c 38 39 40 41 42 BUILT_SOURCES += $(STDBOOL_H) 43 EXTRA_DIST += stdbool_.h 44 45 # We need the following in order to create <stdbool.h> when the system 46 # doesn't have one that works. 47 stdbool.h: stdbool_.h 48 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t 49 mv $@-t $@ 50 MOSTLYCLEANFILES += stdbool.h stdbool.h-t 51 52 53 lib_SOURCES += stpcpy.h 54 55 56 57 58 59 60 61 62 BUILT_SOURCES += $(UNISTD_H) 63 64 # We need the following in order to create an empty placeholder for 65 # <unistd.h> when the system doesn't have one. 66 unistd.h: 67 echo '/* Empty placeholder for $@. */' >$@ 68 MOSTLYCLEANFILES += unistd.h 69 70 71 72 lib_SOURCES += verify.h 73 74 75 lib_SOURCES += xalloc-die.c 76 77 lib_SOURCES += xstrndup.h xstrndup.c 78 79