Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/fmgrs/msf/makefile @ 1097:264588ae1cd4
Fixed cc-1.1 to cc
author | boisy |
---|---|
date | Wed, 09 Apr 2003 16:06:26 +0000 |
parents | 938ec7bd301f |
children | 53c50c807d55 |
line wrap: on
line source
# MSF file manager # include ../../../Makefile.rules 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)$@