Added a --enable-debug option to configure and
[pspp-builds.git] / Smake
1 Makefile config.h: Makefile.in configure config.h.in install-sh
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: Makefile.am aclocal.m4 config.h.in
15         automake --add-missing
16
17
18
19 .PHONY: clean
20 clean:
21         $(RM) config.sub config.guess
22         $(RM) -r autom4te.cache
23         $(RM) aclocal.m4
24         $(RM) missing mkinstalldirs
25         $(RM) install-sh
26         $(RM) configure
27         $(RM) depcomp
28