Mercurial > hg > Members > kono > nitros9-code
diff level1/tano/defs/makefile @ 2049:0cf8513d33d7
Updated for new structure
author | boisy |
---|---|
date | Sun, 23 Apr 2006 18:01:52 +0000 |
parents | 2e37b5a0d4b3 |
children | b8c7b7fbf3c9 |
line wrap: on
line diff
--- a/level1/tano/defs/makefile Sun Apr 23 17:44:50 2006 +0000 +++ b/level1/tano/defs/makefile Sun Apr 23 18:01:52 2006 +0000 @@ -11,22 +11,22 @@ all: $(ALLOBJS) Defsfile: defsfile.asm - $(AS) $(DEFOPTS) -p $< > $@ + $(AS) $(AFLAGS) $(DEFOPTS) -p $< > $@ OS9Defs: $(DEFSDIR)/os9defs - $(AS) $(DEFOPTS) -aOS9DEFS=0 $< > $@ + $(AS) $(AFLAGS) $(DEFOPTS) -aOS9DEFS=0 $< > $@ RBFDefs: $(DEFSDIR)/rbfdefs - $(AS) $(DEFOPTS) -aRBFDEFS=0 $< > $@ + $(AS) $(AFLAGS) $(DEFOPTS) -aRBFDEFS=0 $< > $@ SCFDefs: $(DEFSDIR)/scfdefs - $(AS) $(DEFOPTS) -aSCFDEFS=0 $< > $@ + $(AS) $(AFLAGS) $(DEFOPTS) -aSCFDEFS=0 $< > $@ SysType: $(DEFSDIR)/systype - $(AS) $(DEFOPTS) -aSYSTYPE=0 $< > $@ + $(AS) $(AFLAGS) $(DEFOPTS) -aSYSTYPE=0 $< > $@ VTIODefs: $(DEFSDIR)/vtiodefs - $(AS) $(DEFOPTS) -aVTIODEFS=0 $< > $@ + $(AS) $(AFLAGS) $(DEFOPTS) -aVTIODEFS=0 $< > $@ clean: $(RM) $(DEFS)