ports

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

depsinc.mk (359B)


      1 <$xorgserver_DEPDIR/v.mk
      2 
      3 xorgserver_libdir = ${xorgserver_DEPDIR}/xorg-server-$v/lib/lib
      4 xorgserver_includedir = ${xorgserver_DEPDIR}/xorg-server-$v/lib/include/xorg
      5 
      6 xorgserver_CFLAGS = -I${xorgserver_includedir}
      7 xorgserver_LDFLAGS = -L${xorgserver_libdir}
      8 
      9 DEPS_CFLAGS = $DEPS_CFLAGS ${xorgserver_CFLAGS}
     10 DEPS_LDFLAGS = $DEPS_LDFLAGS ${xorgserver_LDFLAGS}