comparison level2/coco3/defs/makefile @ 2050:d63587190d9b

For porting
author boisy
date Sun, 23 Apr 2006 19:13:38 +0000
parents ed46fc161cc3
children b8c7b7fbf3c9
comparison
equal deleted inserted replaced
2049:0cf8513d33d7 2050:d63587190d9b
9 ALLOBJS = $(DEFS) $(PERMDEFS) 9 ALLOBJS = $(DEFS) $(PERMDEFS)
10 10
11 all: $(ALLOBJS) 11 all: $(ALLOBJS)
12 12
13 OS9Defs: $(DEFSDIR)/os9defs 13 OS9Defs: $(DEFSDIR)/os9defs
14 $(AS) $(DEFOPTS) -aOS9DEFS=0 $< > $@ 14 $(AS) $(AFLAGS) $(DEFOPTS) -aOS9DEFS=0 $< > $@
15 15
16 RBFDefs: $(DEFSDIR)/rbfdefs 16 RBFDefs: $(DEFSDIR)/rbfdefs
17 $(AS) $(DEFOPTS) -aRBFDEFS=0 $< > $@ 17 $(AS) $(AFLAGS) $(DEFOPTS) -aRBFDEFS=0 $< > $@
18 18
19 SCFDefs: $(DEFSDIR)/scfdefs 19 SCFDefs: $(DEFSDIR)/scfdefs
20 $(AS) $(DEFOPTS) -aSCFDEFS=0 $< > $@ 20 $(AS) $(AFLAGS) $(DEFOPTS) -aSCFDEFS=0 $< > $@
21 21
22 SysType: $(DEFSDIR)/systype 22 SysType: $(DEFSDIR)/systype
23 $(AS) $(DEFOPTS) -aSYSTYPE=0 $< > $@ 23 $(AS) $(AFLAGS) $(DEFOPTS) -aSYSTYPE=0 $< > $@
24 24
25 VTIODefs: $(DEFSDIR)/vtiodefs_cc3 25 VTIODefs: $(DEFSDIR)/vtiodefs_cc3
26 $(AS) $(DEFOPTS) -aVTIODEFS=0 $< > $@ 26 $(AS) $(AFLAGS) $(DEFOPTS) -aVTIODEFS=0 $< > $@
27 27
28 clean: 28 clean:
29 $(RM) $(DEFS) 29 $(RM) $(DEFS)
30 30
31 showobjs: 31 showobjs: