diff level3/coco3_6309/defs/makefile @ 2351:87b07a1be8a0

Updated and added coco3_6309
author boisy
date Sun, 17 Jan 2010 21:42:26 +0000
parents
children 2a37d4530972 e4a0f58a5f9b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level3/coco3_6309/defs/makefile	Sun Jan 17 21:42:26 2010 +0000
@@ -0,0 +1,32 @@
+PORT = coco3
+include $(NITROS9DIR)/rules.mak
+
+DEPENDS		= ./makefile
+
+DEFOPTS		= -ls -x -z -aLevel=3
+PERMDEFS	= Defsfile
+DEFS		= OS9Defs RBFDefs SCFDefs SysType VTIODefs
+ALLOBJS		= $(DEFS) $(PERMDEFS)
+
+all:	$(ALLOBJS)
+
+OS9Defs: $(DEFSDIR)/os9defs
+	$(AS) $(AFLAGS) $(DEFOPTS) -aOS9DEFS=0 $< > $@
+
+RBFDefs: $(DEFSDIR)/rbfdefs
+	$(AS) $(AFLAGS) $(DEFOPTS) -aRBFDEFS=0 $< > $@
+
+SCFDefs: $(DEFSDIR)/scfdefs
+	$(AS) $(AFLAGS) $(DEFOPTS) -aSCFDEFS=0 $< > $@
+
+SysType: $(DEFSDIR)/systype
+	$(AS) $(AFLAGS) $(DEFOPTS) -aSYSTYPE=0 $< > $@
+
+VTIODefs: $(DEFSDIR)/vtiodefs_cc3
+	$(AS) $(AFLAGS) $(DEFOPTS) -aVTIODEFS=0 $< > $@
+
+clean:
+	$(RM) $(DEFS)
+
+showobjs:
+	@$(ECHO) $(ALLOBJS)