Searched refs:RC_ARCHS (Results 26 - 43 of 43) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/tools/tests/perf_index/
H A DMakefile12 ifdef RC_ARCHS
13 ARCHS:=$(RC_ARCHS)
/macosx-10.10.1/python-89/
H A DMakefile47 ifndef RC_ARCHS
48 export RC_ARCHS = $(shell arch) macro
49 export RC_$(RC_ARCHS) = YES
52 export RC_CFLAGS = $(foreach A,$(RC_ARCHS),-arch $(A)) $(RC_NONARCH_CFLAGS)
107 RC_ARCHS='$(RC_ARCHS)' >> "$(SYMROOT)/$$vers/LOG" 2>&1 && \
/macosx-10.10.1/CPAN-56/
H A DGNUmakefile52 ifndef RC_ARCHS
53 export RC_ARCHS := $(MY_ARCHS) macro
93 RC_ARCHS='$(MY_ARCHS)' >> "$(SYMROOT)/$$vers/LOG" 2>&1 && \
/macosx-10.10.1/perl-103/
H A DMakefile48 ifndef RC_ARCHS
49 export RC_ARCHS := $(MY_ARCHS) macro
94 RC_ARCHS='$(MY_ARCHS)' \
/macosx-10.10.1/xnu-2782.1.97/tools/tests/execperf/
H A DMakefile8 ifdef RC_ARCHS
9 ARCHS:=$(RC_ARCHS)
/macosx-10.10.1/ICU-531.30/
H A Dmakefile132 RC_ARCHS= macro
170 ifneq "$(RC_ARCHS)" ""
171 ifneq "$(filter arm armv6 armv7 armv7s arm64,$(RC_ARCHS))" ""
181 INSTALLHDRS_ARCH=-arch $(shell echo $(RC_ARCHS) | cut -d' ' -f1)
187 $(info # RC_ARCHS=$(RC_ARCHS))
204 RC_ARCHS_FIRST=$(shell echo $(RC_ARCHS) | cut -d' ' -f1)
209 ifeq "$(filter-out i386 x86_64,$(RC_ARCHS))" ""
617 # $(RC_ARCHS:%=-arch %) is a substitution reference. It denotes, in this case,
618 # for every value <val> in RC_ARCHS, replac
[all...]
/macosx-10.10.1/pyobjc-45/
H A DGNUmakefile51 RC_ARCHS='$(RC_ARCHS) -g' >> "$(SYMROOT)/$$vers/LOG" 2>&1 && \
/macosx-10.10.1/python_modules-40/
H A DGNUmakefile55 RC_ARCHS='$(RC_ARCHS)' >> "$(SYMROOT)/$$vers/LOG" 2>&1 && \
/macosx-10.10.1/Csu-85/
H A DMakefile18 ifeq (,$(RC_ARCHS))
23 ARCH_CFLAGS = $(patsubst %,-arch %,$(RC_ARCHS))
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmakefile29 ifdef RC_ARCHS
30 ARCH:=$(RC_ARCHS)
/macosx-10.10.1/tcl-105/tcl/
H A DMakefile68 lipo_archs := $(filter ppc,$(RC_ARCHS))
/macosx-10.10.1/tcl-105/tcl84/
H A DMakefile72 lipo_archs := $(filter ppc ppc64 x86_64,$(RC_ARCHS))
/macosx-10.10.1/tcl-105/tk/
H A DMakefile63 lipo_archs := $(filter ppc,$(RC_ARCHS))
/macosx-10.10.1/tcl-105/tk84/
H A DMakefile67 lipo_archs := $(filter ppc,$(RC_ARCHS))
/macosx-10.10.1/emacs-93/
H A DMakefile94 ifeq (ppc,$(filter ppc,$(RC_ARCHS)))
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A DMakefile32 ARCHS=$(addprefix -arch , $(RC_ARCHS))
/macosx-10.10.1/ruby-106/
H A DMakefile29 --with-arch=$(subst $(space),$(comma),$(RC_ARCHS)) \
/macosx-10.10.1/postfix-255/
H A DMakefile16 RC_ARCHS= macro

Completed in 147 milliseconds

12