git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19439 a95241bf-73f2-0310-859d-f6bbb57e9c96
79 lines
1.8 KiB
Makefile
79 lines
1.8 KiB
Makefile
# This file is generated automatically by "bootstrap".
|
|
lib_SOURCES += argmatch.h argmatch.c
|
|
|
|
lib_SOURCES += basename.c stripslash.c
|
|
|
|
|
|
lib_SOURCES += exit.h
|
|
|
|
|
|
|
|
BUILT_SOURCES += $(GETOPT_H)
|
|
EXTRA_DIST += getopt_.h getopt_int.h
|
|
|
|
# We need the following in order to create <getopt.h> when the system
|
|
# doesn't have one that works with the given compiler.
|
|
getopt.h: getopt_.h
|
|
cp $(srcdir)/getopt_.h $@-t
|
|
mv $@-t $@
|
|
MOSTLYCLEANFILES += getopt.h getopt.h-t
|
|
|
|
# This is for those projects which use "gettextize --intl" to put a source-code
|
|
# copy of libintl into their package. In such projects, every Makefile.am needs
|
|
# -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
|
|
# For the Makefile.ams in other directories it is the maintainer's
|
|
# responsibility; for the one from gnulib we do it here.
|
|
# This option has no effect when the user disables NLS (because then the intl
|
|
# directory contains no libintl.h file) or when the project does not use
|
|
# "gettextize --intl".
|
|
# (commented out by bootstrap) AM_CPPFLAGS += -I$(top_builddir)/intl
|
|
|
|
lib_SOURCES += gettext.h
|
|
|
|
|
|
|
|
|
|
|
|
lib_SOURCES += mbswidth.h mbswidth.c
|
|
|
|
|
|
|
|
|
|
BUILT_SOURCES += $(STDBOOL_H)
|
|
EXTRA_DIST += stdbool_.h
|
|
|
|
# We need the following in order to create <stdbool.h> when the system
|
|
# doesn't have one that works.
|
|
stdbool.h: stdbool_.h
|
|
sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
|
|
mv $@-t $@
|
|
MOSTLYCLEANFILES += stdbool.h stdbool.h-t
|
|
|
|
|
|
lib_SOURCES += stpcpy.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BUILT_SOURCES += $(UNISTD_H)
|
|
|
|
# We need the following in order to create an empty placeholder for
|
|
# <unistd.h> when the system doesn't have one.
|
|
unistd.h:
|
|
echo '/* Empty placeholder for $@. */' >$@
|
|
MOSTLYCLEANFILES += unistd.h
|
|
|
|
|
|
|
|
lib_SOURCES += verify.h
|
|
|
|
|
|
lib_SOURCES += xalloc-die.c
|
|
|
|
lib_SOURCES += xstrndup.h xstrndup.c
|
|
|