menu.c: removed warnings
[k8opentitus.git] / Jamrules
blob765776c0e76942d6595765fea64f66593fed5f7b
1 set-profile ;
2 set-target-locations ;
5 HDRS += $(TOP)/src/include ;
6 HDRS += $(TOP)/src/opl ;
8 pkg-config sdl ;
9 pkg-config SDL_mixer ;
12 if ([ FileExists $(TOP)/Jamrules.local ]) {
13   include $(TOP)/Jamrules.local ;
15 if ([ FileExists $(TOP)/Jamrules.push ]) {
16   include $(TOP)/Jamrules.push ;