forked from github/server
23 lines
387 B
Text
23 lines
387 B
Text
SubDir TOP common items ;
|
|
|
|
TargetDirectory ;
|
|
SubDirHdrs $(SUBDIR)/../gamecode ;
|
|
SubDirHdrs $(SUBDIR)/../kernel ;
|
|
SubDirHdrs $(SUBDIR)/../util ;
|
|
SubDirHdrs $(SUBDIR)/.. ;
|
|
SubDirHdrs $(SUBDIR)/../.. ;
|
|
SubDirHdrs $(XMLHDRS) ;
|
|
|
|
SOURCES =
|
|
artrewards.c
|
|
demonseye.c
|
|
itemtypes.c
|
|
phoenixcompass.c
|
|
seed.c
|
|
weapons.c
|
|
xerewards.c
|
|
;
|
|
|
|
if $(BUILDTYPE) = REGULAR {
|
|
Library items : $(SOURCES) ;
|
|
}
|