mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
32 lines
512 B
Makefile
32 lines
512 B
Makefile
<$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
|
|
|
|
<$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
|