| version 1.257.2.2, 2011/02/17 11:59:27 |
version 1.257.2.3, 2011/03/05 15:09:27 |
| Line 113 LIB${_lib:tu}= ${DESTDIR}/usr/lib/lib${_ |
|
| Line 113 LIB${_lib:tu}= ${DESTDIR}/usr/lib/lib${_ |
|
| .MADE: ${LIB${_lib:tu}} # Note: ${DESTDIR} will be expanded |
.MADE: ${LIB${_lib:tu}} # Note: ${DESTDIR} will be expanded |
| .endif |
.endif |
| .endfor |
.endfor |
| |
# atf-c and atf-c++ are special cases because we cannot use [-+] as part of |
| |
# make(1) variable names. Just define them here. |
| |
LIBATF_C= ${DESTDIR}/usr/lib/libatf-c.a |
| |
LIBATF_CXX= ${DESTDIR}/usr/lib/libatf-c++.a |
| |
.MADE: ${LIBATF_C} ${LIBATF_CXX} |
| |
|
| # PAM applications, if linked statically, need more libraries |
# PAM applications, if linked statically, need more libraries |
| .if (${MKPIC} == "no") |
.if (${MKPIC} == "no") |