ports

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

depsinc.mk (290B)


      1 <$pcre_DEPDIR/v.mk
      2 
      3 pcre_dir = ${pcre_DEPDIR}/pcre-$v
      4 pcre_includedir = ${pcre_dir}
      5 pcre_libdir = ${pcre_DEPDIR}/pcre-$v/.libs
      6 
      7 pcre_CFLAGS = -I${pcre_includedir}
      8 pcre_LDFLAGS = -L${pcre_libdir} -lpcre
      9 
     10 DEPS_CFLAGS = $DEPS_CFLAGS ${pcre_CFLAGS}
     11 DEPS_LDFLAGS = $DEPS_LDFLAGS ${pcre_LDFLAGS}