changeset 448:a7aa7a24042d

Touched up makefiles
author boisy
date Sun, 22 Sep 2002 23:17:53 +0000
parents cdee01afb5d5
children fb1f7b0767ea
files 3rdparty/packages/multivue/cmds_6309/makefile 3rdparty/packages/multivue/cmds_6809/makefile 3rdparty/packages/multivue/makefile
diffstat 3 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/multivue/cmds_6309/makefile	Sun Sep 22 23:13:19 2002 +0000
+++ b/3rdparty/packages/multivue/cmds_6309/makefile	Sun Sep 22 23:17:53 2002 +0000
@@ -5,7 +5,7 @@
 CMDS		= gshell cocopr control demo fstat gcal gcalc gclock \
 		gport gprint
 
-ALLOBJS		= $(CMDS) $(SUBS)
+ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
 
--- a/3rdparty/packages/multivue/cmds_6809/makefile	Sun Sep 22 23:13:19 2002 +0000
+++ b/3rdparty/packages/multivue/cmds_6809/makefile	Sun Sep 22 23:17:53 2002 +0000
@@ -5,7 +5,7 @@
 CMDS		= gshell cocopr control demo fstat gcal gcalc gclock \
 		gport gprint
 
-ALLOBJS		= $(CMDS) $(SUBS)
+ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
 
--- a/3rdparty/packages/multivue/makefile	Sun Sep 22 23:13:19 2002 +0000
+++ b/3rdparty/packages/multivue/makefile	Sun Sep 22 23:17:53 2002 +0000
@@ -2,6 +2,7 @@
 
 DISK	= multivue.dsk
 CMDS	= $(shell $(CD) CMDS; make showobjs)
+ICONS	= $(shell $(CD) CMDS/ICONS; make showobjs)
 SYS	= $(shell $(CD) SYS; make showobjs)
 DEMO	= $(shell $(CD) DEMO; make showobjs)
 
@@ -26,8 +27,10 @@
 	$(RM) $(DISK)
 	$(OS9FORMAT) $(DISK)
 	$(MAKDIR) $(DISK):CMDS
+	$(MAKDIR) $(DISK):CMDS/ICONS
 	$(MAKDIR) $(DISK):SYS
 	$(MAKDIR) $(DISK):DEMO
 	$(CD) CMDS; $(CP) $(CMDS) ../$(DISK):CMDS
+	$(CD) CMDS/ICONS; $(CP) $(ICONS) ../../$(DISK):CMDS/ICONS
 	$(CD) SYS; $(CP) $(SYS) ../$(DISK):SYS
 	$(CD) DEMO; $(CP) $(DEMO) ../$(DISK):DEMO