| version 1.268, 2011/10/16 01:14:33 |
version 1.269, 2011/10/16 01:24:05 |
| Line 80 LIBCRT0= ${DESTDIR}/usr/lib/crt0.o |
|
| Line 80 LIBCRT0= ${DESTDIR}/usr/lib/crt0.o |
|
| # LIBC?=${DESTDIR}/usr/lib/libc.a |
# LIBC?=${DESTDIR}/usr/lib/libc.a |
| # LIBX11?=${DESTDIR}/usr/X11R7/lib/libX11.a |
# LIBX11?=${DESTDIR}/usr/X11R7/lib/libX11.a |
| # etc.. |
# etc.. |
| |
# NB: If you are a library here, add it in bsd.README |
| |
|
| .for _lib in \ |
.for _lib in \ |
| archive \ |
archive \ |
| asn1 \ |
asn1 \ |
| |
atf_c \ |
| |
atf_cxx \ |
| bind9 \ |
bind9 \ |
| bluetooth \ |
bluetooth \ |
| bsdmalloc \ |
bsdmalloc \ |
| Line 174 LIBCRT0= ${DESTDIR}/usr/lib/crt0.o |
|
| Line 177 LIBCRT0= ${DESTDIR}/usr/lib/crt0.o |
|
| ssh \ |
ssh \ |
| ssl \ |
ssl \ |
| ssp \ |
ssp \ |
| |
stdcxx \ |
| |
supcxx \ |
| terminfo \ |
terminfo \ |
| usbhid \ |
usbhid \ |
| util \ |
util \ |
| Line 182 LIBCRT0= ${DESTDIR}/usr/lib/crt0.o |
|
| Line 187 LIBCRT0= ${DESTDIR}/usr/lib/crt0.o |
|
| y \ |
y \ |
| z |
z |
| .ifndef LIB${_lib:tu} |
.ifndef LIB${_lib:tu} |
| LIB${_lib:tu}= ${DESTDIR}/usr/lib/lib${_lib}.a |
LIB${_lib:tu}= ${DESTDIR}/usr/lib/lib${_lib:S/xx/++/:S/atf_c/atf-c/}.a |
| .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 |
|
| .MADE: ${LIBATF_C} |
|
| LIBATF_CXX= ${DESTDIR}/usr/lib/libatf-c++.a |
|
| .MADE: ${LIBATF_CXX} |
|
| LIBSTDCXX= ${DESTDIR}/usr/lib/libstdc++.a |
|
| .MADE: ${LIBSTDCXX} |
|
| LIBSUPCXX= ${DESTDIR}/usr/lib/libsupc++.a |
|
| .MADE: ${LIBSUPCXX} |
|
| # PAM applications, if linked statically, need more libraries |
# PAM applications, if linked statically, need more libraries |
| .if (${MKPIC} == "no") |
.if (${MKPIC} == "no") |
| .if (${MKCRYPTO} != "no") |
.if (${MKCRYPTO} != "no") |
| Line 219 PAM_STATIC_LDADD= |
|
| Line 215 PAM_STATIC_LDADD= |
|
| PAM_STATIC_DPADD= |
PAM_STATIC_DPADD= |
| .endif |
.endif |
| |
|
| # These need + -> X transformations |
# NB: If you are a library here, add it in bsd.README |
| |
|
| .for _lib in \ |
.for _lib in \ |
| FS \ |
FS \ |
| GL \ |
GL \ |