diff level2/cmds/makefile @ 160:0bdd24a428fb

These files are identical to level1 commands
author roug
date Mon, 08 Jul 2002 19:25:22 +0000
parents 5679e0d70acf
children fed96c42e0b4
line wrap: on
line diff
--- a/level2/cmds/makefile	Mon Jul 08 07:58:17 2002 +0000
+++ b/level2/cmds/makefile	Mon Jul 08 19:25:22 2002 +0000
@@ -16,6 +16,16 @@
 UTILPAK1        = attr deldir dirm dmem free ident mmap proc rename setime tmode
 UTILPAK2        = ddir idir pmap xmode
 
+LEVEL1FILES	= binex.asm del.asm deldir.asm \
+		echo.asm exbin.asm ident.asm link.asm \
+		list.asm load.asm pwd.asm pxd.asm \
+		save.asm sleep.asm tee.asm verify.asm
+
+LEVEL2FILES	= attr.asm build.asm deiniz.asm gfx.asm iniz.asm mdir.asm \
+		mfree.asm montype.asm procs.asm shell_21.asm tmode.asm \
+		unlink.asm wcreate.asm
+
+# Files not compilable by os9asm: Config attr cmp dcheck dir dsave
 all:	$(ALLOBJS) shell utilpak1 utilpak2 $(DEPENDS)
 	$(CHMOD) a+rx $(ALLOBJS) shell utilpak1 utilpak2
 
@@ -37,8 +47,11 @@
 	@ls -l $@
 	@$(ECHO)
 
+$(LEVEL1FILES): ../../level1/CMDS/$@
+	cp ../../level1/CMDS/$@ .
+
 clean:
-	$(RM) $(ALLOBJS) shell utilpak1 utilpak2
+	$(RM) $(ALLOBJS) $(LEVEL1FILES) shell utilpak1 utilpak2
 
 identify:
 	$(IDENT_SHORT) $(ALLOBJS)