diff 3rdparty/packages/multivue/cmds_6809/makefile @ 1427:b3868abe1fee

Rearrangement of directories and files for making bootable 6809/6309 MV disks
author boisy
date Tue, 02 Dec 2003 22:35:55 +0000
parents 59187a65f10c
children 7e0ecb2e394a
line wrap: on
line diff
--- a/3rdparty/packages/multivue/cmds_6809/makefile	Tue Dec 02 20:37:44 2003 +0000
+++ b/3rdparty/packages/multivue/cmds_6809/makefile	Tue Dec 02 22:35:55 2003 +0000
@@ -1,20 +1,18 @@
 include ../../../../rules.mak
 
-H6309		= $(AFLAGS) -aH6309=1 -e
+vpath %.asm $(6809L2)/cmds
+
 DEPENDS		= ./makefile
 
-CMDS		= gshell_6309 gshell_6809 \
-		cocopr control demo fstat gcal gcalc gclock gport gprint
+CMDS		= grfdrv \
+		gshell cocopr control demo fstat gcal gcalc gclock gport \
+		gprint
 
 ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
-	$(CD) icons; make
 
-gshell_6309: gshell.asm
-	$(AS) $(ASOUT)$@ $< $(H6309)
-
-gshell_6809: gshell.asm
+gshell: gshell.asm
 	$(AS) $(ASOUT)$@ $< $(AFLAGS)
 
 clean: