• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is generated automatically by "bootstrap".
2lib_SOURCES += argmatch.h argmatch.c
3
4lib_SOURCES += basename.c stripslash.c
5
6
7lib_SOURCES += exit.h
8
9
10
11BUILT_SOURCES += $(GETOPT_H)
12EXTRA_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.
16getopt.h: getopt_.h
17	cp $(srcdir)/getopt_.h $@-t
18	mv $@-t $@
19MOSTLYCLEANFILES += 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
31lib_SOURCES += gettext.h
32
33
34
35
36
37lib_SOURCES += mbswidth.h mbswidth.c
38
39
40
41
42BUILT_SOURCES += $(STDBOOL_H)
43EXTRA_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.
47stdbool.h: stdbool_.h
48	sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
49	mv $@-t $@
50MOSTLYCLEANFILES += stdbool.h stdbool.h-t
51
52
53lib_SOURCES += stpcpy.h
54
55
56
57
58
59
60
61
62BUILT_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.
66unistd.h:
67	echo '/* Empty placeholder for $@.  */' >$@
68MOSTLYCLEANFILES += unistd.h
69
70
71
72lib_SOURCES += verify.h
73
74
75lib_SOURCES += xalloc-die.c
76
77lib_SOURCES += xstrndup.h xstrndup.c
78
79