Mercurial > hg > Members > kono > nitros9-code
comparison level2/defs/makefile @ 1658:83453a4c9e51
Addition of cciodefs and cc3iodefs
author | boisy |
---|---|
date | Sun, 18 Jul 2004 01:06:01 +0000 |
parents | 53c50c807d55 |
children | 27e85b681dab |
comparison
equal
deleted
inserted
replaced
1657:e301acf9026c | 1658:83453a4c9e51 |
---|---|
3 DEPENDS = ./makefile | 3 DEPENDS = ./makefile |
4 | 4 |
5 DEFOPTS = -ls -x -z -aLevel=2 | 5 DEFOPTS = -ls -x -z -aLevel=2 |
6 DEFSDIR = $(BASEDIR)/defs | 6 DEFSDIR = $(BASEDIR)/defs |
7 PERMDEFS = Defsfile | 7 PERMDEFS = Defsfile |
8 DEFS = OS9Defs RBFDefs SCFDefs SysType | 8 DEFS = OS9Defs RBFDefs SCFDefs SysType CC3IODefs |
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 |
20 $(AS) $(DEFOPTS) -aSCFDEFS=0 $< > $@ | 20 $(AS) $(DEFOPTS) -aSCFDEFS=0 $< > $@ |
21 | 21 |
22 SysType: $(DEFSDIR)/systype | 22 SysType: $(DEFSDIR)/systype |
23 $(AS) $(DEFOPTS) -aSYSTYPE=0 $< > $@ | 23 $(AS) $(DEFOPTS) -aSYSTYPE=0 $< > $@ |
24 | 24 |
25 CC3IODefs: $(DEFSDIR)/cc3iodefs | |
26 $(AS) $(DEFOPTS) -aCC3IODEFS=0 $< > $@ | |
27 | |
25 clean: | 28 clean: |
26 $(RM) $(DEFS) | 29 $(RM) $(DEFS) |
27 | 30 |
28 showobjs: | 31 showobjs: |
29 @$(ECHO) $(ALLOBJS) | 32 @$(ECHO) $(ALLOBJS) |