changeset 496:e5ba386351af

Changed gshell to gshell_6309
author boisy
date Wed, 09 Oct 2002 15:29:57 +0000
parents 26d57ed79372
children 910b1bd03739
files 3rdparty/packages/multivue/cmds_6309/makefile 3rdparty/packages/multivue/cmds_6809/makefile
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/multivue/cmds_6309/makefile	Wed Oct 09 15:25:19 2002 +0000
+++ b/3rdparty/packages/multivue/cmds_6309/makefile	Wed Oct 09 15:29:57 2002 +0000
@@ -1,8 +1,9 @@
 include ../../../../Makefile.rules
 
+H6309		= $(AFLAGS) -aH6309=1
 DEPENDS		= ./Makefile
 
-CMDS		= gshell cocopr control demo fstat gcal gcalc gclock \
+CMDS		= gshell_6309 cocopr control demo fstat gcal gcalc gclock \
 		gport gprint
 
 ALLOBJS		= $(CMDS)
@@ -11,6 +12,9 @@
 	$(CD) ICONS; make
 	$(CHMOD) 755 $(ALLOBJS)
 
+gshell_6309:
+	$(AS) $(ASOUT)$@ $< $(H6309)
+
 clean:
 	$(RM) $(ALLOBJS)
 
--- a/3rdparty/packages/multivue/cmds_6809/makefile	Wed Oct 09 15:25:19 2002 +0000
+++ b/3rdparty/packages/multivue/cmds_6809/makefile	Wed Oct 09 15:29:57 2002 +0000
@@ -1,8 +1,9 @@
 include ../../../../Makefile.rules
 
+H6309		= $(AFLAGS) -aH6309=1
 DEPENDS		= ./Makefile
 
-CMDS		= gshell cocopr control demo fstat gcal gcalc gclock \
+CMDS		= gshell_6309 cocopr control demo fstat gcal gcalc gclock \
 		gport gprint
 
 ALLOBJS		= $(CMDS)
@@ -11,6 +12,9 @@
 	$(CD) ICONS; make
 	$(CHMOD) 755 $(ALLOBJS)
 
+gshell_6309:
+	$(AS) $(ASOUT)$@ $< $(H6309)
+
 clean:
 	$(RM) $(ALLOBJS)