hbase

heirloom base
git clone git://git.2f30.org/hbase
Log | Files | Refs | README

mkfile (192B)


      1 LIB = libregexp9.a
      2 LOBJ = \
      3 	regcomp.o\
      4 	regerror.o\
      5 	regexec.o\
      6 	regsub.o\
      7 	regaux.o\
      8 	rregexec.o\
      9 	rregsub.o\
     10 
     11 LOCAL_CFLAGS = -I"$PREFIX"/include
     12 DEPS = libfmt libutf
     13 
     14 <$mkbuild/mk.default
     15