0
|
1 include ../../Makefile.rules
|
|
2
|
|
3 DEPENDS = ./Makefile
|
|
4
|
104
|
5 # Files not compilable by os9asm: dcheck dsave format tmode
|
|
6 CMDS = asm attr backup binex build cobbler copy date \
|
|
7 del deldir dir display dump \
|
|
8 echo exbin free grfo ident iniz link list \
|
|
9 load login makdir mdir merge mfree os9gen \
|
|
10 printerr procs pwd pxd \
|
|
11 rename save setime shell sleep tee tmode tsmon \
|
|
12 tuneport unlink verify xmode
|
0
|
13 ALLOBJS = $(CMDS)
|
|
14
|
|
15 all: $(ALLOBJS)
|
|
16 $(CHMOD) a+rx $(ALLOBJS)
|
|
17
|
|
18 clean:
|
|
19 $(RM) $(ALLOBJS)
|
|
20
|
95
|
21 identify:
|
|
22 $(IDENT_SHORT) $(ALLOBJS)
|