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

12

/macosx-10.9.5/cups-372.4/
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.9.5/ncurses-42/xcodescripts/
H A Dnative_execs.sh7 export -n ARCHS CURRENT_ARCH RC_ARCHS RC_CFLAGS
/macosx-10.9.5/CPAN-52/
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 DGNUmakefile54 ifndef RC_CFLAGS
55 export RC_CFLAGS = $(MY_CFLAGS) macro
87 RC_CFLAGS='$(MY_CFLAGS)' \
/macosx-10.9.5/CPANInternal-140/
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.9.5/python_modules-35/2.5/
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}");
H A DGNUmakefile40 ifndef RC_CFLAGS
41 export RC_CFLAGS = $(foreach A,$(RC_ARCHS),-arch $(A)) $(RC_NONARCH_CFLAGS) macro
/macosx-10.9.5/python_modules-35/
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.9.5/cctools-845/misc/
H A DMakefile62 $(CC) $(CFLAGS) $(RC_CFLAGS) -c -o $(OFILE_DIR)/$*.o $<
65 $(CC) $(CFLAGS) $(RC_CFLAGS) -c \
69 $(CC) $(RC_CFLAGS) -nostdlib -r \
72 $(CC) $(RC_CFLAGS) $(SDK) -o $(SYMROOT)/checksyms.NEW \
77 $(CC) $(RC_CFLAGS) -nostdlib -r \
80 $(CC) $(RC_CFLAGS) $(SDK) -o $(SYMROOT)/cmpdylib.NEW \
85 $(CC) $(RC_CFLAGS) -nostdlib -r \
88 $(CC) $(RC_CFLAGS) $(SDK) -o $(SYMROOT)/lipo.NEW \
93 $(CC) $(RC_CFLAGS) -nostdlib -r \
96 $(CC) $(RC_CFLAGS)
[all...]
/macosx-10.9.5/cctools-845/libstuff/
H A DMakefile77 RC_CFLAGS="$(RC_CFLAGS)" \
90 RC_CFLAGS="$(RC_CFLAGS)" \
107 RC_CFLAGS="$(RC_CFLAGS)" \
120 RC_CFLAGS="$(RC_CFLAGS)" \
137 RC_CFLAGS="$(RC_CFLAGS)" \
[all...]
/macosx-10.9.5/cctools-845/
H A DMakefile5 RC_CFLAGS = macro
45 (cd $$i; $(MAKE) RC_CFLAGS="$(RC_CFLAGS)" \
54 SED_RC_CFLAGS=`echo "$(RC_CFLAGS)" | sed 's/-arch ppc64//' \
64 (cd $$i; $(MAKE) "RC_CFLAGS=$$SED_RC_CFLAGS" \
79 (cd $$i; $(MAKE) RC_CFLAGS="$(RC_CFLAGS)" \
85 SED_RC_CFLAGS=`echo "$(RC_CFLAGS)" | sed 's/-arch ppc64//' \
95 (cd $$i; $(MAKE) RC_CFLAGS="$$SED_RC_CFLAGS" \
124 $(MAKE) RC_CFLAGS
[all...]
/macosx-10.9.5/cctools-845/efitools/
H A DMakefile35 $(CC) $(CFLAGS) $(RC_CFLAGS) -c -o $(OFILE_DIR)/$*.o $<
38 $(CC) $(RC_CFLAGS) -nostdlib -r \
41 $(CC) $(RC_CFLAGS) $(SDK) -o $(SYMROOT)/makerelocs.NEW \
46 $(CC) $(RC_CFLAGS) -nostdlib -r \
49 $(CC) $(RC_CFLAGS) $(SDK) -o $(SYMROOT)/mtoc.NEW \
/macosx-10.9.5/cctools-845/cbtlibs/
H A DMakefile27 $(CC) $(CFLAGS) $(RC_CFLAGS) $(COPTS) -c -o $(OFILE_DIR)/$*.o $<
46 $(CC) $(CFLAGS) $(RC_CFLAGS) -c \
50 $(CC) $(RC_CFLAGS) -nostdlib -r \
/macosx-10.9.5/cctools-845/gprof/
H A DMakefile32 $(CC) $(RC_CFLAGS) -nostdlib -r \
34 $(CC) $(RC_CFLAGS) $(SDK) -o $(SYMROOT)/$@ $(SYMROOT)/$@.private.o
38 $(CC) $(CFLAGS) $(RC_CFLAGS) -c -o $(OFILE_DIR)/$*.o $<
/macosx-10.9.5/CPANInternal-140/PathTools/
H A DBuild.PL66 if ($ENV{RC_CFLAGS}) {
67 my @extra_cflags = split " ", $ENV{RC_CFLAGS};
/macosx-10.9.5/cctools-845/ld/
H A DMakefile113 OFILE_DIR=. SRCROOT=.. RC_CFLAGS="$(RC_CFLAGS)" \
124 RC_CFLAGS="$(RC_CFLAGS)" CC="$(CC)"; \
145 RC_CFLAGS="$(RC_CFLAGS)" RC_ARCHS="$(RC_ARCHS)"); \
152 RC_CFLAGS="$(RC_CFLAGS)" CC="$(CC)" \
168 RC_CFLAGS="$(RC_CFLAGS)" COPT
[all...]
/macosx-10.9.5/cctools-845/otool/
H A DMakefile53 $(CC) $(RC_CFLAGS) -nostdlib -r -o $(OBJROOT)/private.o \
55 $(CXX) $(RC_CFLAGS) $(SDK) -o $(SYMROOT)/$@ $(OBJROOT)/private.o \
60 $(CC) $(CFLAGS) $(RC_CFLAGS) -c -o $(OFILE_DIR)/$*.o $<
63 $(CC) $(CFLAGS) $(RC_CFLAGS) -c -o $(OFILE_DIR)/$*.o \
/macosx-10.9.5/cctools-845/as/
H A DMakefile103 RC_FLAGS="$(RC_CFLAGS)" DEP_DIR=driver_dir; \
110 RC_FLAGS="$(RC_CFLAGS)" DEP_DIR=driver_dir; \
119 RC_CFLAGS="$(RC_CFLAGS)" \
128 RC_CFLAGS="$(RC_CFLAGS)" DEP_DIR=a68_dir; \
149 RC_CFLAGS="$(RC_CFLAGS)" DEP_DIR=a88_dir; \
164 RC_CFLAGS="$(RC_CFLAGS)"; \
[all...]
/macosx-10.9.5/cctools-845/libmacho/
H A DMakefile82 RC_CFLAGS="$(RC_CFLAGS)" \
96 RC_CFLAGS="$(RC_CFLAGS)" \
114 RC_CFLAGS="$(RC_CFLAGS)" \
134 RC_CFLAGS="$(RC_CFLAGS)" \
156 RC_CFLAGS="$(RC_CFLAGS)" \
[all...]
/macosx-10.9.5/cctools-845/ar/
H A DMakefile36 $(CC) $(RC_CFLAGS) $(SDK) -o $(SYMROOT)/$@ $(OBJS) $(LIBSTUFF)
40 $(CC) $(CFLAGS) $(RC_CFLAGS) $(COPTS) -c -o $(OFILE_DIR)/$*.o $<
/macosx-10.9.5/lukemftpd-50/
H A DMakefile20 Extra_Configure_Environment = CFLAGS="$$RC_CFLAGS $(Extra_CC_Flags)" \
21 LDFLAGS="$$RC_CFLAGS $(Extra_CC_Flags)" \
/macosx-10.9.5/pyobjc-42/2.5/
H A DGNUmakefile39 ifndef RC_CFLAGS
40 export RC_CFLAGS = $(foreach A,$(RC_ARCHS),-arch $(A)) $(RC_NONARCH_CFLAGS) macro
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/SMM.doc/
H A DMakefile20 "RC_CFLAGS = $(RC_CFLAGS)" \
42 RC_CFLAGS="$(RC_CFLAGS)" \
56 "RC_CFLAGS = $(RC_CFLAGS)" \
/macosx-10.9.5/CPANInternal-140/Makefiles/
H A DMakefile31 # If set RC_CFLAGS should override DEFAULT_ARCHFLAGS
32 ifneq ($(RC_CFLAGS),)
34 ARCHFLAGS = $(RC_CFLAGS)
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A DMakefile31 ifdef RC_CFLAGS
35 RC_CFLAGS=$(ARCHS) -pipe macro
97 $(CC) $(RC_CFLAGS) $(CFLAGS) $(DEFINES) $(OPTIM) $(INCLUDES) -c $< -o $@
99 $(CC) $(RC_CFLAGS) $(CFLAGS) $(DEFINES) -O0 -DDEBUG $(INCLUDES) -I $(SRCROOT) -c $< -o $@

Completed in 199 milliseconds

12