view 3rdparty/fmgrs/msf/makefile @ 1363:53c50c807d55

Major move to new NitrOS-9 project
author boisy
date Fri, 26 Sep 2003 12:26:10 +0000
parents 938ec7bd301f
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)$@