added jam build system, please try it out - the advantage would be that it already...
[supertux.git] / lib / Jamfile
1 SubDir TOP lib ;
2
3 Library supertuxlib :
4     [ Wildcard app : *.cpp *.h ]
5     [ Wildcard audio : *.cpp *.h ]
6     [ Wildcard gui : *.cpp *.h ]
7     [ Wildcard math : *.cpp *.h ]
8     [ Wildcard special : *.cpp *.h ]
9     [ Wildcard utils : *.cpp *.h ]
10     [ Wildcard video : *.cpp *.h ]
11 ;
12 ExternalLibs supertuxlib : SDL SDLMIXER SDLIMAGE GL ;
13 C++Flags supertuxlib : -DDATA_PREFIX='\"$(appdatadir)\"' -DLOCALEDIR='\"$(datadir)/locale\"' : export ;
14 Help supertuxlib : "Build supertux library" ;