diff options
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r-- | lib/Makefile.in | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index a8c82c7..06fd304 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -25,6 +25,7 @@ # Generated by gnulib-tool. # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --aux-dir=. --macro-prefix=gl alloca alloca-opt atexit closeout dirname error exclude exit exitfail extensions fnmatch fnmatch-gnu fpending getcwd getopt gettext gettext-h havelib inttostr lstat malloc mbchar mbuiter memchr memcpy mempcpy memset obstack pathmax quotearg realloc regex restrict stat-macros stdbool strcase strcspn strdup strnlen1 strpbrk strsep strstr xalloc xalloc-die xgetcwd + SOURCES = $(libgnu_a_SOURCES) srcdir = @srcdir@ @@ -50,18 +51,18 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = lib -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in __fpending.c \ - __fpending.h alloca.c atexit.c closeout.c closeout.h dirname.c \ - dirname.h error.c error.h exclude.c exclude.h exitfail.c \ - exitfail.h fnmatch.c getcwd.c getcwd.h getopt.c getopt1.c \ - imaxtostr.c intprops.h inttostr.c inttostr.h lstat.c lstat.h \ - malloc.c mbchar.c memchr.c memcpy.c mempcpy.c mempcpy.h \ - memset.c obstack.c obstack.h offtostr.c pathmax.h quotearg.c \ - quotearg.h realloc.c regcomp.c regex.c regex.h \ - regex_internal.c regex_internal.h regexec.c stat-macros.h \ - strcasecmp.c strcspn.c strdup.c strdup.h strncasecmp.c \ - strpbrk.c strsep.c strstr.c umaxtostr.c xalloc.h xgetcwd.c \ - xgetcwd.h xmalloc.c +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in __fpending.c __fpending.h alloca.c \ + atexit.c closeout.c closeout.h dirname.c dirname.h error.c \ + error.h exclude.c exclude.h exitfail.c exitfail.h fnmatch.c \ + getcwd.c getcwd.h getopt.c getopt1.c imaxtostr.c intprops.h \ + inttostr.c inttostr.h lstat.c lstat.h malloc.c mbchar.c \ + memchr.c memcpy.c mempcpy.c mempcpy.h memset.c obstack.c \ + obstack.h offtostr.c pathmax.h quotearg.c quotearg.h realloc.c \ + regcomp.c regex.c regex.h regex_internal.c regex_internal.h \ + regexec.c stat-macros.h strcasecmp.c strcspn.c strdup.c \ + strdup.h strncasecmp.c strpbrk.c strsep.c strstr.c umaxtostr.c \ + xalloc.h xgetcwd.c xgetcwd.h xmalloc.c ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/alloca.m4 \ $(top_srcdir)/m4/atexit.m4 $(top_srcdir)/m4/closeout.m4 \ @@ -122,6 +123,7 @@ CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ SOURCES = $(libgnu_a_SOURCES) DIST_SOURCES = $(libgnu_a_SOURCES) +HEADERS = $(noinst_HEADERS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -255,6 +257,7 @@ libgnu_a_SOURCES = basename.c stripslash.c exit.h gettext.h mbchar.h \ mbuiter.h strcase.h strnlen1.h strnlen1.c strpbrk.h strsep.h \ strstr.h verify.h xalloc-die.c libgnu_a_LIBADD = @LIBOBJS@ @ALLOCA@ +noinst_HEADERS = EXTRA_DIST = alloca_.h fnmatch_.h fnmatch_loop.c getopt_.h \ getopt_int.h inttostr.c stdbool_.h BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) $(GETOPT_H) $(STDBOOL_H) @@ -397,7 +400,7 @@ distdir: $(DISTFILES) check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(LIBRARIES) +all-am: Makefile $(LIBRARIES) $(HEADERS) installdirs: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am |