summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-06-12 13:16:30 +0000
committerBruno Haible <bruno@clisp.org>2001-06-12 13:16:30 +0000
commit1f2c4814a26340557d35b149f5157fc339f59bb0 (patch)
tree904ebf0e4fa4947fbc4043ae26cd64f9b2caa424 /lib/Makefile.in
parent81c2567e872851390376094cd5b1995879ed12a4 (diff)
downloadexternal_gettext-1f2c4814a26340557d35b149f5157fc339f59bb0.zip
external_gettext-1f2c4814a26340557d35b149f5157fc339f59bb0.tar.gz
external_gettext-1f2c4814a26340557d35b149f5157fc339f59bb0.tar.bz2
Regenerated.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in24
1 files changed, 15 insertions, 9 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index ed7c086..dc1e57e 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p2 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@@ -65,9 +65,11 @@ BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
+CROSS_COMPILING = @CROSS_COMPILING@
DATADIRNAME = @DATADIRNAME@
DLLTOOL = @DLLTOOL@
DVIPS = @DVIPS@
+ECHO = @ECHO@
EMACS = @EMACS@
EXEEXT = @EXEEXT@
GENCAT = @GENCAT@
@@ -89,9 +91,11 @@ MSGFMT = @MSGFMT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
+PERL = @PERL@
POFILES = @POFILES@
POSUB = @POSUB@
RANLIB = @RANLIB@
+STRIP = @STRIP@
TEXI2HTML = @TEXI2HTML@
TEXI2PDF = @TEXI2PDF@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
@@ -108,12 +112,12 @@ noinst_LIBRARIES = libnlsut.a
EXTRA_DIST = alloca.c config.charset error.c getline.c memset.c memmove.c printf-prs.c ref-add.sin ref-del.sin stpcpy.c stpncpy.c strcasecmp.c strcspn.c strncasecmp.c strstr.c strtol.c strtoul.c vasprintf.c gen-lbrkprop.c 3level.h
-libnlsut_a_SOURCES = basename.c c-ctype.c concatpath.c fstrcmp.c getopt.c getopt1.c hash.c linebreak.c localcharset.c mbswidth.c obstack.c progname.c xerror.c xgetcwd.c xmalloc.c xstrdup.c
+libnlsut_a_SOURCES = basename.c c-ctype.c concatpath.c findprog.c fstrcmp.c full-write.c getopt.c getopt1.c hash.c linebreak.c localcharset.c mbswidth.c obstack.c pipe-bidi.c pipe-in.c pipe-out.c progname.c safe-read.c wait-process.c xerror.c xgetcwd.c xmalloc.c xstrdup.c
libnlsut_a_LIBADD = @ALLOCA@ @LIBOBJS@
-noinst_HEADERS = c-ctype.h error.h fstrcmp.h getline.h getopt.h hash.h lbrkprop.h linebreak.h mbswidth.h obstack.h pathmax.h printf-parse.h printf.h progname.h system.h xerror.h
+noinst_HEADERS = c-ctype.h error.h findprog.h fstrcmp.h full-write.h getline.h getopt.h hash.h lbrkprop.h linebreak.h mbswidth.h obstack.h pathmax.h pipe.h printf-parse.h printf.h progname.h safe-read.h system.h wait-process.h xerror.h
DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@
@@ -135,11 +139,13 @@ LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
libnlsut_a_DEPENDENCIES = @ALLOCA@ @LIBOBJS@
libnlsut_a_OBJECTS = basename.$(OBJEXT) c-ctype.$(OBJEXT) \
-concatpath.$(OBJEXT) fstrcmp.$(OBJEXT) getopt.$(OBJEXT) \
-getopt1.$(OBJEXT) hash.$(OBJEXT) linebreak.$(OBJEXT) \
-localcharset.$(OBJEXT) mbswidth.$(OBJEXT) obstack.$(OBJEXT) \
-progname.$(OBJEXT) xerror.$(OBJEXT) xgetcwd.$(OBJEXT) xmalloc.$(OBJEXT) \
-xstrdup.$(OBJEXT)
+concatpath.$(OBJEXT) findprog.$(OBJEXT) fstrcmp.$(OBJEXT) \
+full-write.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) hash.$(OBJEXT) \
+linebreak.$(OBJEXT) localcharset.$(OBJEXT) mbswidth.$(OBJEXT) \
+obstack.$(OBJEXT) pipe-bidi.$(OBJEXT) pipe-in.$(OBJEXT) \
+pipe-out.$(OBJEXT) progname.$(OBJEXT) safe-read.$(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)
@@ -266,7 +272,7 @@ distdir: $(DISTFILES)
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \
- cp -pr $$/$$file $(distdir)/$$file; \
+ cp -pr $$d/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \