Added calculations for the correlation for paired samples in t-test
[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         touch -f Makefile.am Makefile.am-stamp
19         touch -f configure.ac configure.ac-stamp
20         cp -a configure.ac configure.ac-bak
21         cp -a Makefile.am Makefile.am-bak
22         gettextize -f -c --no-changelog --intl
23         cp -a Makefile.am-bak Makefile.am
24         touch -f Makefile.am-stamp Makefile.am
25         cp -a configure.ac-bak configure.ac
26         touch -f configure.ac-stamp configure.ac
27         $(RM) configure.ac-bak configure.ac-stamp
28         $(RM) Makefile.am-bak Makefile.am-stamp
29
30
31
32 .PHONY: clean
33 clean:
34         $(RM) config.sub config.guess
35         $(RM) ABOUT-NLS
36         $(RM) -r autom4te.cache
37         $(RM) aclocal.m4
38         $(RM) missing mkinstalldirs
39         $(RM) install-sh
40         $(RM) configure Makefile Makefile.in
41         $(RM) depcomp
42         $(RM) -r m4 intl
43         $(RM) po/ChangeLog \
44         po/Makefile \
45         po/Makefile.in \
46         po/Makefile.in.in \
47         po/POTFILES \
48         po/Rules-quot \
49         po/boldquot.sed \
50         po/cat-id-tbl.c \
51         po/en@boldquot.header \
52         po/en@quot.header \
53         po/insert-header.sin \
54         po/quot.sed \
55         po/remove-potcdate.sin \
56         po/stamp-po \
57         po/Makevars.template