Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/cmd/tcs/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


</$objtype/mkfile

TARG=tcs
OFILES=tcs.$O\
	conv_jis.$O\
	conv_big5.$O\
	conv_gb.$O\
	conv_gbk.$O\
	conv_ksc.$O\
	utf.$O\
	html.$O\
	kuten208.$O\
	gb.$O\
	gbk.$O\
	ksc.$O\
	big5.$O\
	tune.$O

BIN=/$objtype/bin
</sys/src/cmd/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
tcs.$O:			8859.h
tcs.$O:			ms.h
tcs.$O:			misc.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

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.