Mercurial > hg > Members > kono > nitros9-code
view lib/makefile @ 2624:b8c7b7fbf3c9
Major changes:
o os9defs, rbfdefs, scfdefs now os9.d, rbf.d, and scf.d
o vtiodefs now broken into cocovtio.d (for coco and dragon) and atarivtio.d
o systype now broken into coco.d, dragon.d and atari.d
o all references to the above in other files have changed
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Fri, 24 Feb 2012 08:51:08 -0600 |
parents | 0104de794ec7 |
children | e4a0f58a5f9b aaba193af04f |
line wrap: on
line source
include $(NITROS9DIR)/rules.mak SRC = os9defs.a scfdefs.a rbfdefs.a pipedefs.a systype.a net.a all: sys6809l1.l sys6809l2.l sys6309l2.l net.l alib.l sys.zip sys.zip: $(SRC) zip $@ $(SRC) sys6809l1.l: sys6809l1.a sys6809l2.l: sys6809l2.a sys6309l2.l: sys6309l2.a net.l: net.a alib.l: cd alib; make clean: $(RM) *.l *.r *.zip cd alib; make clean