annotate 3rdparty/packages/pacos9/makefile @ 2612:e55663e7aa7b

Fixed makfiles to include disk info
author Boisy Pitre <boisy.pitre@nuance.com>
date Tue, 31 Jan 2012 21:07:17 -0600
parents 72cb2773d5ee
children e4a0f58a5f9b 1868fbf470e7
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
2612
e55663e7aa7b Fixed makfiles to include disk info
Boisy Pitre <boisy.pitre@nuance.com>
parents: 1879
diff changeset
11
e55663e7aa7b Fixed makfiles to include disk info
Boisy Pitre <boisy.pitre@nuance.com>
parents: 1879
diff changeset
12 info: