forked from github/server
32a3c0103f
idntify races. It is better to use racename-attributes for this, I think.
36 lines
534 B
Text
36 lines
534 B
Text
SubDir TOP common attributes ;
|
|
|
|
TargetDirectory ;
|
|
SubDirHdrs $(SUBDIR)/../gamecode ;
|
|
SubDirHdrs $(SUBDIR)/../kernel ;
|
|
SubDirHdrs $(SUBDIR)/../util ;
|
|
SubDirHdrs $(SUBDIR)/.. ;
|
|
SubDirHdrs $(SUBDIR)/../.. ;
|
|
|
|
SOURCES =
|
|
alliance.c
|
|
attributes.c
|
|
fleechance.c
|
|
follow.c
|
|
giveitem.c
|
|
gm.c
|
|
hate.c
|
|
iceberg.c
|
|
key.c
|
|
matmod.c
|
|
movement.c
|
|
moved.c
|
|
object.c
|
|
option.c
|
|
orcification.c
|
|
otherfaction.c
|
|
overrideroads.c
|
|
racename.c
|
|
raceprefix.c
|
|
reduceproduction.c
|
|
targetregion.c
|
|
viewrange.c
|
|
variable.c
|
|
;
|
|
|
|
Library attributes : $(SOURCES) ;
|