Lines Matching refs:ORIGIN
51 Value = CONCAT2($ORIGIN,"OOoPython.framework");
53 Value = CONCAT2($ORIGIN/python-core-,PYVERSION);
65 Value = "$ORIGIN";
69 … #define FRAMEWORKLIB CONCAT4($ORIGIN/OOoPython.framework/Versions/,PYMAJMIN,/lib/python,PYMAJMIN)
73 /site-packages $ORIGIN);
75 Value = CONCAT9($ORIGIN/python-core-,PYVERSION,
76 /lib $ORIGIN/python-core-,PYVERSION,
77 /lib/lib-dynload $ORIGIN/python-core-,PYVERSION,
78 /lib/lib-tk $ORIGIN/python-core-,PYVERSION,
79 /lib/site-packages $ORIGIN);
83 Value = STRING(CONCAT9($ORIGIN/python-core-,PYVERSION,
84 /lib $ORIGIN/python-core-,PYVERSION,
85 /lib/lib-dynload $ORIGIN/python-core-,PYVERSION,
86 /lib/lib-tk $ORIGIN/python-core-,PYVERSION,
87 /lib/site-packages $ORIGIN));
89 Value = STRING(CONCAT5($ORIGIN/python-core-,PYVERSION,
90 /lib $ORIGIN/python-core-,PYVERSION,
91 /lib/site-packages $ORIGIN));