forked from github/server
25 lines
358 B
Text
25 lines
358 B
Text
SubDir TOP common gamecode ;
|
|
|
|
TargetDirectory ;
|
|
SubDirHdrs $(SUBDIR)/../kernel ;
|
|
SubDirHdrs $(SUBDIR)/../util ;
|
|
SubDirHdrs $(SUBDIR)/.. ;
|
|
SubDirHdrs $(SUBDIR)/../.. ;
|
|
SubDirHdrs $(XMLHDRS) ;
|
|
|
|
SOURCES =
|
|
creation.c
|
|
creport.c
|
|
economy.c
|
|
items.c
|
|
laws.c
|
|
luck.c
|
|
monster.c
|
|
randenc.c
|
|
report.c
|
|
spy.c
|
|
study.c
|
|
xmlreport.c
|
|
;
|
|
|
|
Library gamecode : $(SOURCES) ;
|