From: Bruno Haible Date: Wed, 2 Aug 2006 15:02:17 +0000 (+0000) Subject: The directory is now empty. X-Git-Tag: 0.16.x-branchpoint~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=544c7f808680641b115d880f4842687d7b7fa35e;p=thirdparty%2Fgettext.git The directory is now empty. --- diff --git a/gettext-tools/lib/.cvsignore b/gettext-tools/lib/.cvsignore deleted file mode 100644 index 8314d428d..000000000 --- a/gettext-tools/lib/.cvsignore +++ /dev/null @@ -1,17 +0,0 @@ -Makefile -charset.alias -ref-add.sed -ref-del.sed -lbrkprop.txt -csharpcomp.sh -csharpexec.sh -javacomp.sh -javaexec.sh -alloca.h -fnmatch.h -getopt.h -stdbool.h -.libs -_libs -*.lo -*.la diff --git a/gettext-tools/lib/Makefile.am b/gettext-tools/lib/Makefile.am deleted file mode 100644 index bc9bc2ae5..000000000 --- a/gettext-tools/lib/Makefile.am +++ /dev/null @@ -1,311 +0,0 @@ -## Makefile for the gettext-tools/lib subdirectory of GNU gettext -## Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc. -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; either version 2, or (at your option) -## any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software Foundation, -## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -## Process this file with automake to produce Makefile.in. - -AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies -EXTRA_DIST = -BUILT_SOURCES = -MOSTLYCLEANFILES = core *.stackdump -CLEANFILES = -DISTCLEANFILES = -SUFFIXES = - -RM = rm -f - -lib_LTLIBRARIES = libgettextlib.la - -# Sources that are compiled on all platforms. - -libgettextlib_la_SOURCES = \ - allocsa.h allocsa.c \ - argmatch.h argmatch.c \ - backupfile.h backupfile.c addext.c \ - basename.h basename.c \ - binary-io.h \ - c-ctype.h c-ctype.c \ - c-strcase.h c-strcasecmp.c c-strncasecmp.c \ - c-strcasestr.h c-strcasestr.c \ - classpath.h classpath.c \ - clean-temp.h clean-temp.c \ - closeout.h closeout.c \ - copy-file.h copy-file.c \ - csharpcomp.h csharpcomp.c \ - csharpexec.h csharpexec.c \ - error-progname.h error-progname.c \ - execute.h execute.c w32spawn.h \ - exit.h \ - exitfail.h exitfail.c \ - fatal-signal.h fatal-signal.c \ - findprog.h findprog.c \ - fstrcmp.h fstrcmp.c \ - full-write.h full-write.c \ - fwriteerror.h fwriteerror.c \ - gcd.h gcd.c \ - gl_anyhash_list1.h gl_anyhash_list2.h \ - gl_anylinked_list1.h gl_anylinked_list2.h \ - gl_linkedhash_list.h gl_linkedhash_list.c \ - gl_list.h gl_list.c \ - hash.h hash.c \ - iconvstring.h iconvstring.c \ - javacomp.h javacomp.c \ - javaexec.h javaexec.c \ - javaversion.h javaversion.c \ - linebreak.h linebreak.c lbrkprop.h utf8-ucs4.h utf16-ucs4.h \ - lock.h lock.c \ - mbswidth.h mbswidth.c \ - minmax.h \ - obstack.h obstack.c \ - pathmax.h \ - pathname.h concatpath.c \ - pipe.h pipe.c w32spawn.h \ - progname.h progname.c progreloc.c \ - propername.h propername.c \ - quote.h quote.c \ - quotearg.h quotearg.c \ - safe-read.h safe-read.c \ - safe-write.h safe-write.c \ - sh-quote.h sh-quote.c \ - size_max.h \ - tls.h tls.c \ - tmpdir.h tmpdir.c \ - ucs4-utf8.h ucs4-utf16.h \ - unlocked-io.h \ - verify.h \ - wait-process.h wait-process.c \ - wcwidth.h \ - xalloc.h xmalloc.c xstrdup.c \ - xallocsa.h xallocsa.c \ - xerror.h xerror.c \ - xreadlink.h xreadlink.c \ - xsetenv.h xsetenv.c \ - xsize.h \ - xvasprintf.h xvasprintf.c xasprintf.c - -# Sources that are compiled only on platforms that lack the functions. - -LIBADD_SOURCE = \ - atexit.c \ - canonicalize.h canonicalize.c \ - error.h error.c \ - fnmatch.c \ - getline.h getline.c \ - getndelim2.h getndelim2.c \ - getopt.c getopt1.c getopt_int.h \ - memmove.c \ - memset.c \ - mkdtemp.h mkdtemp.c \ - readlink.c \ - relocatable.h relocatable.c \ - setenv.h setenv.c unsetenv.c \ - stpcpy.h stpcpy.c \ - stpncpy.h stpncpy.c \ - strcspn.c \ - strerror.c \ - strpbrk.h strpbrk.c \ - strstr.h strstr.c \ - strtol.c \ - strtoul.c \ - vasprintf.h vasprintf.c - -# Unused sources. - -UNUSED_SOURCE = \ - xgetcwd.h xgetcwd.c - -# How to build libgettextlib.la. - -libgettextlib_la_LIBADD = @LTLIBOBJS@ - -# Need @LTLIBINTL@ because many source files use gettext(). -# Need @LTLIBICONV@ because linebreak.c and iconvstring.c use iconv(). -libgettextlib_la_LDFLAGS = \ - -release @VERSION@ \ - @LTLIBINTL@ @LTLIBICONV@ -lc @LTNOUNDEF@ - -# Tell the mingw or Cygwin linker which symbols to export. -if WOE32DLL -libgettextlib_la_SOURCES += ../woe32dll/gettextlib-exports.c -libgettextlib_la_LDFLAGS += -Wl,--export-all-symbols -endif - -# No need to install libgettextlib.a, except on AIX. -install-exec-local: install-libLTLIBRARIES install-exec-clean -install-exec-clean: - case "@host_os@" in \ - aix*) ;; \ - *) $(RM) $(DESTDIR)$(libdir)/libgettextlib.a ;; \ - esac - -# Extra files to be installed. - -gettextsrcdir = $(datadir)/gettext -gettextsrc_DATA = gettext.h - -pkgdatadir = $(datadir)/gettext -pkgdata_DATA = javaversion.class -EXTRA_DIST += javaversion.java javaversion.class - -# Files installed for the examples. - -examplesbuildauxdir = $(docdir)/examples/build-aux -examplesbuildaux_DATA = \ - javacomp.sh.in javaexec.sh.in \ - csharpcomp.sh.in csharpexec.sh.in - -# List of files to be distributed. - -noinst_HEADERS = gettext.h - -EXTRA_DIST += \ - $(LIBADD_SOURCE) $(UNUSED_SOURCE) relocwrapper.c allocsa.valgrind \ - gen-lbrkprop.c 3level.h Combining.txt \ - ChangeLog.0 - -AM_CPPFLAGS = -I. -I$(srcdir) -I.. -I../intl -I$(top_srcdir)/intl - -DEFS = \ - -DPKGDATADIR=\"$(pkgdatadir)\" \ - -DEXEEXT=\"$(EXEEXT)\" -DDEPENDS_ON_LIBINTL=1 -DDEPENDS_ON_LIBICONV=1 \ - -DSIGNAL_SAFE_LIST @DEFS@ - - -# >>> gnulib module stdbool. -BUILT_SOURCES += $(STDBOOL_H) -EXTRA_DIST += stdbool_.h - -# The following is needed in order to create an when the system -# doesn't have one that works. -stdbool.h: stdbool_.h - sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/stdbool_.h > stdbool.h -MOSTLYCLEANFILES += stdbool.h -# <<< gnulib module stdbool. - - -# >>> gnulib module unistd. -BUILT_SOURCES += $(UNISTD_H) - -# We need the following in order to create an empty placeholder for -# when the system doesn't have one. -unistd.h: - echo '/* Empty placeholder for $@. */' >$@ -MOSTLYCLEANFILES += unistd.h -# <<< gnulib module unistd. - - -# >>> gnulib module alloca. -BUILT_SOURCES += $(ALLOCA_H) -EXTRA_DIST += alloca_.h - -# The following is needed in order to create an when the system -# doesn't have one that works with the given compiler. -alloca.h: alloca_.h - cp $(srcdir)/alloca_.h alloca.h -MOSTLYCLEANFILES += alloca.h -# <<< gnulib module alloca. - - -# >>> gnulib module byteswap. -BUILT_SOURCES += $(BYTESWAP_H) -EXTRA_DIST += byteswap_.h - -# We need the following in order to create when the system -# doesn't have one. -byteswap.h: byteswap_.h - cp $(srcdir)/byteswap_.h $@-t - mv $@-t $@ -MOSTLYCLEANFILES += byteswap.h -# <<< gnulib module byteswap. - - -# >>> gnulib module fnmatch. -BUILT_SOURCES += $(FNMATCH_H) -EXTRA_DIST += fnmatch_.h fnmatch_loop.c - -# The following is needed in order to create an when the system -# doesn't have one that works. -fnmatch.h: fnmatch_.h - cp $(srcdir)/fnmatch_.h fnmatch.h -MOSTLYCLEANFILES += fnmatch.h -# <<< gnulib module fnmatch. - - -# >>> gnulib module getopt. -BUILT_SOURCES += $(GETOPT_H) -EXTRA_DIST += getopt_.h getopt_int.h - -# The following is needed in order to create a when the system -# doesn't have one that works. -getopt.h: getopt_.h - cp $(srcdir)/getopt_.h getopt.h -MOSTLYCLEANFILES += getopt.h -# <<< gnulib module getopt. - - -# >>> gnulib module localcharset. -libgettextlib_la_SOURCES += localcharset.h localcharset.c -EXTRA_DIST += config.charset ref-add.sin ref-del.sin -DEFS += -DLIBDIR=\"$(libdir)\" - -# The following is needed in order to install a simple file in $(libdir) -# which is shared with other installed packages. We use a list of referencing -# packages so that "make uninstall" will remove the file if and only if it -# is not used by another installed package. -# On systems with glibc-2.1 or newer, the file is redundant, therefore we -# avoid installing it. - -all-local: charset.alias ref-add.sed ref-del.sed - -charset_alias = $(DESTDIR)$(libdir)/charset.alias -charset_tmp = $(DESTDIR)$(libdir)/charset.tmp -install-exec-local: all-local - test @GLIBC21@ != no || $(mkdir_p) $(DESTDIR)$(libdir) - if test -f $(charset_alias); then \ - sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ - $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ - rm -f $(charset_tmp) ; \ - else \ - if test @GLIBC21@ = no; then \ - sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ - $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ - rm -f $(charset_tmp) ; \ - fi ; \ - fi - -uninstall-local: all-local - if test -f $(charset_alias); then \ - sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ - if grep '^# Packages using this file: $$' $(charset_tmp) \ - > /dev/null; then \ - rm -f $(charset_alias); \ - else \ - $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \ - fi; \ - rm -f $(charset_tmp); \ - fi - -charset.alias: config.charset - $(SHELL) $(srcdir)/config.charset '@host@' > t-$@ - mv t-$@ $@ - -SUFFIXES += .sed .sin -.sin.sed: - sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > t-$@ - mv t-$@ $@ - -CLEANFILES += charset.alias ref-add.sed ref-del.sed -# <<< gnulib module localcharset. diff --git a/gettext-tools/lib/Makefile.in b/gettext-tools/lib/Makefile.in deleted file mode 100644 index 329cc8828..000000000 --- a/gettext-tools/lib/Makefile.in +++ /dev/null @@ -1,961 +0,0 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - - - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ - -# Tell the mingw or Cygwin linker which symbols to export. -@WOE32DLL_TRUE@am__append_1 = ../woe32dll/gettextlib-exports.c -@WOE32DLL_TRUE@am__append_2 = -Wl,--export-all-symbols -subdir = lib -DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(srcdir)/csharpcomp.sh.in \ - $(srcdir)/csharpexec.sh.in $(srcdir)/javacomp.sh.in \ - $(srcdir)/javaexec.sh.in ChangeLog atexit.c canonicalize.c \ - error.c error.h fnmatch.c getline.c getndelim2.c getopt.c \ - getopt1.c memmove.c memset.c mkdtemp.c readlink.c \ - relocatable.c setenv.c stpcpy.c stpncpy.c strcspn.c strerror.c \ - strpbrk.c strstr.c strtoul.c unsetenv.c vasprintf.c -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../m4/fixautomake.m4 \ - $(top_srcdir)/../m4/libtool.m4 \ - $(top_srcdir)/../m4/woe32-dll.m4 \ - $(top_srcdir)/../autoconf-lib-link/m4/lib-ld.m4 \ - $(top_srcdir)/../autoconf-lib-link/m4/lib-link.m4 \ - $(top_srcdir)/../autoconf-lib-link/m4/lib-prefix.m4 \ - $(top_srcdir)/../gettext-runtime/m4/ansi-c++.m4 \ - $(top_srcdir)/../gettext-runtime/m4/codeset.m4 \ - $(top_srcdir)/../gettext-runtime/m4/gettext.m4 \ - $(top_srcdir)/../gettext-runtime/m4/glibc2.m4 \ - $(top_srcdir)/../gettext-runtime/m4/glibc21.m4 \ - $(top_srcdir)/../gettext-runtime/m4/iconv.m4 \ - $(top_srcdir)/../gettext-runtime/m4/intdiv0.m4 \ - $(top_srcdir)/../gettext-runtime/m4/intmax.m4 \ - $(top_srcdir)/../gettext-runtime/m4/inttypes-h.m4 \ - $(top_srcdir)/../gettext-runtime/m4/inttypes-pri.m4 \ - $(top_srcdir)/../gettext-runtime/m4/inttypes_h.m4 \ - $(top_srcdir)/../gettext-runtime/m4/lcmessage.m4 \ - $(top_srcdir)/../gettext-runtime/m4/lock.m4 \ - $(top_srcdir)/../gettext-runtime/m4/longdouble.m4 \ - $(top_srcdir)/../gettext-runtime/m4/longlong.m4 \ - $(top_srcdir)/../gettext-runtime/m4/nls.m4 \ - $(top_srcdir)/../gettext-runtime/m4/po.m4 \ - $(top_srcdir)/../gettext-runtime/m4/printf-posix.m4 \ - $(top_srcdir)/../gettext-runtime/m4/progtest.m4 \ - $(top_srcdir)/../gettext-runtime/m4/signed.m4 \ - $(top_srcdir)/../gettext-runtime/m4/size_max.m4 \ - $(top_srcdir)/../gettext-runtime/m4/stdint_h.m4 \ - $(top_srcdir)/../gettext-runtime/m4/uintmax_t.m4 \ - $(top_srcdir)/../gettext-runtime/m4/ulonglong.m4 \ - $(top_srcdir)/../gettext-runtime/m4/visibility.m4 \ - $(top_srcdir)/../gettext-runtime/m4/wchar_t.m4 \ - $(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \ - $(top_srcdir)/../gettext-runtime/m4/xsize.m4 \ - $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \ - $(top_srcdir)/m4/backupfile.m4 $(top_srcdir)/m4/bison-i18n.m4 \ - $(top_srcdir)/m4/byteswap.m4 $(top_srcdir)/m4/canonicalize.m4 \ - $(top_srcdir)/m4/csharp.m4 $(top_srcdir)/m4/csharpcomp.m4 \ - $(top_srcdir)/m4/csharpexec.m4 $(top_srcdir)/m4/eaccess.m4 \ - $(top_srcdir)/m4/eealloc.m4 $(top_srcdir)/m4/error.m4 \ - $(top_srcdir)/m4/exitfail.m4 $(top_srcdir)/m4/extensions.m4 \ - $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/gcj.m4 \ - $(top_srcdir)/m4/getline.m4 $(top_srcdir)/m4/getndelim2.m4 \ - $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/hard-locale.m4 \ - $(top_srcdir)/m4/hostname.m4 $(top_srcdir)/m4/java.m4 \ - $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \ - $(top_srcdir)/m4/libgrep.m4 $(top_srcdir)/m4/locale-fr.m4 \ - $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \ - $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/memchr.m4 \ - $(top_srcdir)/m4/mkdtemp.m4 $(top_srcdir)/m4/onceonly.m4 \ - $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quote.m4 \ - $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \ - $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/relocatable.m4 \ - $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/setenv.m4 \ - $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sig_atomic_t.m4 \ - $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/m4/signalblocking.m4 \ - $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdarg.m4 \ - $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stpncpy.m4 \ - $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \ - $(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \ - $(top_srcdir)/m4/tmpdir.m4 $(top_srcdir)/m4/unionwait.m4 \ - $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/unlocked-io.m4 \ - $(top_srcdir)/m4/xreadlink.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/../build-aux/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = javacomp.sh javaexec.sh csharpcomp.sh \ - csharpexec.sh -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(libdir)" \ - "$(DESTDIR)$(examplesbuildauxdir)" \ - "$(DESTDIR)$(gettextsrcdir)" "$(DESTDIR)$(pkgdatadir)" -libLTLIBRARIES_INSTALL = $(INSTALL) -LTLIBRARIES = $(lib_LTLIBRARIES) -libgettextlib_la_DEPENDENCIES = @LTLIBOBJS@ -am__libgettextlib_la_SOURCES_DIST = allocsa.h allocsa.c argmatch.h \ - argmatch.c backupfile.h backupfile.c addext.c basename.h \ - basename.c binary-io.h c-ctype.h c-ctype.c c-strcase.h \ - c-strcasecmp.c c-strncasecmp.c c-strcasestr.h c-strcasestr.c \ - classpath.h classpath.c clean-temp.h clean-temp.c closeout.h \ - closeout.c copy-file.h copy-file.c csharpcomp.h csharpcomp.c \ - csharpexec.h csharpexec.c error-progname.h error-progname.c \ - execute.h execute.c w32spawn.h exit.h exitfail.h exitfail.c \ - fatal-signal.h fatal-signal.c findprog.h findprog.c fstrcmp.h \ - fstrcmp.c full-write.h full-write.c fwriteerror.h \ - fwriteerror.c gcd.h gcd.c hash.h hash.c iconvstring.h \ - iconvstring.c javacomp.h javacomp.c javaexec.h javaexec.c \ - javaversion.h javaversion.c linebreak.h linebreak.c lbrkprop.h \ - utf8-ucs4.h utf16-ucs4.h mbswidth.h mbswidth.c minmax.h \ - obstack.h obstack.c pathmax.h pathname.h concatpath.c pipe.h \ - pipe.c progname.h progname.c progreloc.c propername.h \ - propername.c quote.h quote.c quotearg.h quotearg.c safe-read.h \ - safe-read.c safe-write.h safe-write.c sh-quote.h sh-quote.c \ - tmpdir.h tmpdir.c ucs4-utf8.h ucs4-utf16.h unlocked-io.h \ - wait-process.h wait-process.c xalloc.h xmalloc.c xstrdup.c \ - xallocsa.h xallocsa.c xerror.h xerror.c xreadlink.h \ - xreadlink.c xsetenv.h xsetenv.c xsize.h xvasprintf.h \ - xvasprintf.c xasprintf.c ../woe32dll/gettextlib-exports.c \ - localcharset.h localcharset.c -@WOE32DLL_TRUE@am__objects_1 = gettextlib-exports.lo -am_libgettextlib_la_OBJECTS = allocsa.lo argmatch.lo backupfile.lo \ - addext.lo basename.lo c-ctype.lo c-strcasecmp.lo \ - c-strncasecmp.lo c-strcasestr.lo classpath.lo clean-temp.lo \ - closeout.lo copy-file.lo csharpcomp.lo csharpexec.lo \ - error-progname.lo execute.lo exitfail.lo fatal-signal.lo \ - findprog.lo fstrcmp.lo full-write.lo fwriteerror.lo gcd.lo \ - hash.lo iconvstring.lo javacomp.lo javaexec.lo javaversion.lo \ - linebreak.lo mbswidth.lo obstack.lo concatpath.lo pipe.lo \ - progname.lo progreloc.lo propername.lo quote.lo quotearg.lo \ - safe-read.lo safe-write.lo sh-quote.lo tmpdir.lo \ - wait-process.lo xmalloc.lo xstrdup.lo xallocsa.lo xerror.lo \ - xreadlink.lo xsetenv.lo xvasprintf.lo xasprintf.lo \ - $(am__objects_1) localcharset.lo -libgettextlib_la_OBJECTS = $(am_libgettextlib_la_OBJECTS) -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -depcomp = -am__depfiles_maybe = -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) -CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -SOURCES = $(libgettextlib_la_SOURCES) -DIST_SOURCES = $(am__libgettextlib_la_SOURCES_DIST) -examplesbuildauxDATA_INSTALL = $(INSTALL_DATA) -gettextsrcDATA_INSTALL = $(INSTALL_DATA) -pkgdataDATA_INSTALL = $(INSTALL_DATA) -DATA = $(examplesbuildaux_DATA) $(gettextsrc_DATA) $(pkgdata_DATA) -HEADERS = $(noinst_HEADERS) -ETAGS = etags -CTAGS = ctags -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -pkgdatadir = $(datadir)/gettext -ACLOCAL = @ACLOCAL@ -ALLOCA = @ALLOCA@ -ALLOCA_H = @ALLOCA_H@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AS = @AS@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -BISON_LOCALEDIR = @BISON_LOCALEDIR@ -BUILDCSHARP = @BUILDCSHARP@ -BUILDJAVA = @BUILDJAVA@ -BUILDJAVAEXE = @BUILDJAVAEXE@ -BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ -BYTESWAP_H = @BYTESWAP_H@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ -CLASSPATH = @CLASSPATH@ -CLASSPATH_SEPARATOR = @CLASSPATH_SEPARATOR@ -CLIX_PATH = @CLIX_PATH@ -CLIX_PATH_VAR = @CLIX_PATH_VAR@ -CONF_JAVA = @CONF_JAVA@ -CONF_JAVAC = @CONF_JAVAC@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CROSS_COMPILING = @CROSS_COMPILING@ -CSHARPCOMPFLAGS = @CSHARPCOMPFLAGS@ -CSHARP_CHOICE = @CSHARP_CHOICE@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DEXEEXT=\"$(EXEEXT)\" \ - -DDEPENDS_ON_LIBINTL=1 -DDEPENDS_ON_LIBICONV=1 @DEFS@ \ - -DLIBDIR=\"$(libdir)\" -DEPDIR = @DEPDIR@ -DLLTOOL = @DLLTOOL@ -DVIPS = @DVIPS@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EMACS = @EMACS@ -EMACSLOADPATH = @EMACSLOADPATH@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -FNMATCH_H = @FNMATCH_H@ -GCJ = @GCJ@ -GCJFLAGS = @GCJFLAGS@ -GENCAT = @GENCAT@ -GETOPT_H = @GETOPT_H@ -GLIBC2 = @GLIBC2@ -GLIBC21 = @GLIBC21@ -GMSGFMT = @GMSGFMT@ -GMSGFMT_015 = @GMSGFMT_015@ -GREP = @GREP@ -HAVE_ASPRINTF = @HAVE_ASPRINTF@ -HAVE_CLIX = @HAVE_CLIX@ -HAVE_CLIX_IN_PATH = @HAVE_CLIX_IN_PATH@ -HAVE_CSC = @HAVE_CSC@ -HAVE_CSCC = @HAVE_CSCC@ -HAVE_CSCC_IN_PATH = @HAVE_CSCC_IN_PATH@ -HAVE_CSC_IN_PATH = @HAVE_CSC_IN_PATH@ -HAVE_GCJ = @HAVE_GCJ@ -HAVE_GCJ_C = @HAVE_GCJ_C@ -HAVE_GCJ_IN_PATH = @HAVE_GCJ_IN_PATH@ -HAVE_GIJ = @HAVE_GIJ@ -HAVE_GIJ_IN_PATH = @HAVE_GIJ_IN_PATH@ -HAVE_ILRUN = @HAVE_ILRUN@ -HAVE_ILRUN_IN_PATH = @HAVE_ILRUN_IN_PATH@ -HAVE_JAVA = @HAVE_JAVA@ -HAVE_JAVAC = @HAVE_JAVAC@ -HAVE_JAVAC_ENVVAR = @HAVE_JAVAC_ENVVAR@ -HAVE_JAVAC_IN_PATH = @HAVE_JAVAC_IN_PATH@ -HAVE_JAVA_ENVVAR = @HAVE_JAVA_ENVVAR@ -HAVE_JAVA_IN_PATH = @HAVE_JAVA_IN_PATH@ -HAVE_JIKES = @HAVE_JIKES@ -HAVE_JIKES_IN_PATH = @HAVE_JIKES_IN_PATH@ -HAVE_JRE = @HAVE_JRE@ -HAVE_JRE_IN_PATH = @HAVE_JRE_IN_PATH@ -HAVE_JVIEW = @HAVE_JVIEW@ -HAVE_JVIEW_IN_PATH = @HAVE_JVIEW_IN_PATH@ -HAVE_LIBEXPAT = @HAVE_LIBEXPAT@ -HAVE_MCS = @HAVE_MCS@ -HAVE_MCS_IN_PATH = @HAVE_MCS_IN_PATH@ -HAVE_MONO = @HAVE_MONO@ -HAVE_MONO_IN_PATH = @HAVE_MONO_IN_PATH@ -HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ -HAVE_SNPRINTF = @HAVE_SNPRINTF@ -HAVE_VISIBILITY = @HAVE_VISIBILITY@ -HAVE_WPRINTF = @HAVE_WPRINTF@ -HAVE__BOOL = @HAVE__BOOL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLBISON = @INTLBISON@ -INTLLIBS = @INTLLIBS@ -INTLOBJS = @INTLOBJS@ -INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ -INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ -JAR = @JAR@ -JAVA_CHOICE = @JAVA_CHOICE@ -LDFLAGS = @LDFLAGS@ -LIBEXPAT = @LIBEXPAT@ -LIBGREPOBJS = @LIBGREPOBJS@ -LIBICONV = @LIBICONV@ -LIBINTL = @LIBINTL@ -LIBMULTITHREAD = @LIBMULTITHREAD@ -LIBOBJS = @LIBOBJS@ -LIBPTH = @LIBPTH@ -LIBS = @LIBS@ -LIBTHREAD = @LIBTHREAD@ -LIBTOOL = @LIBTOOL@ -LN_S = @LN_S@ -LOCALE_FR = @LOCALE_FR@ -LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ -LTLIBEXPAT = @LTLIBEXPAT@ -LTLIBICONV = @LTLIBICONV@ -LTLIBINTL = @LTLIBINTL@ -LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ -LTLIBOBJS = @LTLIBOBJS@ -LTLIBPTH = @LTLIBPTH@ -LTLIBTHREAD = @LTLIBTHREAD@ -LTNOUNDEF = @LTNOUNDEF@ -MAKEINFO = @MAKEINFO@ -MONO_PATH = @MONO_PATH@ -MONO_PATH_SEPARATOR = @MONO_PATH_SEPARATOR@ -MSGFMT = @MSGFMT@ -MSGFMT_015 = @MSGFMT_015@ -MSGMERGE = @MSGMERGE@ -MSGMERGE_LIBM = @MSGMERGE_LIBM@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PERL = @PERL@ -POSUB = @POSUB@ -RANLIB = @RANLIB@ -RELOCATABLE = @RELOCATABLE@ -RELOCATABLE_VIA_LD_FALSE = @RELOCATABLE_VIA_LD_FALSE@ -RELOCATABLE_VIA_LD_TRUE = @RELOCATABLE_VIA_LD_TRUE@ -SET_MAKE = @SET_MAKE@ -SET_RELOCATABLE = @SET_RELOCATABLE@ -SHELL = @SHELL@ -STDBOOL_H = @STDBOOL_H@ -STRIP = @STRIP@ -TESTCSHARP = @TESTCSHARP@ -TESTJAVA = @TESTJAVA@ -TESTLIBASPRINTF = @TESTLIBASPRINTF@ -TEXI2PDF = @TEXI2PDF@ -UNISTD_H = @UNISTD_H@ -USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -WOE32DLL = @WOE32DLL@ -WOE32DLL_FALSE = @WOE32DLL_FALSE@ -WOE32DLL_TRUE = @WOE32DLL_TRUE@ -XGETTEXT = @XGETTEXT@ -XGETTEXT_015 = @XGETTEXT_015@ -YACC = @YACC@ -YFLAGS = @YFLAGS@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -aclocaldir = @aclocaldir@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -lispdir = @lispdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -subdirs = @subdirs@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies -# <<< gnulib module localcharset. - -# VMS support. - -# Woe32 support. -EXTRA_DIST = javaversion.java javaversion.class $(LIBADD_SOURCE) \ - $(UNUSED_SOURCE) relocwrapper.c allocsa.valgrind \ - gen-lbrkprop.c 3level.h Combining.txt ChangeLog.0 stdbool_.h \ - alloca_.h byteswap_.h fnmatch_.h fnmatch_loop.c getopt_.h \ - getopt_int.h config.charset ref-add.sin ref-del.sin \ - Makefile.vms Makefile.msvc - -# >>> gnulib module stdbool. -# <<< gnulib module stdbool. - -# >>> gnulib module unistd. -# <<< gnulib module unistd. - -# >>> gnulib module alloca. -# <<< gnulib module alloca. - -# >>> gnulib module byteswap. -# <<< gnulib module byteswap. - -# >>> gnulib module fnmatch. -# <<< gnulib module fnmatch. - -# >>> gnulib module getopt. -BUILT_SOURCES = $(STDBOOL_H) $(UNISTD_H) $(ALLOCA_H) $(BYTESWAP_H) \ - $(FNMATCH_H) $(GETOPT_H) -MOSTLYCLEANFILES = core *.stackdump stdbool.h unistd.h alloca.h \ - byteswap.h fnmatch.h getopt.h -CLEANFILES = charset.alias ref-add.sed ref-del.sed -DISTCLEANFILES = -SUFFIXES = .sed .sin -RM = rm -f -lib_LTLIBRARIES = libgettextlib.la - -# Sources that are compiled on all platforms. -# <<< gnulib module getopt. - -# >>> gnulib module localcharset. -libgettextlib_la_SOURCES = allocsa.h allocsa.c argmatch.h argmatch.c \ - backupfile.h backupfile.c addext.c basename.h basename.c \ - binary-io.h c-ctype.h c-ctype.c c-strcase.h c-strcasecmp.c \ - c-strncasecmp.c c-strcasestr.h c-strcasestr.c classpath.h \ - classpath.c clean-temp.h clean-temp.c closeout.h closeout.c \ - copy-file.h copy-file.c csharpcomp.h csharpcomp.c csharpexec.h \ - csharpexec.c error-progname.h error-progname.c execute.h \ - execute.c w32spawn.h exit.h exitfail.h exitfail.c \ - fatal-signal.h fatal-signal.c findprog.h findprog.c fstrcmp.h \ - fstrcmp.c full-write.h full-write.c fwriteerror.h \ - fwriteerror.c gcd.h gcd.c hash.h hash.c iconvstring.h \ - iconvstring.c javacomp.h javacomp.c javaexec.h javaexec.c \ - javaversion.h javaversion.c linebreak.h linebreak.c lbrkprop.h \ - utf8-ucs4.h utf16-ucs4.h mbswidth.h mbswidth.c minmax.h \ - obstack.h obstack.c pathmax.h pathname.h concatpath.c pipe.h \ - pipe.c w32spawn.h progname.h progname.c progreloc.c \ - propername.h propername.c quote.h quote.c quotearg.h \ - quotearg.c safe-read.h safe-read.c safe-write.h safe-write.c \ - sh-quote.h sh-quote.c tmpdir.h tmpdir.c ucs4-utf8.h \ - ucs4-utf16.h unlocked-io.h wait-process.h wait-process.c \ - xalloc.h xmalloc.c xstrdup.c xallocsa.h xallocsa.c xerror.h \ - xerror.c xreadlink.h xreadlink.c xsetenv.h xsetenv.c xsize.h \ - xvasprintf.h xvasprintf.c xasprintf.c $(am__append_1) \ - localcharset.h localcharset.c - -# Sources that are compiled only on platforms that lack the functions. -LIBADD_SOURCE = \ - atexit.c \ - canonicalize.h canonicalize.c \ - error.h error.c \ - fnmatch.c \ - getline.h getline.c \ - getndelim2.h getndelim2.c \ - getopt.c getopt1.c getopt_int.h \ - memmove.c \ - memset.c \ - mkdtemp.h mkdtemp.c \ - readlink.c \ - relocatable.h relocatable.c \ - setenv.h setenv.c unsetenv.c \ - stpcpy.h stpcpy.c \ - stpncpy.h stpncpy.c \ - strcspn.c \ - strerror.c \ - strpbrk.h strpbrk.c \ - strstr.h strstr.c \ - strtol.c \ - strtoul.c \ - vasprintf.h vasprintf.c - - -# Unused sources. -UNUSED_SOURCE = \ - xgetcwd.h xgetcwd.c - - -# How to build libgettextlib.la. -libgettextlib_la_LIBADD = @LTLIBOBJS@ - -# Need @LTLIBINTL@ because many source files use gettext(). -# Need @LTLIBICONV@ because linebreak.c and iconvstring.c use iconv(). -libgettextlib_la_LDFLAGS = -release @VERSION@ @LTLIBINTL@ @LTLIBICONV@ \ - -lc @LTNOUNDEF@ $(am__append_2) - -# Extra files to be installed. -gettextsrcdir = $(datadir)/gettext -gettextsrc_DATA = gettext.h -pkgdata_DATA = javaversion.class - -# Files installed for the examples. -examplesbuildauxdir = $(docdir)/examples/build-aux -examplesbuildaux_DATA = \ - javacomp.sh.in javaexec.sh.in \ - csharpcomp.sh.in csharpexec.sh.in - - -# List of files to be distributed. -noinst_HEADERS = gettext.h -AM_CPPFLAGS = -I. -I$(srcdir) -I.. -I../intl -I$(top_srcdir)/intl -charset_alias = $(DESTDIR)$(libdir)/charset.alias -charset_tmp = $(DESTDIR)$(libdir)/charset.tmp -all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - -.SUFFIXES: -.SUFFIXES: .sed .sin .c .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnits lib/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -javacomp.sh: $(top_builddir)/config.status $(srcdir)/javacomp.sh.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -javaexec.sh: $(top_builddir)/config.status $(srcdir)/javaexec.sh.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -csharpcomp.sh: $(top_builddir)/config.status $(srcdir)/csharpcomp.sh.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -csharpexec.sh: $(top_builddir)/config.status $(srcdir)/csharpexec.sh.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -install-libLTLIBRARIES: $(lib_LTLIBRARIES) - @$(NORMAL_INSTALL) - test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ - f=$(am__strip_dir) \ - echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ - $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ - else :; fi; \ - done - -uninstall-libLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - p=$(am__strip_dir) \ - echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ - $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ - done - -clean-libLTLIBRARIES: - -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done -libgettextlib.la: $(libgettextlib_la_OBJECTS) $(libgettextlib_la_DEPENDENCIES) - $(LINK) -rpath $(libdir) $(libgettextlib_la_LDFLAGS) $(libgettextlib_la_OBJECTS) $(libgettextlib_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -.c.o: - $(COMPILE) -c $< - -.c.obj: - $(COMPILE) -c `$(CYGPATH_W) '$<'` - -.c.lo: - $(LTCOMPILE) -c -o $@ $< - -gettextlib-exports.lo: ../woe32dll/gettextlib-exports.c - $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gettextlib-exports.lo `test -f '../woe32dll/gettextlib-exports.c' || echo '$(srcdir)/'`../woe32dll/gettextlib-exports.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -install-examplesbuildauxDATA: $(examplesbuildaux_DATA) - @$(NORMAL_INSTALL) - test -z "$(examplesbuildauxdir)" || $(mkdir_p) "$(DESTDIR)$(examplesbuildauxdir)" - @list='$(examplesbuildaux_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(examplesbuildauxDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(examplesbuildauxdir)/$$f'"; \ - $(examplesbuildauxDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(examplesbuildauxdir)/$$f"; \ - done - -uninstall-examplesbuildauxDATA: - @$(NORMAL_UNINSTALL) - @list='$(examplesbuildaux_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(examplesbuildauxdir)/$$f'"; \ - rm -f "$(DESTDIR)$(examplesbuildauxdir)/$$f"; \ - done -install-gettextsrcDATA: $(gettextsrc_DATA) - @$(NORMAL_INSTALL) - test -z "$(gettextsrcdir)" || $(mkdir_p) "$(DESTDIR)$(gettextsrcdir)" - @list='$(gettextsrc_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(gettextsrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gettextsrcdir)/$$f'"; \ - $(gettextsrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gettextsrcdir)/$$f"; \ - done - -uninstall-gettextsrcDATA: - @$(NORMAL_UNINSTALL) - @list='$(gettextsrc_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(gettextsrcdir)/$$f'"; \ - rm -f "$(DESTDIR)$(gettextsrcdir)/$$f"; \ - done -install-pkgdataDATA: $(pkgdata_DATA) - @$(NORMAL_INSTALL) - test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)" - @list='$(pkgdata_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \ - $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \ - done - -uninstall-pkgdataDATA: - @$(NORMAL_UNINSTALL) - @list='$(pkgdata_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \ - rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ - fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) all-local -installdirs: - for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(examplesbuildauxdir)" "$(DESTDIR)$(gettextsrcdir)" "$(DESTDIR)$(pkgdatadir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ - done -install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -clean: clean-am - -clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-libtool distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-examplesbuildauxDATA install-gettextsrcDATA \ - install-pkgdataDATA - -install-exec-am: install-exec-local install-libLTLIBRARIES - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-examplesbuildauxDATA uninstall-gettextsrcDATA \ - uninstall-info-am uninstall-libLTLIBRARIES uninstall-local \ - uninstall-pkgdataDATA - -.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \ - clean-generic clean-libLTLIBRARIES clean-libtool ctags \ - distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-examplesbuildauxDATA install-exec \ - install-exec-am install-exec-local install-gettextsrcDATA \ - install-info install-info-am install-libLTLIBRARIES \ - install-man install-pkgdataDATA install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-examplesbuildauxDATA \ - uninstall-gettextsrcDATA uninstall-info-am \ - uninstall-libLTLIBRARIES uninstall-local uninstall-pkgdataDATA - - -# No need to install libgettextlib.a, except on AIX. -install-exec-local: install-libLTLIBRARIES install-exec-clean -install-exec-clean: - case "@host_os@" in \ - aix*) ;; \ - *) $(RM) $(DESTDIR)$(libdir)/libgettextlib.a ;; \ - esac - -# The following is needed in order to create an when the system -# doesn't have one that works. -stdbool.h: stdbool_.h - sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/stdbool_.h > stdbool.h - -# We need the following in order to create an empty placeholder for -# when the system doesn't have one. -unistd.h: - echo '/* Empty placeholder for $@. */' >$@ - -# The following is needed in order to create an when the system -# doesn't have one that works with the given compiler. -alloca.h: alloca_.h - cp $(srcdir)/alloca_.h alloca.h - -# We need the following in order to create when the system -# doesn't have one. -byteswap.h: byteswap_.h - cp $(srcdir)/byteswap_.h $@-t - mv $@-t $@ - -# The following is needed in order to create an when the system -# doesn't have one that works. -fnmatch.h: fnmatch_.h - cp $(srcdir)/fnmatch_.h fnmatch.h - -# The following is needed in order to create a when the system -# doesn't have one that works. -getopt.h: getopt_.h - cp $(srcdir)/getopt_.h getopt.h - -# The following is needed in order to install a simple file in $(libdir) -# which is shared with other installed packages. We use a list of referencing -# packages so that "make uninstall" will remove the file if and only if it -# is not used by another installed package. -# On systems with glibc-2.1 or newer, the file is redundant, therefore we -# avoid installing it. - -all-local: charset.alias ref-add.sed ref-del.sed -install-exec-local: all-local - test @GLIBC21@ != no || $(mkdir_p) $(DESTDIR)$(libdir) - if test -f $(charset_alias); then \ - sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ - $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ - rm -f $(charset_tmp) ; \ - else \ - if test @GLIBC21@ = no; then \ - sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ - $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ - rm -f $(charset_tmp) ; \ - fi ; \ - fi - -uninstall-local: all-local - if test -f $(charset_alias); then \ - sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ - if grep '^# Packages using this file: $$' $(charset_tmp) \ - > /dev/null; then \ - rm -f $(charset_alias); \ - else \ - $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \ - fi; \ - rm -f $(charset_tmp); \ - fi - -charset.alias: config.charset - $(SHELL) $(srcdir)/config.charset '@host@' > t-$@ - mv t-$@ $@ -.sin.sed: - sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > t-$@ - mv t-$@ $@ -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: