95093248b047a5510e5d946c6a361640135eef3c
[supertux.git] / Jamfile
1 SubDir TOP ;
2
3 # Decend into subdirs
4 SubInclude TOP lib ;
5 SubInclude TOP src ;
6 SubInclude TOP data ;
7
8 UseAutoconf ;
9
10 # for now...
11 Package [ Wildcard po : *.po *.in Changelog ] ;
12 Package [ Wildcard intl : *.c *.h ChangeLog VERSION Makefile.in ] ;
13 Package INSTALL NEWS README COPYING AUTHORS ChangeLog ABOUT-NLS depcomp 
14         install-sh mkinstalldirs missing ;
15
16 Package Makefile.am src/Makefile.am lib/Makefile.am data/Makefile.am 
17             po/Makefile.in.in intl/Makefile.in ;