source: trunk/third/intltool/Makefile.am @ 18550

Revision 18550, 1.6 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18549, which included commits to RCS files with non-trunk default branches.
Line 
1## Process this file with automake to produce Makefile.in
2
3SUBDIRS = . tests doc doc-i18n-tool
4
5NULL =
6
7aclocal_macros = intltool.m4 xml-i18n-tools.m4
8
9CLEANFILES =                                    \
10        intltoolize                             \
11        xml-i18n-toolize                        \
12        intltool-extract.in                     \
13        intltool-merge.in                       \
14        intltool-update.in                      \
15        intltool-extract                        \
16        intltool-merge                          \
17        intltool-prepare                        \
18        intltool-update                         \
19        intltool-unicodify                      \
20        *.gz                                    \
21        $(NULL)
22
23# These are required by intltoolize and xml-i18n-toolize.
24pkgdata_DATA =                                  \
25        intltool-extract.in                     \
26        intltool-merge.in                       \
27        intltool-update.in                      \
28        intltool-po-Makefile.in.in-patch-1      \
29        intltool-po-Makefile.in.in-patch-2      \
30        intltool-po-Makefile.in.in-patch-3      \
31        intltool-po-Makefile.in.in-patch-4      \
32        intltool-po-Makefile.in.in-patch-5      \
33        intltool-po-Makefile.in.in-patch-6      \
34        xml-i18n-po-Makefile.in.in-patch-1      \
35        xml-i18n-po-Makefile.in.in-patch-2      \
36        xml-i18n-po-Makefile.in.in-patch-5      \
37        $(NULL)
38
39
40# This macro file should be visible to Automake's aclocal.
41aclocal_DATA = $(aclocal_macros)
42
43# The intltool distributor and installed versions of scripts
44
45bin_SCRIPTS =                                   \
46        intltoolize                             \
47        xml-i18n-toolize                        \
48        intltool-update                         \
49        intltool-merge                          \
50        intltool-extract                        \
51        intltool-prepare                        \
52        intltool-unicodify                      \
53        $(NULL)
54
55EXTRA_DIST =                                    \
56        $(aclocal_macros)                       \
57        intltoolize.in                          \
58        xml-i18n-toolize.in                     \
59        intltool-extract.in.in                  \
60        intltool-merge.in.in                    \
61        intltool-update.in.in                   \
62        intltool-prepare.in                     \
63        intltool-unicodify.in                   \
64        intltool.spec.in                        \
65        $(pkgdata_DATA)                         \
66        $(NULL)
67
68dist-hook:
69        cp intltool.spec $(distdir)
70
71%: %.in Makefile
72        sed -e "s:@INTLTOOL_PERL@:$(PERL):;" < $< > $@
Note: See TracBrowser for help on using the repository browser.