ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

mkfile (317B)


      1 <$mkbuild/mk.3rdparty
      2 
      3 src = hbase
      4 git = git://git.2f30.org/hbase
      5 mkfile = mkfile
      6 
      7 build:V: prepare
      8 
      9 prepare:V:
     10 	cd hbase/yacc
     11         $HOSTCC -static y1.c y2.c y3.c y4.c y5.c getopt.c -o yacchost -DPARSER=\"$LIBDIR/yaccpar\"
     12 	printf '%s' 'YACC = $yacc_DEPDIR/yacchost -P$yacc_DEPDIR/yaccpar' > depsinc.mk
     13 	cd ../../