Added workaround for annoying gettextize behaviour
[pspp-builds.git] / Smake
1 Makefile po/Makefile.in: Makefile.in configure install-sh config.h.in po/Makefile.in.in
2         ./configure
3
4 configure:  configure.ac aclocal.m4
5         autoconf
6
7 config.h.in: configure.ac
8         autoheader
9
10 aclocal.m4:
11         aclocal -I m4
12
13
14 install-sh Makefile.in: intl Makefile.am aclocal.m4 config.h.in ABOUT-NLS
15         automake --add-missing
16
17 po/Makefile.in.in intl ABOUT-NLS:
18         ./gettextize -f -c --no-changelog --intl
19
20
21
22 .PHONY: clean
23 clean:
24         $(RM) config.sub config.guess
25         $(RM) ABOUT-NLS
26         $(RM) -r autom4te.cache
27         $(RM) aclocal.m4
28         $(RM) missing mkinstalldirs
29         $(RM) install-sh
30         $(RM) configure Makefile Makefile.in
31         $(RM) depcomp
32         $(RM) -r m4 intl
33         $(RM) po/ChangeLog \
34         po/Makefile \
35         po/Makefile.in \
36         po/Makefile.in.in \
37         po/POTFILES \
38         po/Rules-quot \
39         po/boldquot.sed \
40         po/cat-id-tbl.c \
41         po/en@boldquot.header \
42         po/en@quot.header \
43         po/insert-header.sin \
44         po/quot.sed \
45         po/remove-potcdate.sin \
46         po/stamp-po \
47         po/Makevars.template