annotate level1/cmds/makefile @ 968:69757400b240

Added to std CMDS
author boisy
date Fri, 31 Jan 2003 17:58:38 +0000
parents 7cecd837bcab
children 3ebe2a5977d9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
1 include ../../Makefile.rules
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
2
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
3 DEPENDS = ./Makefile
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
4
490
7e5b18941974 basic09.asm removed
boisy
parents: 488
diff changeset
5 BASIC09FILES = runb.asm gfx.asm inkey.asm syscall.asm
562
c7dda4211c00 All CMDS are in one macro now
boisy
parents: 492
diff changeset
6 COCOCMDS = asm attr backup binex build cmp cobbler config copy date \
968
69757400b240 Added to std CMDS
boisy
parents: 963
diff changeset
7 dcheck debug ded deiniz del deldir devs dir disasm display \
69757400b240 Added to std CMDS
boisy
parents: 963
diff changeset
8 dmode dsave dump echo edit error exbin exmode format free grfo \
963
7cecd837bcab Added new commands as part of standard CMDS distribution
boisy
parents: 862
diff changeset
9 help ident iniz irqs link list load login makdir mdir merge \
7cecd837bcab Added new commands as part of standard CMDS distribution
boisy
parents: 862
diff changeset
10 mfree os9gen park printerr procs pwd pxd \
862
cb66ee3d17b2 Added touch to CMDS list
boisy
parents: 689
diff changeset
11 rename runb save setime shell sleep tee tmode touch tsmon \
322
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents: 303
diff changeset
12 tuneport unlink verify xmode gfx inkey syscall
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents: 303
diff changeset
13 DRAGONCMDS = cobbler_d64 format_d64 os9gen_d64 drvr51.dr go51
562
c7dda4211c00 All CMDS are in one macro now
boisy
parents: 492
diff changeset
14 ALLOBJS = $(COCOCMDS) $(DRAGONCMDS)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
15
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
16 all: $(ALLOBJS)
322
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents: 303
diff changeset
17 $(CHMOD) 755 $(ALLOBJS)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
18
689
92b575ffa143 Folded pxd.asm and pwd.asm into pd.asm for simplicity since almost all code
boisy
parents: 562
diff changeset
19 pwd: pd.asm
92b575ffa143 Folded pxd.asm and pwd.asm into pd.asm for simplicity since almost all code
boisy
parents: 562
diff changeset
20 $(AS) $(AFLAGS) $< $(ASOUT)$@ -aPWD=1
92b575ffa143 Folded pxd.asm and pwd.asm into pd.asm for simplicity since almost all code
boisy
parents: 562
diff changeset
21
92b575ffa143 Folded pxd.asm and pwd.asm into pd.asm for simplicity since almost all code
boisy
parents: 562
diff changeset
22 pxd: pd.asm
92b575ffa143 Folded pxd.asm and pwd.asm into pd.asm for simplicity since almost all code
boisy
parents: 562
diff changeset
23 $(AS) $(AFLAGS) $< $(ASOUT)$@ -aPXD=1
92b575ffa143 Folded pxd.asm and pwd.asm into pd.asm for simplicity since almost all code
boisy
parents: 562
diff changeset
24
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
25 clean:
492
55c11462fb10 clean now cleans basic09 linked files
boisy
parents: 490
diff changeset
26 $(RM) $(ALLOBJS) $(BASIC09FILES)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
27
95
cab6c9f16913 Added identify target
boisy
parents: 21
diff changeset
28 identify:
cab6c9f16913 Added identify target
boisy
parents: 21
diff changeset
29 $(IDENT_SHORT) $(ALLOBJS)
107
5eceecf6159c Updated Makefiles with new targets
boisy
parents: 104
diff changeset
30
322
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents: 303
diff changeset
31 showallobjs:
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents: 303
diff changeset
32 @$(ECHO) $(ALLOBJS)
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents: 303
diff changeset
33
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents: 303
diff changeset
34 showcocoobjs:
562
c7dda4211c00 All CMDS are in one macro now
boisy
parents: 492
diff changeset
35 @$(ECHO) $(COCOCMDS)
322
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents: 303
diff changeset
36
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents: 303
diff changeset
37 showdragonobjs:
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents: 303
diff changeset
38 @$(ECHO) $(CMDS) $(DRAGONCMDS)
488
39bffcae0383 gfx, inkey and syscall are now linked from the Basic09 source directory
boisy
parents: 463
diff changeset
39
39bffcae0383 gfx, inkey and syscall are now linked from the Basic09 source directory
boisy
parents: 463
diff changeset
40 $(BASIC09FILES): $(BASEDIR)/3rdparty/packages/basic09/$@
39bffcae0383 gfx, inkey and syscall are now linked from the Basic09 source directory
boisy
parents: 463
diff changeset
41 -$(SOFTLINK) $(BASEDIR)/3rdparty/packages/basic09/$@