Searched refs:SWIG_LIB (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/swig-12/xcodescripts/
H A Dinstall_library.sh8 SWIG_LIB="/usr/local/share/swig/1.3.40"
15 mkdir -p ${DSTROOT}${SWIG_LIB}
19 install -m 644 $file ${DSTROOT}${SWIG_LIB}/$i
24 mkdir -p ${DSTROOT}${SWIG_LIB}/$lang
33 echo "Installing ${DSTROOT}${SWIG_LIB}/$lang/$file"
34 install -m 644 ${SRCROOT}/Lib/$lang/$file ${DSTROOT}${SWIG_LIB}/$lang/$file
/macosx-10.10.1/swig-12/Source/Include/
H A Dswigconfig.h74 #define SWIG_LIB "/usr/local/share/swig/1.3.40" macro
H A Dswigconfig.h.in73 #undef SWIG_LIB
/macosx-10.10.1/swig-12/Source/Modules/
H A Dmain.cxx867 // Check for SWIG_LIB environment variable
868 if ((c = getenv("SWIG_LIB")) == (char *) 0) {
878 SwigLib = Swig_copy_string(SWIG_LIB);
H A Docaml.cxx79 Printv(stdout, SWIG_LIB, SWIG_FILE_DELIMITER, ocaml_path, "\n", NIL);

Completed in 122 milliseconds