Makefile.libcompat (537f945fc89fab53f60fee07ac42c8aeab704ce7) | Makefile.libcompat (0a5e35a7b1811308bcb2aa2e6c7e7bd49dfc9770) |
---|---|
1# $FreeBSD$ 2 3.if !targets(__<${_this:T}>__) 4__<${_this:T}>__: 5 6# Makefile for the compatibility libraries. 7# - 32-bit compat libraries on PowerPC, and AMD64. 8 --- 24 unchanged lines hidden (view full) --- 33 MK_BOOT=no \ 34 MK_CTF=no \ 35 MK_TESTS=no 36LIB${_LIBCOMPAT}WMAKE+= ${TIME_ENV} ${LIB${_LIBCOMPAT}WMAKEENV} ${MAKE} \ 37 ${LIB${_LIBCOMPAT}WMAKEFLAGS} \ 38 OBJTOP=${LIB${_LIBCOMPAT}_OBJTOP} \ 39 OBJROOT='$${OBJTOP}/' \ 40 MAKEOBJDIRPREFIX= \ | 1# $FreeBSD$ 2 3.if !targets(__<${_this:T}>__) 4__<${_this:T}>__: 5 6# Makefile for the compatibility libraries. 7# - 32-bit compat libraries on PowerPC, and AMD64. 8 --- 24 unchanged lines hidden (view full) --- 33 MK_BOOT=no \ 34 MK_CTF=no \ 35 MK_TESTS=no 36LIB${_LIBCOMPAT}WMAKE+= ${TIME_ENV} ${LIB${_LIBCOMPAT}WMAKEENV} ${MAKE} \ 37 ${LIB${_LIBCOMPAT}WMAKEFLAGS} \ 38 OBJTOP=${LIB${_LIBCOMPAT}_OBJTOP} \ 39 OBJROOT='$${OBJTOP}/' \ 40 MAKEOBJDIRPREFIX= \ |
41 MK_INCLUDES=no \ |
|
41 MK_MAN=no MK_HTML=no 42LIB${_LIBCOMPAT}IMAKE+= ${LIB${_LIBCOMPAT}WMAKE:NINSTALL=*:NDESTDIR=*} \ 43 ${IMAKE_INSTALL} \ | 42 MK_MAN=no MK_HTML=no 43LIB${_LIBCOMPAT}IMAKE+= ${LIB${_LIBCOMPAT}WMAKE:NINSTALL=*:NDESTDIR=*} \ 44 ${IMAKE_INSTALL} \ |
44 MK_INCLUDES=no \ | |
45 -DLIBRARIES_ONLY 46 47# Shared logic 48build${libcompat}: .PHONY 49 @echo 50 @echo "--------------------------------------------------------------" 51 @echo ">>> stage 4.3.${libcompatidx}: building lib${libcompat} shim libraries" 52 @echo "--------------------------------------------------------------" --- 64 unchanged lines hidden --- | 45 -DLIBRARIES_ONLY 46 47# Shared logic 48build${libcompat}: .PHONY 49 @echo 50 @echo "--------------------------------------------------------------" 51 @echo ">>> stage 4.3.${libcompatidx}: building lib${libcompat} shim libraries" 52 @echo "--------------------------------------------------------------" --- 64 unchanged lines hidden --- |