summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-09-26 14:51:26 +0000
committerBruno Haible <bruno@clisp.org>2001-09-26 14:51:26 +0000
commit3056db10f1532a753d030f9bcc431a621e5e92a0 (patch)
tree52b945a93e0dc5b0a4eae46050149ef028a2c29c /lib/Makefile.in
parenta97f36ba8cc361bdecc73129b51ef6c5996d402d (diff)
downloadexternal_gettext-3056db10f1532a753d030f9bcc431a621e5e92a0.zip
external_gettext-3056db10f1532a753d030f9bcc431a621e5e92a0.tar.gz
external_gettext-3056db10f1532a753d030f9bcc431a621e5e92a0.tar.bz2
Regenerated.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in37
1 files changed, 28 insertions, 9 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 8bb0a5f..eb382cc 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -121,15 +121,34 @@ AUTOMAKE_OPTIONS = 1.2 gnits
noinst_LIBRARIES = libnlsut.a
-EXTRA_DIST = alloca.c classpath.c config.charset error.c getline.c memset.c memmove.c mkdtemp.c ref-add.sin ref-del.sin setenv.c stpcpy.c stpncpy.c strcasecmp.c strcspn.c strncasecmp.c strpbrk.c strstr.c strtol.c strtoul.c vasprintf.c stdbool.h.in gen-lbrkprop.c 3level.h
+# Sources that are compiled on all platforms.
+libnlsut_a_SOURCES = basename.c c-ctype.c concatpath.c execute.c findprog.c fstrcmp.c full-write.c gcd.c getopt.c getopt1.c hash.c javacomp.c javaexec.c linebreak.c localcharset.c mbswidth.c obstack.c pipe-bidi.c pipe-in.c pipe-out.c progname.c sh-quote.c tmpdir.c wait-process.c xerror.c xgetcwd.c xmalloc.c xstrdup.c
-libnlsut_a_SOURCES = basename.c c-ctype.c concatpath.c execute.c findprog.c fstrcmp.c full-write.c gcd.c getopt.c getopt1.c hash.c javacomp.c javaexec.c linebreak.c localcharset.c mbswidth.c obstack.c pipe-bidi.c pipe-in.c pipe-out.c progname.c safe-read.c sh-quote.c tmpdir.c wait-process.c xerror.c xgetcwd.c xmalloc.c xstrdup.c
+libnlsut_a_HEADER = c-ctype.h execute.h findprog.h fstrcmp.h full-write.h gcd.h getopt.h hash.h javacomp.h javaexec.h lbrkprop.h linebreak.h mbswidth.h obstack.h pathmax.h pipe.h progname.h sh-quote.h system.h tmpdir.h utf8-ucs4.h utf16-ucs4.h wait-process.h xerror.h
+
+
+# Sources that are compiled only on platforms that lack the functions.
+
+LIBADD_SOURCE = alloca.c error.c getline.c memset.c mkdtemp.c setenv.c stpcpy.c stpncpy.c strcasecmp.c strcspn.c strncasecmp.c strpbrk.c strstr.c strtol.c strtoul.c vasprintf.c
+
+
+LIBADD_HEADER = error.h getline.h mkdtemp.h setenv.h strpbrk.h
+
+# Unused sources.
+
+UNUSED_SOURCE = memmove.c safe-read.c
+
+UNUSED_HEADER = safe-read.h
libnlsut_a_LIBADD = @ALLOCA@ @LIBOBJS@
-noinst_HEADERS = c-ctype.h error.h execute.h findprog.h fstrcmp.h full-write.h gcd.h getline.h getopt.h hash.h javacomp.h javaexec.h lbrkprop.h linebreak.h mbswidth.h mkdtemp.h obstack.h pathmax.h pipe.h progname.h safe-read.h setenv.h sh-quote.h strpbrk.h system.h tmpdir.h utf8-ucs4.h utf16-ucs4.h wait-process.h xerror.h
+# List of files to be distributed.
+
+noinst_HEADERS = $(libnlsut_a_HEADER) $(LIBADD_HEADER) $(UNUSED_HEADER)
+
+EXTRA_DIST = classpath.c config.charset ref-add.sin ref-del.sin $(LIBADD_SOURCE) $(UNUSED_SOURCE) stdbool.h.in gen-lbrkprop.c 3level.h
DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@
@@ -157,9 +176,9 @@ fstrcmp.$(OBJEXT) full-write.$(OBJEXT) gcd.$(OBJEXT) getopt.$(OBJEXT) \
getopt1.$(OBJEXT) hash.$(OBJEXT) javacomp.$(OBJEXT) javaexec.$(OBJEXT) \
linebreak.$(OBJEXT) localcharset.$(OBJEXT) mbswidth.$(OBJEXT) \
obstack.$(OBJEXT) pipe-bidi.$(OBJEXT) pipe-in.$(OBJEXT) \
-pipe-out.$(OBJEXT) progname.$(OBJEXT) safe-read.$(OBJEXT) \
-sh-quote.$(OBJEXT) tmpdir.$(OBJEXT) wait-process.$(OBJEXT) \
-xerror.$(OBJEXT) xgetcwd.$(OBJEXT) xmalloc.$(OBJEXT) xstrdup.$(OBJEXT)
+pipe-out.$(OBJEXT) progname.$(OBJEXT) sh-quote.$(OBJEXT) \
+tmpdir.$(OBJEXT) wait-process.$(OBJEXT) xerror.$(OBJEXT) \
+xgetcwd.$(OBJEXT) xmalloc.$(OBJEXT) xstrdup.$(OBJEXT)
AR = ar
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -169,9 +188,9 @@ LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
HEADERS = $(noinst_HEADERS)
DIST_COMMON = ChangeLog Makefile.am Makefile.in alloca.c error.c \
-error.h javacomp.sh.in javaexec.sh.in memmove.c memset.c mkdtemp.c \
-setenv.c stpcpy.c stpncpy.c strcasecmp.c strcspn.c strncasecmp.c \
-strpbrk.c strstr.c strtoul.c vasprintf.c
+error.h javacomp.sh.in javaexec.sh.in memset.c mkdtemp.c setenv.c \
+stpcpy.c stpncpy.c strcasecmp.c strcspn.c strncasecmp.c strpbrk.c \
+strstr.c strtoul.c vasprintf.c
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)