Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
</$objtype/mkfile
2
 
3
TARG=tcs
4
OFILES=tcs.$O\
5
	conv_jis.$O\
6
	conv_big5.$O\
7
	conv_gb.$O\
8
	conv_gbk.$O\
9
	conv_ksc.$O\
10
	utf.$O\
11
	html.$O\
12
	kuten208.$O\
13
	gb.$O\
14
	gbk.$O\
15
	ksc.$O\
16
	big5.$O\
17
	tune.$O
18
 
19
BIN=/$objtype/bin
20
</sys/src/cmd/mkone
21
CFLAGS= -DPLAN9 $CFLAGS
22
 
23
tcs.$O utf.$O:		hdr.h
24
tcs.$O:			jis.h
25
tcs.$O kuten208.$O:	kuten208.h
26
tcs.$O big5.$O:		big5.h
27
tcs.$O gb.$O:		gb.h
28
tcs.$O:			cyrillic.h
29
tcs.$O:			conv.h
30
tcs.$O:			8859.h
31
tcs.$O:			ms.h
32
tcs.$O:			misc.h
33
conv%.$O:		conv.h
34
conv_ksc.$O:		ksc.h
35
 
36
clean:V:
37
	rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $TARG
38
 
39
nuke:V:
40
	rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $TARG