diff options
author | Bruno Haible <bruno@clisp.org> | 2002-03-12 20:30:44 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:07:49 +0200 |
commit | dbfb2155e1d62ac1d59f1a49f95c111181fe9f2c (patch) | |
tree | c7380d4d6feebeb04212695cf60719a49aa77ddb /lib/Makefile.in | |
parent | c4caaffb18481d0bb0dafbb44d0f16cdefc7a88b (diff) | |
download | external_gettext-dbfb2155e1d62ac1d59f1a49f95c111181fe9f2c.zip external_gettext-dbfb2155e1d62ac1d59f1a49f95c111181fe9f2c.tar.gz external_gettext-dbfb2155e1d62ac1d59f1a49f95c111181fe9f2c.tar.bz2 |
Regenerated.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r-- | lib/Makefile.in | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index f243a55..588243f 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -107,6 +107,7 @@ LD = @LD@ LEX = @LEX@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIB = @LIB@ +LIBEXPAT = @LIBEXPAT@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ @@ -114,6 +115,7 @@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LTALLOCA = @LTALLOCA@ LTLIB = @LTLIB@ +LTLIBEXPAT = @LTLIBEXPAT@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ @@ -174,8 +176,10 @@ libgettextlib_la_SOURCES = \ progname.h progname.c \ safe-read.h safe-read.c \ sh-quote.h sh-quote.c \ + stpncpy.h stpncpy.c \ strtoul.c \ tmpdir.h tmpdir.c \ + ucs4-utf8.h ucs4-utf16.h \ wait-process.h wait-process.c \ xerror.h xerror.c \ xmalloc.h xmalloc.c xstrdup.c \ @@ -190,15 +194,15 @@ LIBADD_SOURCE = \ memset.c \ mkdtemp.h mkdtemp.c \ pfnmatch.h pfnmatch.c \ - setenv.h setenv.c \ + setenv.h setenv.c unsetenv.c \ + libstdarg.h \ stpcpy.h stpcpy.c \ - stpncpy.h stpncpy.c \ strcase.h strcasecmp.c strncasecmp.c \ strcspn.c \ strpbrk.h strpbrk.c \ strstr.h strstr.c \ strtol.c \ - vasprintf.c + vasprintf.h vasprintf.c @@ -231,7 +235,7 @@ noinst_HEADERS = gettext.h EXTRA_DIST = classpath.c config.charset ref-add.sin ref-del.sin \ $(LIBADD_SOURCE) $(UNUSED_SOURCE) \ stdbool.h.in \ -gen-lbrkprop.c 3level.h +gen-lbrkprop.c 3level.h Combining.txt DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@ @@ -259,8 +263,8 @@ am_libgettextlib_la_OBJECTS = argmatch.lo backupfile.lo addext.lo \ getopt1.lo hash.lo javacomp.lo javaexec.lo linebreak.lo \ localcharset.lo mbswidth.lo obstack.lo concatpath.lo \ pipe-bidi.lo pipe-in.lo pipe-out.lo progname.lo safe-read.lo \ - sh-quote.lo strtoul.lo tmpdir.lo wait-process.lo xerror.lo \ - xmalloc.lo xstrdup.lo xsetenv.lo + sh-quote.lo stpncpy.lo strtoul.lo tmpdir.lo wait-process.lo \ + xerror.lo xmalloc.lo xstrdup.lo xsetenv.lo libgettextlib_la_OBJECTS = $(am_libgettextlib_la_OBJECTS) DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) CPPFLAGS = @CPPFLAGS@ @@ -282,8 +286,8 @@ HEADERS = $(noinst_HEADERS) DIST_COMMON = $(noinst_HEADERS) ChangeLog Makefile.am Makefile.in \ alloca.c getline.c javacomp.sh.in javaexec.sh.in memset.c \ - mkdtemp.c pfnmatch.c setenv.c stpcpy.c stpncpy.c strcasecmp.c \ - strcspn.c strncasecmp.c strpbrk.c strstr.c vasprintf.c + mkdtemp.c pfnmatch.c setenv.c stpcpy.c strcasecmp.c strcspn.c \ + strncasecmp.c strpbrk.c strstr.c unsetenv.c vasprintf.c SOURCES = $(libgettextlib_la_SOURCES) all: all-am @@ -505,7 +509,7 @@ uninstall-am: uninstall-gettextsrcDATA uninstall-info-am \ uninstall-libLTLIBRARIES uninstall-local -all-local execute.lo javacomp.lo javaexec.lo pipe-bidi.lo pipe-in.lo pipe-out.lo progname.lo wait-process.lo xerror.lo: @STDBOOL_H@ +all-local c-ctype.lo execute.lo javacomp.lo javaexec.lo pipe-bidi.lo pipe-in.lo pipe-out.lo progname.lo tmpdir.lo wait-process.lo xerror.lo: @STDBOOL_H@ stdbool.h: stdbool.h.in cp $(srcdir)/stdbool.h.in stdbool.h |