summaryrefslogtreecommitdiff
path: root/appl/wm/mkfile
blob: 4f01ebd95484996cbff3edfc3a826f6a4a1e8d50 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<../../mkconfig

DIRS=\
	brutus\
	camera\
#	diary\
	drawmux\
	ftree\
	mailtool\
	mpeg\

TARG=\
	about.dis\
	avi.dis\
	bounce.dis\
	brutus.dis\
	c4.dis\
	calendar.dis\
	clock.dis\
	coffee.dis\
	collide.dis\
	colors.dis\
	cprof.dis\
	date.dis\
	deb.dis\
	debdata.dis\
	debsrc.dis\
	dir.dis\
	edit.dis\
	filename.dis\
	getauthinfo.dis\
	keyboard.dis\
	logon.dis\
	logwindow.dis\
	man.dis\
	mand.dis\
	mash.dis\
	memory.dis\
##	mpeg.dis\
	mprof.dis\
	pen.dis\
	polyhedra.dis\
	prof.dis\
##	qt.dis\
	readmail.dis\
	remotelogon.dis\
	reversi.dis\
	rmtdir.dis\
	rt.dis\
	sendmail.dis\
	sh.dis\
	smenu.dis\
	snake.dis\
	stopwatch.dis\
	sweeper.dis\
	task.dis\
	telnet.dis\
	tetris.dis\
	toolbar.dis\
	unibrowse.dis\
	view.dis\
	vt.dis\
	wish.dis\
	wm.dis\
	wmplay.dis\

MODULES=\
	wmdeb.m\

SYSMODULES=\
	bufio.m\
	cci.m\
	daytime.m\
	debug.m\
	draw.m\
	filepat.m\
	html.m\
	keyring.m\
	man.m\
	mpeg.m\
	newns.m\
	plumbmsg.m\
	quicktime.m\
	rand.m\
	readdir.m\
	riff.m\
	security.m\
	sh.m\
	string.m\
	sys.m\
	tk.m\
	tkclient.m\
	url.m\
	webget.m\
	wmclient.m\
	wmsrv.m\
	workdir.m\

DISBIN=$ROOT/dis/wm

<$ROOT/mkfiles/mkdis
<$ROOT/mkfiles/mksubdirs