Removed auto generated files from the repository
[pspp-builds.git] / Smake
1 Makefile: Makefile.in configure
2         ./configure
3
4 configure:  configure.ac
5         autoconf
6
7 config.h.in:
8         autoheader
9
10 aclocal.m4:
11         aclocal -I m4
12
13
14 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