Home
last modified time | relevance | path

Searched refs:CC (Results 1 – 25 of 1161) sorted by relevance

12345678910>>...47

/freebsd-11-stable/contrib/ipfilter/lib/
HDMakefile152 $(CC) $(CCARGS) -c $(LIBSRC)/addicmp.c -o $@
154 $(CC) $(CCARGS) -c $(LIBSRC)/addipopt.c -o $@
156 $(CC) $(CCARGS) -c $(LIBSRC)/alist_free.c -o $@
158 $(CC) $(CCARGS) -c $(LIBSRC)/alist_new.c -o $@
160 $(CC) $(CCARGS) -c $(LIBSRC)/allocmbt.c -o $@
162 $(CC) $(CCARGS) -c $(LIBSRC)/assigndefined.c -o $@
164 $(CC) $(CCARGS) -c $(LIBSRC)/bcopywrap.c -o $@
166 $(CC) $(CCARGS) -c $(LIBSRC)/binprint.c -o $@
168 $(CC) $(CCARGS) -c $(LIBSRC)/buildopts.c -o $@
170 $(CC) $(CCARGS) -c $(LIBSRC)/connecttcp.c -o $@
[all …]
/freebsd-11-stable/contrib/gdb/
HDltcf-cxx.sh49 CC=${CC-"$CXX"}
53 set dummy $CC
81 …archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_f…
82 …archive_expsym_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $com…
93 if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
107 …archive_cmds='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $l…
113 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | egrep "\-L"'
140 collect2name=`${CC} -print-prog-name=collect2`
194 …archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_fla…
200 …archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_fla…
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDConstructionContext.h267 auto *CC = C.getAllocator().Allocate<T>(); in create() local
268 return new (CC) T(Args...); in create()
313 static bool classof(const ConstructionContext *CC) { in classof() argument
314 return CC->getKind() >= VARIABLE_BEGIN && in classof()
315 CC->getKind() <= VARIABLE_END; in classof()
331 static bool classof(const ConstructionContext *CC) { in classof() argument
332 return CC->getKind() == SimpleVariableKind; in classof()
360 static bool classof(const ConstructionContext *CC) { in classof() argument
361 return CC->getKind() == CXX17ElidedCopyVariableKind; in classof()
380 static bool classof(const ConstructionContext *CC) { in classof() argument
[all …]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
HDMakefile.in209 libkrb5_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
457 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
459 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
460 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
462 CCLD = $(CC)
463 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
513 CC = @CC@
1495 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
1499 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
1502 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
[all …]
/freebsd-11-stable/contrib/binutils/ld/
HDconfigure.host13CC} -print-libgcc-file-name\`; fi; if [ -f ../gcc/libgcc_eh.a ]; then libgcc="$libgcc ../gcc/libgc…
22CC} --print-prog-name=ld-elf.so.1\` ] || echo /usr/libexec/``${CC} --print-prog-name=ld-elf.so.1` …
23CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/cr…
31 ….o; elif [ -f /usr/lib/crtbegin.o ]; then echo /usr/lib/crtbegin.o; else ${CC} --print-file-name=c…
32 …tend.o; elif [ -f /usr/lib/crtend.o ]; then echo /usr/lib/crtend.o; else ${CC} --print-file-name=c…
36CC} --help --verbose 2>&1 | egrep "ld[^ ]*\.so" | sed -e "s,.*-dynamic-linker[ ][ ]*\(.*/ld[^ ]*…
37CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/cr…
44 if [ -f `${CC} --print-file-name=crti.o` ]; then
46 HOSTING_CRT0="$HOSTING_CRT0 `${CC} --print-file-name=crti.o`"
50 HOSTING_CRT0="$HOSTING_CRT0 `${CC} --print-file-name=crtbegin.o`"
[all …]
/freebsd-11-stable/crypto/openssl/
HDconfig424 if [ -z "$CROSS_COMPILE$CC" ]; then
435 CC=gcc
437 CC=cc
470 CC=cc # overrides gcc!!!
486 CC=ccc # overrides gcc!!! well, ccc outperforms inoticeably
493 (cc) 2>&1 | grep -iv "not found" > /dev/null && CC=cc
519 OUT="irix-$CC"
529 OUT="irix-mips3-$CC"
533 echo " invoke './Configure irix64-mips4-$CC' *manually*."
545 OUT="irix-mips3-$CC"
[all …]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
HDMakefile.in167 libhx509_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
192 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
194 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
195 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
197 CCLD = $(CC)
198 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
236 CC = @CC@
989 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
993 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
996 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUPALMetadata.cpp94 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg() argument
95 switch (CC) { in getRsrc1Reg()
116 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey() argument
117 switch (CC) { in getScratchSizeKey()
137 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1() argument
138 setRegister(getRsrc1Reg(CC), Val); in setRsrc1()
143 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2() argument
144 setRegister(getRsrc1Reg(CC) + 1, Val); in setRsrc2()
187 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint() argument
191 getHwStage(CC)[".entry_point"] = MsgPackDoc.getNode(Name, /*Copy=*/true); in setEntryPoint() local
[all …]
HDAMDGPUPALMetadata.h46 void setRsrc1(unsigned CC, unsigned Val);
50 void setRsrc2(unsigned CC, unsigned Val);
68 void setEntryPoint(unsigned CC, StringRef Name);
73 void setNumUsedVgprs(unsigned CC, unsigned Val);
78 void setNumUsedSgprs(unsigned CC, unsigned Val);
81 void setScratchSize(unsigned CC, unsigned Val);
85 void setWave32(unsigned CC);
125 msgpack::MapDocNode getHwStage(unsigned CC);
/freebsd-11-stable/crypto/heimdal/lib/roken/
HDMakefile.in199 libroken_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
206 libtest_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
240 parse_reply_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
258 snprintf_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
264 strpftime_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
274 tsearch_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
280 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
282 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
283 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
285 CCLD = $(CC)
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrSystem.td21 let hasSideEffects = 1, Uses = [CC] in
25 let hasSideEffects = 1, Defs = [CC] in {
119 let hasSideEffects = 1, Defs = [CC] in
123 let hasSideEffects = 1, Defs = [CC] in
139 let hasSideEffects = 1, mayStore = 1, Uses = [R0D], Defs = [R0D, CC] in
143 let mayLoad = 1, mayStore = 1, Defs = [CC] in {
161 let Predicates = [FeatureEnhancedDAT2], hasSideEffects = 1, Defs = [CC] in
169 let hasSideEffects = 1, Defs = [CC] in {
175 let hasSideEffects = 1, Defs = [CC] in
179 let hasSideEffects = 1, Defs = [CC] in {
[all …]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
HDMakefile.nmake44 $(CC) $(CFLAGS) $(LIBS) $(SSL_LIBS) $(REGRESS_OBJS)
47 $(CC) $(CFLAGS) $(LIBS) test-init.obj
49 $(CC) $(CFLAGS) $(LIBS) test-eof.obj
51 $(CC) $(CFLAGS) $(LIBS) test-closed.obj
53 $(CC) $(CFLAGS) $(LIBS) test-changelist.obj
55 $(CC) $(CFLAGS) $(LIBS) test-weof.obj
57 $(CC) $(CFLAGS) $(LIBS) test-time.obj
60 $(CC) $(CFLAGS) $(LIBS) print-winsock-errors.obj
63 $(CC) $(CFLAGS) $(LIBS) bench.obj
65 $(CC) $(CFLAGS) $(LIBS) bench_cascade.obj
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86CondBrFolding.cpp153 X86::CondCode CC = PredMBBInfo->BranchCode; in findPath() local
154 assert(CC == X86::COND_L || CC == X86::COND_G || CC == X86::COND_E); in findPath()
156 bool ValueCmpTrue = ((CmpValue < PredCmpValue && CC == X86::COND_L) || in findPath()
157 (CmpValue > PredCmpValue && CC == X86::COND_G) || in findPath()
158 (CmpValue == PredCmpValue && CC == X86::COND_E)); in findPath()
168 (CmpValue == PredCmpValue - 1 && CC == X86::COND_L) || in findPath()
169 (CmpValue == PredCmpValue + 1 && CC == X86::COND_G)) in findPath()
250 X86::CondCode CC = MBBInfo->BranchCode; in fixupModifiedCond() local
253 .addMBB(MBBInfo->TBB).addImm(CC); in fixupModifiedCond()
281 X86::CondCode CC; in optimizeCondBr() local
[all …]
/freebsd-11-stable/contrib/libpcap/testprogs/
HDMakefile.in48 CC = @CC@
79 $(CC) $(FULL_CFLAGS) -c $(srcdir)/$*.c
101 $(CC) $(FULL_CFLAGS) -I. -L. -o capturetest $(srcdir)/capturetest.c ../libpcap.a $(LIBS)
104 …$(CC) $(FULL_CFLAGS) -I. -L. -o can_set_rfmon_test $(srcdir)/can_set_rfmon_test.c ../libpcap.a $(L…
107 …$(CC) $(FULL_CFLAGS) -I. -L. -o filtertest $(srcdir)/filtertest.c ../libpcap.a $(EXTRA_NETWORK_LIB…
110 …$(CC) $(FULL_CFLAGS) -I. -L. -o findalldevstest $(srcdir)/findalldevstest.c ../libpcap.a $(EXTRA_N…
113 $(CC) $(FULL_CFLAGS) -I. -L. -o opentest $(srcdir)/opentest.c ../libpcap.a $(LIBS)
116 $(CC) $(FULL_CFLAGS) -I. -L. -o reactivatetest $(srcdir)/reactivatetest.c ../libpcap.a $(LIBS)
119 $(CC) $(FULL_CFLAGS) -I. -L. -o selpolltest $(srcdir)/selpolltest.c ../libpcap.a $(LIBS)
122 …$(CC) $(FULL_CFLAGS) -I. -L. -o threadsignaltest $(srcdir)/threadsignaltest.c ../libpcap.a $(LIBS)…
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
HDARMBaseInfo.h48 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition() argument
49 switch (CC) { in getOppositeCondition()
71 inline static ARMCC::CondCodes getSwappedCondition(ARMCC::CondCodes CC) { in getSwappedCondition() argument
72 switch (CC) { in getSwappedCondition()
130 inline static const char *ARMVPTPredToString(ARMVCC::VPTCodes CC) { in ARMVPTPredToString() argument
131 switch (CC) { in ARMVPTPredToString()
139 inline static unsigned ARMVectorCondCodeFromString(StringRef CC) { in ARMVectorCondCodeFromString() argument
140 return StringSwitch<unsigned>(CC.lower()) in ARMVectorCondCodeFromString()
146 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) { in ARMCondCodeToString() argument
147 switch (CC) { in ARMCondCodeToString()
[all …]
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDrs6000.md189 [(set (match_operand:CC 0 "cc_reg_operand" "=x,?y")
190 (compare:CC (zero_extend:DI (match_operand:QHSI 1 "gpc_reg_operand" "r,r"))
201 [(set (match_operand:CC 0 "cc_reg_not_cr0_operand" "")
202 (compare:CC (zero_extend:DI (match_operand:QHSI 1 "gpc_reg_operand" ""))
209 (compare:CC (match_dup 2)
214 [(set (match_operand:CC 2 "cc_reg_operand" "=x,?y")
215 (compare:CC (zero_extend:DI (match_operand:QHSI 1 "gpc_reg_operand" "r,r"))
227 [(set (match_operand:CC 2 "cc_reg_not_cr0_operand" "")
228 (compare:CC (zero_extend:DI (match_operand:QHSI 1 "gpc_reg_operand" ""))
236 (compare:CC (match_dup 0)
[all …]
/freebsd-11-stable/contrib/ipfilter/samples/
HDMakefile1 CC=gcc macro
14 $(CC) -I.. userauth.c -o userauth -lsocket -lnsl
15 $(CC) -I.. proxy.c -o proxy -lsocket -lnsl
16 $(CC) -I.. relay.c -o relay -lsocket -lnsl
19 $(CC) -I.. userauth.c -o userauth
20 $(CC) -I.. proxy.c -o proxy
21 $(CC) -I.. relay.c -o relay
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDCallingConvEmitter.cpp30 void EmitCallingConv(Record *CC, raw_ostream &O);
41 for (Record *CC : CCs) { in run()
42 if (!CC->getValueAsBit("Custom")) { in run()
43 unsigned Pad = CC->getName().size(); in run()
44 if (CC->getValueAsBit("Entry")) { in run()
51 O << CC->getName() << "(unsigned ValNo, MVT ValVT,\n" in run()
59 for (Record *CC : CCs) { in run()
60 if (!CC->getValueAsBit("Custom")) in run()
61 EmitCallingConv(CC, O); in run()
66 void CallingConvEmitter::EmitCallingConv(Record *CC, raw_ostream &O) { in EmitCallingConv() argument
[all …]
/freebsd-11-stable/contrib/libucl/
HDMakefile.w321 CC ?= gcc
42 $(CC) -o $(OBJDIR)/$(SONAME) $(OBJECTS) $(LD_SHARED_FLAGS) $(LDFLAGS) $(SSL_LIBS) $(FETCH_LIBS)
49 …$(CC) -o $(OBJDIR)/ucl_util.o $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS) …
51 …$(CC) -o $(OBJDIR)/ucl_parser.o $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS…
53 …$(CC) -o $(OBJDIR)/ucl_emitter.o $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAG…
55 …$(CC) -o $(OBJDIR)/ucl_emitter_utils.o $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL…
57 …$(CC) -o $(OBJDIR)/ucl_hash.o $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS) …
59 …$(CC) -o $(OBJDIR)/ucl_schema.o $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS…
61 …$(CC) -o $(OBJDIR)/xxhash.o $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS) $(…
70 …$(CC) -o $(OBJDIR)/chargen $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS) $(F…
[all …]
HDMakefile.unix1 CC ?= gcc
41 …$(CC) -o $(OBJDIR)/$(SONAME_FULL) $(OBJECTS) $(LD_SHARED_FLAGS) $(LDFLAGS) $(SSL_LIBS) $(FETCH_LIB…
48 …$(CC) -o $(OBJDIR)/ucl_util.o $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS) …
50 …$(CC) -o $(OBJDIR)/ucl_parser.o $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS…
52 …$(CC) -o $(OBJDIR)/ucl_emitter.o $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAG…
54 …$(CC) -o $(OBJDIR)/ucl_hash.o $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS) …
56 …$(CC) -o $(OBJDIR)/ucl_schema.o $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS…
65 …$(CC) -o $(OBJDIR)/chargen $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS) $(F…
67 …$(CC) -o $(OBJDIR)/objdump $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS) $(F…
77 …$(CC) -o $(OBJDIR)/test_basic $(CPPFLAGS) $(COPT_FLAGS) $(CFLAGS) $(C_COMMON_FLAGS) $(SSL_CFLAGS) …
[all …]
/freebsd-11-stable/contrib/libreadline/examples/
HDMakefile.in33 CC = @CC@
52 $(CC) $(CCFLAGS) -c $<
61 $(PURIFY) $(CC) $(LDFLAGS) -o $@ rl.o $(READLINE_LIB) $(TERMCAP_LIB)
64 $(PURIFY) $(CC) $(LDFLAGS) -o $@ rlcat.o $(READLINE_LIB) $(TERMCAP_LIB)
67 $(PURIFY) $(CC) $(LDFLAGS) -o $@ fileman.o $(READLINE_LIB) $(TERMCAP_LIB)
70 $(PURIFY) $(CC) $(LDFLAGS) -o $@ rltest.o $(READLINE_LIB) $(TERMCAP_LIB)
73 $(PURIFY) $(CC) $(LDFLAGS) -o $@ rlptytest.o $(READLINE_LIB) $(TERMCAP_LIB)
76 $(CC) $(LDFLAGS) -o $@ rlversion.o $(READLINE_LIB) $(TERMCAP_LIB)
79 $(PURIFY) $(CC) $(LDFLAGS) -o $@ histexamp.o -lhistory $(TERMCAP_LIB)
/freebsd-11-stable/libexec/bootpd/
HDMakefile.UNIX89 $(MAKE) CC="cc -systype bsd43" \
95 $(MAKE) CC="cc -systype svr4" \
121 SYSLIBS="-lsocket -lnsl" CC="gcc -Wall"
145 $(CC) -o $@ $(OBJ_D) $(SYSLIBS)
150 $(CC) -o $@ $(OBJ_EF) $(SYSLIBS)
154 $(CC) -o $@ $(OBJ_GW) $(SYSLIBS)
159 $(CC) -o $@ $(OBJ_TEST) $(SYSLIBS)
164 $(CC) -o $@ $(TRYLOOK) $(SYSLIBS)
169 $(CC) -o $@ $(TRYGETIF) $(SYSLIBS)
174 $(CC) -o $@ $(TRYGETEA) $(SYSLIBS)
[all …]
/freebsd-11-stable/contrib/unbound/contrib/android/
HDsetenv_android.sh75 CC="armv7a-linux-androideabi$ANDROID_API-clang"
88 CC="aarch64-linux-android$ANDROID_API-clang"
101 CC="i686-linux-android$ANDROID_API-clang"
114 CC="x86_64-linux-android$ANDROID_API-clang"
135 if [ ! -e "$ANDROID_TOOLCHAIN/$CC" ]; then
180 export CPP CC CXX LD AS AR RANLIB STRIP
191 echo "CC: $(command -v "$CC")"
/freebsd-11-stable/contrib/ipfilter/ipsend/
HDMakefile61 $(CC) $(CFLAGS) $(LINUXK) -c $< -o $@
144 $(CC) $(OBJS) $(UNIXOBJS) -o $@ $(LIBS) $(LLIB) $(ELIB)
147 $(CC) $(ROBJS) $(UNIXOBJS) -o $@ $(LIBS) $(ELIB)
150 $(CC) $(TOBJS) $(UNIXOBJS) -o $@ $(LIBS) $(ELIB)
153 $(CC) $(CFLAGS) $(LINUXK) -c ipf/ipft_ef.c -o $@
156 $(CC) $(CFLAGS) $(LINUXK) -c ipf/ipft_hx.c -o $@
159 $(CC) $(CFLAGS) $(LINUXK) -c ipf/ipft_pc.c -o $@
162 $(CC) $(CFLAGS) $(LINUXK) -c ipf/ipft_sn.c -o $@
165 $(CC) $(CFLAGS) $(LINUXK) -c ipf/ipft_td.c -o $@
168 $(CC) $(CFLAGS) $(LINUXK) -c ipf/ipft_tx.c -o $@
[all …]
/freebsd-11-stable/contrib/ntp/libntp/
HDMakefile.in298 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
300 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
301 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
308 CCLD = $(CC)
309 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
363 CC = @CC@
914 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFL…
918 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFL…
921 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFL…
925 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFL…
[all …]

12345678910>>...47