plan9port

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

mkfile (363B)


      1 <$PLAN9/src/mkhdr
      2 
      3 LIB=libregexp9.a
      4 
      5 OFILES=\
      6 	regcomp.$O\
      7 	regerror.$O\
      8 	regexec.$O\
      9 	regsub.$O\
     10 	regaux.$O\
     11 	rregexec.$O\
     12 	rregsub.$O\
     13 
     14 HFILES=\
     15 	$PLAN9/include/regexp9.h\
     16 	regcomp.h\
     17 
     18 <$PLAN9/src/mksyslib
     19 
     20 test: test.$O $LIB
     21 	$CC -o test test.$O $LIB -L/usr/local/lib -lfmt -lutf
     22 
     23 test2: test2.$O $LIB
     24 	$CC -o test2 test2.$O $LIB -L/usr/local/lib -lfmt -lutf
     25