search for: pkg_include

Displaying 1 result from an estimated 1 matches for "pkg_include".

Did you mean: php_include
2004 Dec 29
2
Makefile vs Makevars vs configure
...but I was hoping I could just get by with a Makevars file rather than a configure script. I would appreciate any pointers, as I'm not really sure exactly where to begin. I suppose if I can find the values of JAVA_HOME, ARCH, and OS_TYPE, then I can fill in the values I need using PKG_LIBS and PKG_INCLUDE in the Makevars file. below is the makefile I'm currently using for your reference. Thanks in advance, Whit <Makefile> archExpr = case "`uname -m`" in \ i[3-6]86 | ia32) \ echo i386 \ ;; \ sparc*) \...