Makefile.libcompat (f661dbee816b5fc7b1b9f6d4486ada609921ad59) Makefile.libcompat (76c5029cdfe12a83a99cb0e64680b228199cee12)
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# could also be for mips, but that doesn't work today.

--- 78 unchanged lines hidden (view full) ---

87 LIBDIR=/usr/lib${libcompat} \
88 SHLIBDIR=/usr/lib${libcompat} \
89 DTRACE="${LIB$COMPATDTRACE:U${DTRACE}}"
90.if ${MK_META_MODE} != "no"
91# Don't rebuild build-tools targets during normal build.
92LIBCOMPATWMAKEENV+= BUILD_TOOLS_META=.NOMETA_CMP
93.endif
94LIBCOMPATWMAKEFLAGS+= CC="${XCC} ${LIBCOMPATCFLAGS}" \
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# could also be for mips, but that doesn't work today.

--- 78 unchanged lines hidden (view full) ---

87 LIBDIR=/usr/lib${libcompat} \
88 SHLIBDIR=/usr/lib${libcompat} \
89 DTRACE="${LIB$COMPATDTRACE:U${DTRACE}}"
90.if ${MK_META_MODE} != "no"
91# Don't rebuild build-tools targets during normal build.
92LIBCOMPATWMAKEENV+= BUILD_TOOLS_META=.NOMETA_CMP
93.endif
94LIBCOMPATWMAKEFLAGS+= CC="${XCC} ${LIBCOMPATCFLAGS}" \
95 CXX="${XCXX} ${LIBCOMPATCFLAGS} ${LIBCOMPATCXXFLAGS}" \
95 CXX="${XCXX} ${LIBCOMPATCXXFLAGS} ${LIBCOMPATCFLAGS}" \
96 CPP="${XCPP} ${LIBCOMPATCFLAGS}" \
97 DESTDIR=${LIBCOMPATTMP} \
98 -DNO_CPU_CFLAGS \
99 MK_CTF=no \
100 -DNO_LINT \
101 MK_TESTS=no
102LIBCOMPATWMAKE+= ${LIBCOMPATWMAKEENV} ${MAKE} ${LIBCOMPATWMAKEFLAGS} \
103 MK_MAN=no MK_HTML=no

--- 72 unchanged lines hidden ---
96 CPP="${XCPP} ${LIBCOMPATCFLAGS}" \
97 DESTDIR=${LIBCOMPATTMP} \
98 -DNO_CPU_CFLAGS \
99 MK_CTF=no \
100 -DNO_LINT \
101 MK_TESTS=no
102LIBCOMPATWMAKE+= ${LIBCOMPATWMAKEENV} ${MAKE} ${LIBCOMPATWMAKEFLAGS} \
103 MK_MAN=no MK_HTML=no

--- 72 unchanged lines hidden ---