Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/flashpak/makefile @ 930:1409b917eb52
All OS-9 versions now share the same errmsg file
author | boisy |
---|---|
date | Tue, 21 Jan 2003 01:35:22 +0000 |
parents | 3f0f7b4e5111 |
children | 53c50c807d55 |
line wrap: on
line source
include ../../../Makefile.rules L1 = $(AFLAGS) -aLevel=1 L2 = $(AFLAGS) -aLevel=2 DEPENDS = ./Makefile DRVRS = flashpak.dr DESCS = f0_l1.dd f0_l2.dd ALLOBJS = $(DRVRS) $(DESCS) all: $(ALLOBJS) $(DEPENDS) f0_l1.dd: f0.asm $(AS) $(ASOUT)$@ $< $(L1) f0_l2.dd: f0.asm $(AS) $(ASOUT)$@ $< $(L2) clean: $(RM) $(ALLOBJS)