plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

mkfile (576B)


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