summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-01-09 15:59:58 +0100
committerPaolo Bonzini <bonzini@gnu.org>2008-01-09 16:12:14 +0100
commite2fe13c4f8ed2c93bcc47f9912b7a30987e68158 (patch)
tree30b9342246ff80bc8c87f809402b355144822478 /lib
parentac9a20b3fb800e002fea2a16ce4679777fddcbff (diff)
downloadsed-e2fe13c4f8ed2c93bcc47f9912b7a30987e68158.tar.gz
gnulib .gitignore files
Diffstat (limited to 'lib')
-rw-r--r--lib/.gitignore76
-rw-r--r--lib/gnulib.mk148
2 files changed, 76 insertions, 148 deletions
diff --git a/lib/.gitignore b/lib/.gitignore
new file mode 100644
index 0000000..69111da
--- /dev/null
+++ b/lib/.gitignore
@@ -0,0 +1,76 @@
+acl-internal.h
+acl.c
+acl.h
+acl_entries.c
+alloca.c
+alloca_.h
+asnprintf.c
+config.charset
+error.c
+error.h
+exitfail.c
+exitfail.h
+file-has-acl.c
+float+.h
+float_.h
+getdelim.c
+getline.c
+getopt.c
+getopt1.c
+getopt_.h
+getopt_int.h
+gettext.h
+gettimeofday.c
+gnulib.mk
+localcharset.c
+localcharset.h
+memchr.c
+memcmp.c
+memmove.c
+mkstemp.c
+obstack.c
+obstack.h
+pathmax.h
+printf-args.c
+printf-args.h
+printf-parse.c
+printf-parse.h
+quote.c
+quote.h
+quotearg.c
+quotearg.h
+realloc.c
+ref-add.sin
+ref-del.sin
+size_max.h
+snprintf.c
+stdbool_.h
+stdint_.h
+stdio_.h
+stdlib_.h
+strerror.c
+strverscmp.c
+strverscmp.h
+sys_stat_.h
+sys_time_.h
+tempname.c
+tempname.h
+unistd_.h
+unlocked-io.h
+vasnprintf.c
+vasnprintf.h
+verify.h
+wchar_.h
+wctype_.h
+xalloc-die.c
+xalloc.h
+xmalloc.c
+xsize.h
+malloc.c
+regcomp.c
+regex.c
+regex.h
+regex_internal.c
+regex_internal.h
+regexec.c
+stat-macros.h
diff --git a/lib/gnulib.mk b/lib/gnulib.mk
deleted file mode 100644
index b155e32..0000000
--- a/lib/gnulib.mk
+++ /dev/null
@@ -1,148 +0,0 @@
-# This file is generated automatically by "autoboot".
-EXTRA_DIST += acl.h
-
-
-BUILT_SOURCES += $(ALLOCA_H)
-EXTRA_DIST += alloca_.h
-
-# We need the following in order to create <alloca.h> when the system
-# doesn't have one that works with the given compiler.
-alloca.h: alloca_.h
- cp -f $(srcdir)/alloca_.h $@-t
- mv -f $@-t $@
-MOSTLYCLEANFILES += alloca.h alloca.h-t
-
-
-lib_SOURCES += exit.h
-
-EXTRA_DIST += exitfail.h
-
-
-EXTRA_DIST += getdelim.h
-
-EXTRA_DIST += getline.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 -f $(srcdir)/getopt_.h $@-t
- mv -f $@-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 autoboot) AM_CPPFLAGS += -I$(top_builddir)/intl
-
-lib_SOURCES += gettext.h
-
-
-
-lib_SOURCES += mbchar.h
-
-lib_SOURCES += mbuiter.h
-
-
-
-
-
-
-EXTRA_DIST += quote.h
-
-EXTRA_DIST += quotearg.h
-
-EXTRA_DIST += regcomp.c regex.h regex_internal.c regex_internal.h regexec.c
-
-
-EXTRA_DIST += stat-macros.h
-
-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
- rm -f $@-t $@
- sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
- mv $@-t $@
-MOSTLYCLEANFILES += stdbool.h stdbool.h-t
-
-BUILT_SOURCES += $(STDINT_H)
-EXTRA_DIST += stdint_.h
-
-# We need the following in order to create <stdint.h> when the system
-# doesn't have one that works with the given compiler.
-stdint.h: stdint_.h
- rm -f $@-t $@
- sed -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
- -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
- -e 's|@''ABSOLUTE_STDINT_H''@|$(ABSOLUTE_STDINT_H)|g' \
- -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
- -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
- -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
- -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
- -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
- -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
- -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
- -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
- -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
- -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
- -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
- -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
- -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
- -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
- -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
- -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
- -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
- -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
- < $(srcdir)/stdint_.h > $@-t
- mv $@-t $@
-MOSTLYCLEANFILES += stdint.h stdint.h-t
-
-lib_SOURCES += strcase.h
-
-
-lib_SOURCES += strnlen1.h strnlen1.c
-
-EXTRA_DIST += strverscmp.h
-
-BUILT_SOURCES += $(SYS_STAT_H)
-EXTRA_DIST += stat_.h
-
-# We need the following in order to create <sys/stat.h> when the system
-# has one that is incomplete.
-sys/stat.h: stat_.h
- test -d sys || mkdir sys
- rm -f $@-t $@
- sed -e 's|@''ABSOLUTE_SYS_STAT_H''@|$(ABSOLUTE_SYS_STAT_H)|g' \
- < $(srcdir)/stat_.h > $@-t
- mv $@-t $@
-MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
-MOSTLYCLEANDIRS += sys
-
-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
-
-EXTRA_DIST += unlocked-io.h
-
-lib_SOURCES += verify.h
-
-lib_SOURCES += wcwidth.h
-
-EXTRA_DIST += xalloc.h
-
-lib_SOURCES += xalloc-die.c
-