annotate level1/cmds/makefile @ 128:6b0b0bc5aa41

Added park
author boisy
date Sun, 07 Jul 2002 02:52:38 +0000
parents c05e087acdd3
children 9fa777d31266
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
128
6b0b0bc5aa41 Added park
boisy
parents: 121
diff changeset
5 CMDS = asm attr backup binex build cobbler cobbler_cc copy date \
117
13c6ff62592f dcheck and dsave back in CMDS
roug
parents: 115
diff changeset
6 dcheck debug del deldir dir display dsave dump \
121
c05e087acdd3 Added format
boisy
parents: 117
diff changeset
7 echo exbin format free grfo ident iniz link list \
128
6b0b0bc5aa41 Added park
boisy
parents: 121
diff changeset
8 load login makdir mdir merge mfree os9gen os9gen_cc \
6b0b0bc5aa41 Added park
boisy
parents: 121
diff changeset
9 park printerr procs pwd pxd \
104
0859906a95a8 Test assembly turned up some issues. See Makefile
roug
parents: 97
diff changeset
10 rename save setime shell sleep tee tmode tsmon \
0859906a95a8 Test assembly turned up some issues. See Makefile
roug
parents: 97
diff changeset
11 tuneport unlink verify xmode
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
12 ALLOBJS = $(CMDS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
13
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
14 all: $(ALLOBJS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
15 $(CHMOD) a+rx $(ALLOBJS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
16
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
17 clean:
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
18 $(RM) $(ALLOBJS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
19
95
cab6c9f16913 Added identify target
boisy
parents: 21
diff changeset
20 identify:
cab6c9f16913 Added identify target
boisy
parents: 21
diff changeset
21 $(IDENT_SHORT) $(ALLOBJS)
107
5eceecf6159c Updated Makefiles with new targets
boisy
parents: 104
diff changeset
22
5eceecf6159c Updated Makefiles with new targets
boisy
parents: 104
diff changeset
23 showobjs:
5eceecf6159c Updated Makefiles with new targets
boisy
parents: 104
diff changeset
24 @echo $(ALLOBJS)