diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-27 04:24:57 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-27 04:24:57 +0000 |
commit | 50916693c92ce904c5a57e1ab6a5a6982d2d67df (patch) | |
tree | 998f3226f26a9ee835cd5a8ea1d4e5f87070449c /lib/Makefile.in | |
parent | f25997f7039e40474694aa53031d20f6209ba3d8 (diff) | |
download | idutils-50916693c92ce904c5a57e1ab6a5a6982d2d67df.tar.gz idutils-50916693c92ce904c5a57e1ab6a5a6982d2d67df.tar.bz2 idutils-50916693c92ce904c5a57e1ab6a5a6982d2d67df.zip |
* started to address portability problems in the id-utils-4.0 release
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r-- | lib/Makefile.in | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 19e3585..242b7c3 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -23,7 +23,7 @@ # the same distribution terms as the rest of that program. # # 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 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 +# 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) @@ -51,20 +51,22 @@ 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 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 + __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 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/d-ino.m4 \ + $(top_srcdir)/m4/dirname.m4 $(top_srcdir)/m4/dos.m4 \ $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/exclude.m4 \ $(top_srcdir)/m4/exitfail.m4 $(top_srcdir)/m4/extensions.m4 \ $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \ @@ -108,7 +110,8 @@ AR = ar ARFLAGS = cru libgnu_a_AR = $(AR) $(ARFLAGS) libgnu_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@ -am_libgnu_a_OBJECTS = strnlen1.$(OBJEXT) xalloc-die.$(OBJEXT) +am_libgnu_a_OBJECTS = basename.$(OBJEXT) stripslash.$(OBJEXT) \ + strnlen1.$(OBJEXT) xalloc-die.$(OBJEXT) libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = @@ -246,8 +249,9 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies noinst_LIBRARIES = libgnu.a -libgnu_a_SOURCES = exit.h gettext.h mbchar.h mbuiter.h strcase.h \ - strnlen1.h strnlen1.c strpbrk.h strsep.h strstr.h xalloc-die.c +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 xalloc-die.c libgnu_a_LIBADD = @LIBOBJS@ @ALLOCA@ EXTRA_DIST = alloca_.h fnmatch_.h fnmatch_loop.c getopt_.h \ getopt_int.h inttostr.c stdbool_.h |