Mercurial > hg > Members > kono > nitros9-code
view level2/cmds/makefile @ 442:0faeb7a36019
Mistakenly commited first revision with OS-9 line endings
author | boisy |
---|---|
date | Sun, 22 Sep 2002 21:55:20 +0000 |
parents | f19e910bda66 |
children | aac20055f8ad |
line wrap: on
line source
include ../../Makefile.rules DEPENDS = ./Makefile CMDS = attr backup binex build cmp cobbler copy date \ deiniz del deldir dir display dsave dump echo edit error exbin format \ free grfdrv help ident iniz link list load login makdir mdir \ merge mfree modpatch montype os9gen procs pwd pxd rename save \ setime shell_21 shell_22a sleep tee tmode tsmon unlink \ verify wcreate xmode SUBS = gfx2 gfx inkey syscall SHELLMODS = shell_22a deiniz display echo iniz link load save unlink UTILPAK1 = attr build copy date del deldir dir list makdir mdir \ merge mfree procs pwd pxd rename sleep tee tmode LEVEL1FILES = attr.asm backup.asm binex.asm build.asm cmp.asm cobbler.asm copy.asm date.asm deiniz.asm del.asm deldir.asm \ dir.asm display.asm dsave.asm dump.asm echo.asm edit.asm error.asm exbin.asm format.asm free.asm gfx.asm help.asm ident.asm iniz.asm inkey.asm link.asm \ list.asm load.asm login.asm makdir.asm merge.asm os9gen.asm pwd.asm pxd.asm rename.asm \ save.asm setime.asm sleep.asm syscall.asm tee.asm tmode.asm tuneport.asm tsmon.asm verify.asm xmode.asm ALLOBJS = $(CMDS) $(SUBS) # Files not compilable by os9asm: config all: $(ALLOBJS) shell utilpak1 $(DEPENDS) $(CHMOD) 755 $(ALLOBJS) shell utilpak1 shell: $(SHELLMODS) $(DEPENDS) $(MERGE) $(SHELLMODS)>$@ @$(ECHO) "*** Be sure the size of this file is less than 7681 bytes! ***" @ls -l $@ @$(ECHO) utilpak1: $(UTILPAK1) $(DEPENDS) $(MERGE) $(UTILPAK1)>$@ @$(ECHO) "*** Be sure the size of this file is less than 7681 bytes! ***" @ls -l $@ @$(ECHO) $(LEVEL1FILES): $(LEVEL1)/CMDS/$@ -$(SOFTLINK) $(LEVEL1)/CMDS/$@ clean: $(RM) shell utilpak1 $(ALLOBJS) $(LEVEL1FILES) showobjs: @$(ECHO) shell utilpak1 $(ALLOBJS) identify: $(IDENT_SHORT) $(ALLOBJS)