summaryrefslogtreecommitdiffstats
path: root/contrib/diff/lib/gnulib.mk
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-06-15 07:06:13 +0000
committerdelphij <delphij@FreeBSD.org>2007-06-15 07:06:13 +0000
commit40ec4fdc9a74bfdb83f13672acdb88af5c91ab46 (patch)
treefa574500c8a91fba34c02a5fbe177ac9ef1890ea /contrib/diff/lib/gnulib.mk
parentf75ef5d3d4da5cc670cb41c22a97279e60c6cb0c (diff)
downloadFreeBSD-src-40ec4fdc9a74bfdb83f13672acdb88af5c91ab46.zip
FreeBSD-src-40ec4fdc9a74bfdb83f13672acdb88af5c91ab46.tar.gz
Virgin import of diffutils 2.8.7.
Diffstat (limited to 'contrib/diff/lib/gnulib.mk')
-rw-r--r--contrib/diff/lib/gnulib.mk90
1 files changed, 90 insertions, 0 deletions
diff --git a/contrib/diff/lib/gnulib.mk b/contrib/diff/lib/gnulib.mk
new file mode 100644
index 0000000..6e7f05a
--- /dev/null
+++ b/contrib/diff/lib/gnulib.mk
@@ -0,0 +1,90 @@
+# This file is generated automatically by "bootstrap".
+BUILT_SOURCES += $(ALLOCA_H)
+EXTRA_DIST += alloca_.h
+
+# We need the following in order to create an <alloca.h> when the system
+# doesn't have one that works with the given compiler.
+all-local $(lib_OBJECTS): $(ALLOCA_H)
+alloca.h: alloca_.h
+ cp $(srcdir)/alloca_.h $@-t
+ mv $@-t $@
+MOSTLYCLEANFILES += alloca.h alloca.h-t
+
+lib_SOURCES += c-stack.h c-stack.c
+
+lib_SOURCES += dirname.h dirname.c basename.c stripslash.c
+
+
+lib_SOURCES += exclude.h exclude.c
+
+lib_SOURCES += exit.h
+
+lib_SOURCES += exitfail.h exitfail.c
+
+
+lib_SOURCES += file-type.h file-type.c
+
+BUILT_SOURCES += $(FNMATCH_H)
+EXTRA_DIST += fnmatch_.h fnmatch_loop.c
+
+# We need the following in order to create an <fnmatch.h> when the system
+# doesn't have one that supports the required API.
+all-local $(lib_OBJECTS): $(FNMATCH_H)
+fnmatch.h: fnmatch_.h
+ cp $(srcdir)/fnmatch_.h $@-t
+ mv $@-t $@
+MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
+
+
+lib_SOURCES += getopt.h getopt.c getopt1.c getopt_int.h
+
+lib_SOURCES += gettext.h
+
+
+lib_SOURCES += hard-locale.h hard-locale.c
+
+EXTRA_DIST += inttostr.c
+lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c
+
+
+
+lib_SOURCES += posixver.h posixver.c
+
+
+lib_SOURCES += regex.h
+
+
+BUILT_SOURCES += $(STDBOOL_H)
+EXTRA_DIST += stdbool_.h
+
+# We need the following in order to create an <stdbool.h> when the system
+# doesn't have one that works.
+all-local $(lib_OBJECTS): $(STDBOOL_H)
+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 += strcase.h
+
+lib_SOURCES += strftime.c
+
+
+
+
+
+
+
+lib_SOURCES += time_r.h
+
+
+lib_SOURCES += unlocked-io.h
+
+lib_SOURCES += version-etc.h version-etc.c
+
+lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
+
+lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
+
+lib_SOURCES += xstrtoumax.c
+
OpenPOWER on IntegriCloud