From: Bruno Haible Date: Wed, 2 Aug 2006 16:34:22 +0000 (+0000) Subject: Makefile template for gnulib-local directory. X-Git-Tag: 0.16.x-branchpoint~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e91c5e8cc99d865dbcc57a042c64c957beed4105;p=thirdparty%2Fgettext.git Makefile template for gnulib-local directory. --- diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am new file mode 100644 index 000000000..5ee0100fb --- /dev/null +++ b/gnulib-local/Makefile.am @@ -0,0 +1,134 @@ +## Makefile for the gnulib-local directory of GNU gettext +## Copyright (C) 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. + +# Generate this list with +# find . '(' -name CVS -o -name Makefile.am ')' -prune -o -type f '!' '(' -name '*.orig' -or -name '*~' ')' -printf '%P\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012' +EXTRA_DIST = \ +ChangeLog \ +lib/3level.h \ +lib/addext.c \ +lib/alloca_.h \ +lib/argmatch.h.diff \ +lib/backupfile.c \ +lib/backupfile.h \ +lib/basename.c \ +lib/basename.h \ +lib/canonicalize.c \ +lib/canonicalize.h \ +lib/ChangeLog.0 \ +lib/ChangeLog.1 \ +lib/closeout.c \ +lib/closeout.h \ +lib/Combining.txt \ +lib/c-strstr.c \ +lib/c-strstr.h \ +lib/error.h.diff \ +lib/error-progname.c \ +lib/error-progname.h \ +lib/exitfail.h.diff \ +lib/fnmatch.c.diff \ +lib/fnmatch_loop.c.diff \ +lib/fstrcmp.c \ +lib/fstrcmp.h \ +lib/gen-lbrkprop.c \ +lib/getline.c \ +lib/getline.h \ +lib/getndelim2.c \ +lib/getndelim2.h \ +lib/getopt_.h.diff \ +lib/gettext.h \ +lib/hash.c \ +lib/hash.h \ +lib/iconvstring.c \ +lib/iconvstring.h \ +lib/javacomp.c.diff \ +lib/linebreak.c.diff \ +lib/obstack.h.diff \ +lib/progname.h.diff \ +lib/propername.c \ +lib/propername.h \ +lib/relocatable.c \ +lib/relocatable.h \ +lib/relocwrapper.c \ +lib/strerror.c.diff \ +lib/vasprintf.c \ +lib/xalloc.h \ +lib/xerror.c \ +lib/xerror.h \ +lib/xgetcwd.c \ +lib/xgetcwd.h \ +lib/xmalloc.c \ +lib/xreadlink.c \ +lib/xreadlink.h \ +lib/xstrdup.c \ +m4/alloca.m4 \ +m4/backupfile.m4 \ +m4/bison-i18n.m4 \ +m4/canonicalize.m4 \ +m4/ChangeLog.0 \ +m4/ChangeLog.1 \ +m4/exitfail.m4.diff \ +m4/gcj.m4 \ +m4/getline.m4 \ +m4/getndelim2.m4 \ +m4/hard-locale.m4.diff \ +m4/java.m4 \ +m4/pathmax.m4.diff \ +m4/quotearg.m4.diff \ +m4/quote.m4.diff \ +m4/relocatable.m4 \ +m4/strdup.m4.diff \ +m4/unionwait.m4 \ +m4/unlocked-io.m4.diff \ +m4/vasprintf.m4 \ +m4/xreadlink.m4 \ +modules/backupfile \ +modules/basename \ +modules/bison-i18n \ +modules/canonicalize \ +modules/closeout \ +modules/c-strstr \ +modules/error-progname \ +modules/exitfail.diff \ +modules/fnmatch.diff \ +modules/fstrcmp \ +modules/gcj \ +modules/gen-lbrkprop \ +modules/getline \ +modules/getndelim2 \ +modules/gettext-tools-misc \ +modules/hash \ +modules/iconvstring \ +modules/java \ +modules/javacomp.diff \ +modules/pathmax.diff \ +modules/progreloc \ +modules/propername \ +modules/quotearg.diff \ +modules/quote.diff \ +modules/relocatable \ +modules/relocwrapper \ +modules/unlocked-io.diff \ +modules/vasprintf.diff \ +modules/wait-process.diff \ +modules/xalloc \ +modules/xalloc-die \ +modules/xerror \ +modules/xgetcwd \ +modules/xreadlink