| version 1.259, 2011/02/13 00:42:45 |
version 1.260, 2011/02/20 20:16:01 |
| 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") |