annotate 3rdparty/packages/pacos9/makefile @ 2166:82f372a8dec9

Updated with standard name
author boisy
date Thu, 22 May 2008 23:45:26 +0000
parents 72cb2773d5ee
children e55663e7aa7b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1864
f351932fa6cd Added pacos9
boisy
parents:
diff changeset
1 include $(NITROS9DIR)/rules.mak
f351932fa6cd Added pacos9
boisy
parents:
diff changeset
2
f351932fa6cd Added pacos9
boisy
parents:
diff changeset
3 RFILES = main90.r board90.r caged90.r check90.r ghosts90.r movpac90.r \
f351932fa6cd Added pacos9
boisy
parents:
diff changeset
4 score90.r scrns90.r setup90.r
f351932fa6cd Added pacos9
boisy
parents:
diff changeset
5
f351932fa6cd Added pacos9
boisy
parents:
diff changeset
6 pacos9: $(RFILES)
1866
5b15baeed060 Now uses $(C3BASE) to find proper lib
tlindner
parents: 1864
diff changeset
7 rlink $(RFILES) -o=pacos9 -l=$(C3BASE)/lib/sys.l
1879
72cb2773d5ee rules.mak updated with new rules
boisy
parents: 1866
diff changeset
8
72cb2773d5ee rules.mak updated with new rules
boisy
parents: 1866
diff changeset
9 clean:
72cb2773d5ee rules.mak updated with new rules
boisy
parents: 1866
diff changeset
10 $(RM) $(RFILES) pacos9