1 1.1 christos ## Makefile for the gnulib-local directory of GNU gettext 2 1.1 christos ## Copyright (C) 2006 Free Software Foundation, Inc. 3 1.1 christos ## 4 1.1 christos ## This program is free software; you can redistribute it and/or modify 5 1.1 christos ## it under the terms of the GNU General Public License as published by 6 1.1 christos ## the Free Software Foundation; either version 2, or (at your option) 7 1.1 christos ## any later version. 8 1.1 christos ## 9 1.1 christos ## This program is distributed in the hope that it will be useful, 10 1.1 christos ## but WITHOUT ANY WARRANTY; without even the implied warranty of 11 1.1 christos ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 1.1 christos ## GNU General Public License for more details. 13 1.1 christos ## 14 1.1 christos ## You should have received a copy of the GNU General Public License 15 1.1 christos ## along with this program; if not, write to the Free Software Foundation, 16 1.1 christos ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 1.1 christos 18 1.1 christos ## Process this file with automake to produce Makefile.in. 19 1.1 christos 20 1.1 christos # Generate this list with 21 1.1 christos # 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' 22 1.1 christos EXTRA_DIST = \ 23 1.1 christos ChangeLog \ 24 1.1 christos lib/3level.h \ 25 1.1 christos lib/addext.c \ 26 1.1 christos lib/alloca_.h \ 27 1.1 christos lib/argmatch.h.diff \ 28 1.1 christos lib/backupfile.c \ 29 1.1 christos lib/backupfile.h \ 30 1.1 christos lib/basename.c \ 31 1.1 christos lib/basename.h \ 32 1.1 christos lib/canonicalize.c \ 33 1.1 christos lib/canonicalize.h \ 34 1.1 christos lib/ChangeLog.0 \ 35 1.1 christos lib/ChangeLog.1 \ 36 1.1 christos lib/closeout.c \ 37 1.1 christos lib/closeout.h \ 38 1.1 christos lib/Combining.txt \ 39 1.1 christos lib/error.h.diff \ 40 1.1 christos lib/error-progname.c \ 41 1.1 christos lib/error-progname.h \ 42 1.1 christos lib/exitfail.h.diff \ 43 1.1 christos lib/fnmatch.c.diff \ 44 1.1 christos lib/fnmatch_loop.c.diff \ 45 1.1 christos lib/fstrcmp.c \ 46 1.1 christos lib/fstrcmp.h \ 47 1.1 christos lib/gen-lbrkprop.c \ 48 1.1 christos lib/getopt_.h.diff \ 49 1.1 christos lib/gettext.h \ 50 1.1 christos lib/hash.c \ 51 1.1 christos lib/hash.h \ 52 1.1 christos lib/javacomp.c.diff \ 53 1.1 christos lib/linebreak.c.diff \ 54 1.1 christos lib/obstack.h.diff \ 55 1.1 christos lib/progname.h.diff \ 56 1.1 christos lib/propername.c \ 57 1.1 christos lib/propername.h \ 58 1.1 christos lib/relocatable.c \ 59 1.1 christos lib/relocatable.h \ 60 1.1 christos lib/relocwrapper.c \ 61 1.1 christos lib/strerror.c.diff \ 62 1.1 christos lib/vasprintf.c \ 63 1.1 christos lib/xalloc.h \ 64 1.1 christos lib/xerror.c \ 65 1.1 christos lib/xerror.h \ 66 1.1 christos lib/xgetcwd.c \ 67 1.1 christos lib/xgetcwd.h \ 68 1.1 christos lib/xmalloc.c \ 69 1.1 christos lib/xreadlink.c \ 70 1.1 christos lib/xreadlink.h \ 71 1.1 christos lib/xstrdup.c \ 72 1.1 christos m4/alloca.m4 \ 73 1.1 christos m4/backupfile.m4 \ 74 1.1 christos m4/canonicalize.m4 \ 75 1.1 christos m4/ChangeLog.0 \ 76 1.1 christos m4/ChangeLog.1 \ 77 1.1 christos m4/exitfail.m4.diff \ 78 1.1 christos m4/gcj.m4 \ 79 1.1 christos m4/hard-locale.m4.diff \ 80 1.1 christos m4/java.m4 \ 81 1.1 christos m4/quotearg.m4.diff \ 82 1.1 christos m4/quote.m4.diff \ 83 1.1 christos m4/relocatable.m4 \ 84 1.1 christos m4/unionwait.m4 \ 85 1.1 christos m4/vasprintf.m4 \ 86 1.1 christos m4/xreadlink.m4 \ 87 1.1 christos modules/backupfile \ 88 1.1 christos modules/basename \ 89 1.1 christos modules/canonicalize \ 90 1.1 christos modules/closeout \ 91 1.1 christos modules/error-progname \ 92 1.1 christos modules/exitfail.diff \ 93 1.1 christos modules/fnmatch.diff \ 94 1.1 christos modules/fstrcmp \ 95 1.1 christos modules/gcj \ 96 1.1 christos modules/gen-lbrkprop \ 97 1.1 christos modules/gettext-runtime-misc \ 98 1.1 christos modules/gettext-tools-misc \ 99 1.1 christos modules/gettext-tools-libgettextpo-misc \ 100 1.1 christos modules/hash \ 101 1.1 christos modules/java \ 102 1.1 christos modules/javacomp.diff \ 103 1.1 christos modules/progreloc \ 104 1.1 christos modules/propername \ 105 1.1 christos modules/quotearg.diff \ 106 1.1 christos modules/quote.diff \ 107 1.1 christos modules/relocatable \ 108 1.1 christos modules/relocwrapper \ 109 1.1 christos modules/vasprintf.diff \ 110 1.1 christos modules/wait-process.diff \ 111 1.1 christos modules/xalloc \ 112 1.1 christos modules/xalloc-die \ 113 1.1 christos modules/xerror \ 114 1.1 christos modules/xgetcwd \ 115 1.1 christos modules/xreadlink 116