]> git.lizzy.rs Git - plan9front.git/blob - sys/src/games/mkfile
blit: fix mkfile
[plan9front.git] / sys / src / games / mkfile
1 </$objtype/mkfile
2
3 TARG=4s\
4         5s\
5         ana\
6         catclock\
7         festoon\
8         geigerstats\
9         juggle\
10         life\
11         memo\
12         mole\
13         mus\
14         glendy\
15         packet\
16         mandel\
17         midi\
18
19 OFILES=
20 HFILES=
21
22 </sys/src/cmd/mkmany
23 BIN=/$objtype/bin/games
24
25 DIRS=\
26         blabs\
27         blit\
28         c64\
29         doom\
30         galaxy\
31         gb\
32         gba\
33         mahjongg\
34         mines\
35         mix\
36         music\
37         md\
38         nes\
39         snes\
40         sokoban\
41         sudoku\
42         timmy\
43
44 4s.$O 5s.$O xs.$O:      xs.h
45 $O.4s $O.5s: xs.$O
46 catclock.$O:    catback.p eyes.p
47
48 all:V:  dirall
49 install:V:      dirinstall
50 clean:V:
51         for (i in $DIRS) @{
52                 cd $i
53                 mk clean
54         }
55         rm -f *.[$OS] [$OS].* y.tab.? y.debug y.output $TARG
56
57 nuke:V:
58         for (i in $DIRS) @{
59                 cd $i
60                 mk nuke
61         }
62         rm -f *.[$OS] [$OS].* y.tab.? y.debug y.output $TARG
63
64 dirinstall:V:
65         for (i in $DIRS) @{
66                 cd $i
67                 mk install
68         }
69
70 dirall:V:
71         for (i in $DIRS) @{
72                 cd $i
73                 mk all
74         }