summaryrefslogtreecommitdiff
path: root/sys/src/games/mkfile
blob: 64171e6fe05edf2e144e596c064681afad153f37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
</$objtype/mkfile

TARG=4s\
	5s\
	ana\
	aout2gba\
	catclock\
	festoon\
	geigerstats\
	juggle\
	life\
	linden\
	memo\
	mole\
	mus\
	glendy\
	packet\
	mandel\
	midi\
	wadfs\
	dmid\
	dpic\
	todpic\
	turtle\

OFILES=
HFILES=

</sys/src/cmd/mkmany
BIN=/$objtype/bin/games

DIRS=\
	2600\
	blabs\
	blit\
	c64\
	doom\
	galaxy\
	gb\
	gba\
	mahjongg\
	mines\
	mix\
	md\
	nes\
	opl3\
	snes\
	sokoban\
	sudoku\
	swar\
	timmy\
	v8e\

4s.$O 5s.$O xs.$O:	xs.h
$O.4s $O.5s: xs.$O
catclock.$O:	catback.p eyes.p

all:V:	dirall
install:V:	dirinstall
clean:V:
	for (i in $DIRS) @{
		cd $i
		mk clean
	}
	rm -f *.[$OS] [$OS].* y.tab.? y.debug y.output $TARG

nuke:V:
	for (i in $DIRS) @{
		cd $i
		mk nuke
	}
	rm -f *.[$OS] [$OS].* y.tab.? y.debug y.output $TARG

dirinstall:V:
	for (i in $DIRS) @{
		cd $i
		mk install
	}

dirall:V:
	for (i in $DIRS) @{
		cd $i
		mk all
	}