Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/fmgrs/msf/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 | 53c50c807d55 |
children | 53c42701f680 e4a0f58a5f9b |
line wrap: on
line source
# MSF file manager # include ../../../rules.mak DEPENDS = ./makefile FMGRS = msf_6309.mn msf_6809.mn DESCS = m0_40d.dd ALLOBJS = $(FMGRS) $(DESCS) all: $(ALLOBJS) $(DEPENDS) clean: $(RM) $(ALLOBJS) msf_6309.mn: msf.asm $(AS) $(AFLAGS) $< $(ASOUT)$@ -e -aH6309=1 msf_6809.mn: msf.asm $(AS) $(AFLAGS) $< $(ASOUT)$@