Searched refs:RC_CFLAGS (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/cups-408/
H A Dbuildroots9 RC_CFLAGS="-arch i386 -arch x86_64 -arch ppc"
28 RC_CFLAGS="$RC_CFLAGS" RC_ARCHS="$RC_ARCHS" install-libs
33 RC_CFLAGS="$RC_CFLAGS" RC_ARCHS="$RC_ARCHS" install
/macosx-10.10/ncurses-44/xcodescripts/
H A Dnative_execs.sh7 export -n ARCHS CURRENT_ARCH RC_ARCHS RC_CFLAGS
/macosx-10.10/CPAN-56/
H A Dmake.pl6 # then remove 64-bit arches from RC_CFLAGS and RC_ARCHS, remover RC_xxx,
27 for(split(" ", $ENV{RC_CFLAGS})) {
48 $ENV{RC_CFLAGS} = join(' ', @cflags);
50 push(@ARGV, "RC_CFLAGS=$ENV{RC_CFLAGS}", "RC_ARCHS=$ENV{RC_ARCHS}");
H A DGNUmakefile59 ifndef RC_CFLAGS
60 export RC_CFLAGS = $(MY_CFLAGS) macro
92 RC_CFLAGS='$(MY_CFLAGS)' \
/macosx-10.10/CPANInternal-159.1/
H A Dadd_rc_constants.pl5 # - add RC_CFLAGS to both compiling and linking phases
11 ? "$ENV{RC_CFLAGS} $optFlags $self->{DEFINE}"
12 : "$ENV{RC_CFLAGS} $optFlags";
17 ? "$ENV{RC_CFLAGS} $dlib->{OTHERLDFLAGS}"
18 : $ENV{RC_CFLAGS};
/macosx-10.10/python_modules-40/
H A Dmake.pl27 # then remove 64-bit arches from RC_CFLAGS and RC_ARCHS, remover RC_xxx,
48 for(split(" ", $ENV{RC_CFLAGS})) {
69 $ENV{RC_CFLAGS} = join(' ', @cflags);
71 push(@ARGV, "RC_CFLAGS=$ENV{RC_CFLAGS}", "RC_ARCHS=$ENV{RC_ARCHS}");
/macosx-10.10/lukemftpd-50/
H A DMakefile20 Extra_Configure_Environment = CFLAGS="$$RC_CFLAGS $(Extra_CC_Flags)" \
21 LDFLAGS="$$RC_CFLAGS $(Extra_CC_Flags)" \
/macosx-10.10/pyobjc-45/2.5/
H A DGNUmakefile39 ifndef RC_CFLAGS
40 export RC_CFLAGS = $(foreach A,$(RC_ARCHS),-arch $(A)) $(RC_NONARCH_CFLAGS) macro
/macosx-10.10/remote_cmds-47/timed.tproj/SMM.doc/
H A DMakefile20 "RC_CFLAGS = $(RC_CFLAGS)" \
42 RC_CFLAGS="$(RC_CFLAGS)" \
56 "RC_CFLAGS = $(RC_CFLAGS)" \
/macosx-10.10/CPANInternal-159.1/Makefiles/
H A DMakefile38 # If set RC_CFLAGS should override DEFAULT_ARCHFLAGS
39 ifneq ($(RC_CFLAGS),)
41 ARCHFLAGS = $(RC_CFLAGS)
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A DMakefile31 ifdef RC_CFLAGS
35 RC_CFLAGS=$(ARCHS) -pipe macro
107 $(CC) $(RC_CFLAGS) $(CFLAGS) $(DEFINES) $(OPTIM) $(INCLUDES) -c $< -o $@
109 $(CC) $(RC_CFLAGS) $(CFLAGS) $(DEFINES) -O0 -DDEBUG $(INCLUDES) -I $(SRCROOT) -c $< -o $@
/macosx-10.10/perl-103/
H A DMakefile55 ifndef RC_CFLAGS
56 export RC_CFLAGS := $(MY_CFLAGS) macro
95 RC_CFLAGS='$(MY_CFLAGS)' \
/macosx-10.10/OpenLDAP-499.27/
H A Dbuildmelocal.sh92 export RC_CFLAGS="-arch ${ARCH} -pipe"
136 DSS_BUILD_PARALLEL=${USEPARALLEL} SHELL=/bin/sh SRCROOT="${SRCROOT}" OBJROOT="${OBJROOT}" SYMROOT="${SYMROOT}" DSTROOT="${DSTROOT}" PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin" "/Applications/Xcode.app/Contents/Developer/usr/bin/make" -Wno-error=deprecated-declarations -Wno-error=#warnings -C "${SRCROOT}" "install" "SRCROOT=${SRCROOT}" "SDKROOT=${XXXSDKROOT}" "OBJROOT=${OBJROOT}" "SYMROOT=${SYMROOT}" "DSTROOT=${DSTROOT}" "MACOSX_DEPLOYMENT_TARGET=${CUROS}" "CCHROOT=${OBJROOT}/Caches" "RC_ProjectName=${PROJECT}" "RC_ProjectSourceVersion=${VERSION}" "RC_ProjectNameAndSourceVersion=${PROJECT}-${VERSION}" "RC_ProjectBuildVersion=1" "RC_ReleaseStatus=Development" "RC_CFLAGS=-arch ${ARCH} -pipe" "RC_NONARCH_CFLAGS=-pipe" "RC_ARCHS=${ARCH}" "RC_${ARCH}=YES" "RC_RELEASE=${CURRELEASE}" "RC_OS=macos" "RC_XBS=YES" "RC_BUILDIT=YES" 2>&1 | tee "${BUILDDIR}/${PROJECT}/log"
140 SHELL=/bin/sh SRCROOT="${SRCROOT}" OBJROOT="${OBJROOT}" SYMROOT="${SYMROOT}" DSTROOT="${DSTROOT}" PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin" "/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild" "install" "SRCROOT=${SRCROOT}" "SDKROOT=${XXXSDKROOT}" "OBJROOT=${OBJROOT}" "SYMROOT=${SYMROOT}" "DSTROOT=${DSTROOT}" "MACOSX_DEPLOYMENT_TARGET=${CUROS}" "CCHROOT=${OBJROOT}/Caches" "RC_ProjectName=${PROJECT}" "RC_ProjectSourceVersion=${VERSION}" "RC_ProjectNameAndSourceVersion=${PROJECT}-${VERSION}" "RC_ProjectBuildVersion=1" "RC_ReleaseStatus=Development" "RC_CFLAGS=-arch ${ARCH} -pipe" "RC_NONARCH_CFLAGS=-pipe" "RC_ARCHS=${ARCH}" "RC_${ARCH}=YES" "RC_RELEASE=${CURRELEASE}" "RC_OS=macos" "RC_XBS=YES" "RC_BUILDIT=YES" 2>&1 | tee "${BUILDDIR}/${PROJECT}/log"
/macosx-10.10/python-89/
H A DMakefile51 ifndef RC_CFLAGS
52 export RC_CFLAGS = $(foreach A,$(RC_ARCHS),-arch $(A)) $(RC_NONARCH_CFLAGS) macro
138 cc $(RC_CFLAGS) $(VERSIONERFLAGS) $(SDKVERSIONERDIR)/versioner.c -o $(DSTROOT)$(TEMPWRAPPER)
/macosx-10.10/gssd-64/
H A DMakefile46 CFLAGS += $(RC_CFLAGS)
/macosx-10.10/PostgreSQL-97/
H A DMakefile27 Extra_Configure_Environment = CFLAGS="$$RC_CFLAGS $(Extra_CC_Flags)" \
28 LDFLAGS="$$RC_CFLAGS $(Extra_CC_Flags)" \
/macosx-10.10/PostgreSQL-97/Support/Migration_9.0_to_9.2/
H A DMakefile26 Extra_Configure_Environment = CFLAGS="$$RC_CFLAGS $(Extra_CC_Flags)" \
27 LDFLAGS="$$RC_CFLAGS $(Extra_CC_Flags)" \
/macosx-10.10/PostgreSQL-97/Support/Migration_9.1_to_9.2/
H A DMakefile26 Extra_Configure_Environment = CFLAGS="$$RC_CFLAGS $(Extra_CC_Flags)" \
27 LDFLAGS="$$RC_CFLAGS $(Extra_CC_Flags)" \
/macosx-10.10/perl-103/5.16/
H A DGNUmakefile33 ifndef RC_CFLAGS
34 export RC_CFLAGS = $(foreach A,$(RC_ARCHS),-arch $(A)) $(RC_NONARCH_CFLAGS) macro
/macosx-10.10/perl-103/5.18/
H A DGNUmakefile33 ifndef RC_CFLAGS
34 export RC_CFLAGS = $(foreach A,$(RC_ARCHS),-arch $(A)) $(RC_NONARCH_CFLAGS) macro
/macosx-10.10/python-89/2.7/
H A DGNUmakefile37 ifndef RC_CFLAGS
38 export RC_CFLAGS := $(foreach A,$(RC_ARCHS),-arch $(A)) $(RC_NONARCH_CFLAGS) macro
/macosx-10.10/python-89/2.6/
H A DGNUmakefile37 ifndef RC_CFLAGS
38 export RC_CFLAGS := $(foreach A,$(RC_ARCHS),-arch $(A)) $(RC_NONARCH_CFLAGS) macro
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A DMakefile17 CDEF= ${RC_CFLAGS}
/macosx-10.10/lsof-53/lsof/dialects/darwin/libproc/
H A DMakefile19 CDEF= ${RC_CFLAGS}
/macosx-10.10/apache_mod_php-93/
H A DMakefile23 Extra_Configure_Environment = CFLAGS="$$RC_CFLAGS -Os -g" \
24 LDFLAGS="$$RC_CFLAGS -Os -g" \

Completed in 287 milliseconds

12