added jam build system, please try it out - the advantage would be that it already...
[supertux.git] / mk / jam / autoconf.jam
1 # Clean rules for autoconf generated stuff
2
3 # construct some clean targets
4 Clean distclean : config.log config.status config.cache aclocal.m4
5                   Jamconfig config.h out.txt log.txt stamp-h1 
6                   libtool ;
7 CleanDir distclean : autom4te.cache out ;
8 Depends distclean : clean ;
9                                                                                 
10 Clean cvsclean : configure aclocal.m4 config.h.in Jamconfig.in ;
11 Depends cvsclean : distclean ;
12                                                                                 
13 Help clean : "Cleanup objectfiles and targets" ;
14 Help distclean : "Cleanup objectfiles and build configuration" ;
15 Help cvsclean : "Cleanup all objectfiles, buildconfig and generated files." ;