Add tcs; it compiles in my world, but I haven't tried it in Russ's yet.
This commit is contained in:
parent
ba03b8910d
commit
a31db67d14
42 changed files with 10804 additions and 1 deletions
33
src/cmd/tcs/mkfile
Normal file
33
src/cmd/tcs/mkfile
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=tcs
|
||||
OFILES=tcs.$O\
|
||||
conv_jis.$O\
|
||||
conv_big5.$O\
|
||||
conv_gb.$O\
|
||||
conv_ksc.$O\
|
||||
utf.$O\
|
||||
kuten208.$O\
|
||||
gb.$O\
|
||||
ksc.$O\
|
||||
big5.$O
|
||||
|
||||
SHORTLIB=bio 9
|
||||
<$PLAN9/src/mkone
|
||||
CFLAGS= -DPLAN9 $CFLAGS
|
||||
|
||||
tcs.$O utf.$O: hdr.h
|
||||
tcs.$O: jis.h
|
||||
tcs.$O kuten208.$O: kuten208.h
|
||||
tcs.$O big5.$O: big5.h
|
||||
tcs.$O gb.$O: gb.h
|
||||
tcs.$O: cyrillic.h
|
||||
tcs.$O: conv.h
|
||||
conv%.$O: conv.h
|
||||
conv_ksc.$O: ksc.h
|
||||
|
||||
clean:V:
|
||||
rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $TARG
|
||||
|
||||
nuke:V:
|
||||
rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $TARG
|
||||
Loading…
Add table
Add a link
Reference in a new issue