OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUNLIB
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/bin/
mklib
647
RUNLIB
="lib${LIBNAME}.${MAJOR}"
649
echo "mklib: Making HP-UX shared library: " ${
RUNLIB
} ${DEVLIB}
650
ld -b -o ${
RUNLIB
} +b ${
RUNLIB
} ${OBJECTS} ${DEPS}
651
ln -s ${
RUNLIB
} ${DEVLIB}
652
FINAL_LIBS="${
RUNLIB
} ${DEVLIB}"
/external/mesa3d/bin/
mklib
647
RUNLIB
="lib${LIBNAME}.${MAJOR}"
649
echo "mklib: Making HP-UX shared library: " ${
RUNLIB
} ${DEVLIB}
650
ld -b -o ${
RUNLIB
} +b ${
RUNLIB
} ${OBJECTS} ${DEPS}
651
ln -s ${
RUNLIB
} ${DEVLIB}
652
FINAL_LIBS="${
RUNLIB
} ${DEVLIB}"
Completed in 450 milliseconds