Mercurial > hg > Members > kono > nitros9-code
comparison level1/d64/defs/makefile @ 2685:2bf46e4a7c27 lwtools-port
Even more command line fixups for lwasm
author | William Astle <lost@l-w.ca> |
---|---|
date | Sun, 10 Jun 2012 18:44:48 -0600 |
parents | 2a37d4530972 |
children | 2deaccd7ca43 |
comparison
equal
deleted
inserted
replaced
2684:2a37d4530972 | 2685:2bf46e4a7c27 |
---|---|
9 ALLOBJS = $(DEFS) | 9 ALLOBJS = $(DEFS) |
10 | 10 |
11 all: $(ALLOBJS) | 11 all: $(ALLOBJS) |
12 | 12 |
13 defsfile: defsfile.asm | 13 defsfile: defsfile.asm |
14 $(AS) $(DEFOPTS) -p $< > $@ | 14 $(AS) $(DEFOPTS) $< > $@ |
15 | 15 |
16 os9.d: $(DEFSDIR)/os9.d | 16 os9.d: $(DEFSDIR)/os9.d |
17 $(AS) $(DEFOPTS) -aOS9.D=0 $< > $@ | 17 $(AS) $(DEFOPTS) -DOS9.D=0 $< > $@ |
18 | 18 |
19 rbf.d: $(DEFSDIR)/rbf.d | 19 rbf.d: $(DEFSDIR)/rbf.d |
20 $(AS) $(DEFOPTS) -aRBF.D=0 $< > $@ | 20 $(AS) $(DEFOPTS) -DRBF.D=0 $< > $@ |
21 | 21 |
22 scf.d: $(DEFSDIR)/scf.d | 22 scf.d: $(DEFSDIR)/scf.d |
23 $(AS) $(DEFOPTS) -aSCF.D=0 $< > $@ | 23 $(AS) $(DEFOPTS) -DSCF.D=0 $< > $@ |
24 | 24 |
25 dragon.d: $(DEFSDIR)/dragon.d | 25 dragon.d: $(DEFSDIR)/dragon.d |
26 $(AS) $(DEFOPTS) -aDRAGON.D=0 $< > $@ | 26 $(AS) $(DEFOPTS) -DDRAGON.D=0 $< > $@ |
27 | 27 |
28 dragonvtio.d: $(DEFSDIR)/cocovtio.d | 28 dragonvtio.d: $(DEFSDIR)/cocovtio.d |
29 $(AS) $(DEFOPTS) -aDRAGONVTIO.D=0 $< > $@ | 29 $(AS) $(DEFOPTS) -DDRAGONVTIO.D=0 $< > $@ |
30 | 30 |
31 clean: | 31 clean: |
32 $(RM) $(DEFS) | 32 $(RM) $(DEFS) |
33 | 33 |
34 showobjs: | 34 showobjs: |