forked from github/server
24 lines
374 B
Text
24 lines
374 B
Text
|
SubDir TOP common items ;
|
||
|
|
||
|
TargetDirectory ;
|
||
|
SubDirHdrs $(SUBDIR)/../gamecode ;
|
||
|
SubDirHdrs $(SUBDIR)/../kernel ;
|
||
|
SubDirHdrs $(SUBDIR)/../util ;
|
||
|
SubDirHdrs $(SUBDIR)/.. ;
|
||
|
SubDirHdrs $(SUBDIR)/../.. ;
|
||
|
|
||
|
SOURCES =
|
||
|
birthday_firework.c
|
||
|
catapultammo.c
|
||
|
demonseye.c
|
||
|
items.c
|
||
|
lmsreward.c
|
||
|
questkeys.c
|
||
|
racespoils.c
|
||
|
seed.c
|
||
|
weapons.c
|
||
|
xerewards.c
|
||
|
;
|
||
|
|
||
|
Library items : $(SOURCES) ;
|