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