annotate 3rdparty/utils/makefile @ 419:e0c4e91bff5e

Now pulling dsave from level1
author boisy
date Sun, 22 Sep 2002 14:49:15 +0000
parents 11db60dd6366
children 085efbb80a5a
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 # Make all components
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
4 all:
391
54a8776100d3 Added enhanced, use macros for CD
boisy
parents: 80
diff changeset
5 $(CD) boisy; make
54a8776100d3 Added enhanced, use macros for CD
boisy
parents: 80
diff changeset
6 $(CD) dasm; make
54a8776100d3 Added enhanced, use macros for CD
boisy
parents: 80
diff changeset
7 $(CD) enhanced; make
54a8776100d3 Added enhanced, use macros for CD
boisy
parents: 80
diff changeset
8 $(CD) kdutils; make
54a8776100d3 Added enhanced, use macros for CD
boisy
parents: 80
diff changeset
9 $(CD) smartwatch; make
397
11db60dd6366 Added WInfo
boisy
parents: 391
diff changeset
10 $(CD) winfo; make
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
11
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
12 # Clean all components
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
13 clean:
391
54a8776100d3 Added enhanced, use macros for CD
boisy
parents: 80
diff changeset
14 -$(CD) boisy; make clean
54a8776100d3 Added enhanced, use macros for CD
boisy
parents: 80
diff changeset
15 -$(CD) dasm; make clean
54a8776100d3 Added enhanced, use macros for CD
boisy
parents: 80
diff changeset
16 -$(CD) enhanced; make clean
54a8776100d3 Added enhanced, use macros for CD
boisy
parents: 80
diff changeset
17 -$(CD) kdutils; make clean
54a8776100d3 Added enhanced, use macros for CD
boisy
parents: 80
diff changeset
18 -$(CD) smartwatch; make clean
397
11db60dd6366 Added WInfo
boisy
parents: 391
diff changeset
19 -$(CD) winfo; make clean