Searched refs:CC (Results 1 - 20 of 20) sorted by relevance
/bind-9.11.3/conftools/perllib/dnsconf/ |
H A D | Makefile.PL | 11 $ENV{CC} = "gcc";
|
/bind-9.11.3/contrib/dlz/example/ |
H A D | Makefile | 13 $(CC) $(CFLAGS) -shared -o dlz_example.so dlz_example.o
|
/bind-9.11.3/contrib/dlz/modules/filesystem/ |
H A D | Makefile | 9 $(CC) $(CFLAGS) -c dir.c 12 $(CC) $(CFLAGS) -shared -o dlz_filesystem_dynamic.so \
|
/bind-9.11.3/contrib/dlz/modules/ldap/ |
H A D | Makefile | 10 $(CC) $(CFLAGS) -c ../common/dlz_dbi.c 13 $(CC) $(CFLAGS) -shared -o dlz_ldap_dynamic.so \
|
/bind-9.11.3/contrib/dlz/modules/sqlite3/ |
H A D | Makefile | 10 $(CC) $(CFLAGS) -c ../common/dlz_dbi.c 13 $(CC) $(CFLAGS) -shared -o dlz_sqlite3_dynamic.so \
|
/bind-9.11.3/contrib/dlz/modules/wildcard/ |
H A D | Makefile | 9 $(CC) $(CFLAGS) -c ../common/dlz_dbi.c 12 $(CC) $(CFLAGS) -shared -o dlz_wildcard_dynamic.so \
|
/bind-9.11.3/contrib/dlz/modules/perl/ |
H A D | Makefile | 12 $(CC) $(CFLAGS) `${FLAGS_PERL} -MExtUtils::Embed -e ccopts` -c -o dlz_perl_driver.o dlz_perl_driver.c 19 $(CC) $(CFLAGS) `${FLAGS_PERL} -MExtUtils::Embed -e ccopts` -c -o dlz_perl_callback_clientinfo.o dlz_perl_callback_clientinfo.c 26 $(CC) $(CFLAGS) `${FLAGS_PERL} -MExtUtils::Embed -e ccopts` -c -o dlz_perl_callback.o dlz_perl_callback.c 30 $(CC) $(LDFLAGS) -shared -o $(LIBNAME) dlz_perl_driver.o dlz_perl_callback_clientinfo.o dlz_perl_callback.o `${FLAGS_PERL} -MExtUtils::Embed -e ldopts`
|
/bind-9.11.3/contrib/dlz/modules/bdbhpt/ |
H A D | Makefile | 10 $(CC) $(CFLAGS) -shared -o dlz_bdbhpt_dynamic.so \
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | ltconfig | 174 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 175 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 209 old_CC="$CC" 513 if test "$with_gcc" != yes || test -z "$CC"; then 514 # If CC is not set, then try to find GCC or a usable CC. 515 if test -z "$CC"; then 521 CC="gcc" 527 if test -n "$CC"; then 528 echo "$ac_t$CC" [all...] |
H A D | configure | 535 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 536 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 962 if test -n "$CC"; then 963 ac_cv_prog_CC="$CC" # Let the user override the test. 977 CC="$ac_cv_prog_CC" 978 if test -n "$CC"; then 979 echo "$ac_t""$CC" 1>&6 984 if test -z "$CC"; then 992 if test -n "$CC"; then 993 ac_cv_prog_CC="$CC" # Le [all...] |
H A D | ltmain.sh | 1864 $CC -o conftest conftest.c $deplibs 1897 $CC -o conftest conftest.c $i 2639 $show "(cd $output_objdir && $CC -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")" 2640 $run eval '(cd $output_objdir && $CC -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $?
|
/bind-9.11.3/unit/atf-src/ |
H A D | configure | 715 CC 814 CC 1378 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1480 CC C compiler command 2484 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2485 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3286 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3287 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3297 if test -n "$CC"; then 3298 ac_cv_prog_CC="$CC" # Le [all...] |
/bind-9.11.3/ |
H A D | configure | 940 CC 1085 CC 1635 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1817 CC C compiler command 2850 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2851 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3102 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3103 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3113 if test -n "$CC"; then 3114 ac_cv_prog_CC="$CC" # Le [all...] |
H A D | ltmain.sh | 960 CC) ;; 1384 # If $tagname isn't set, then try to infer if the default "CC" tag applies 1388 $zp) tagname="CC"; break;; 1395 for arg in $CC; do 1398 CC_expanded=`func_echo_all $CC` 1402 # but not from the CC environment variable when configure was run. 1403 " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ 1413 for arg in $CC; do 1417 CC_expanded=`func_echo_all $CC` [all...] |
/bind-9.11.3/contrib/perftcpdns/ |
H A D | configure | 593 CC 639 CC 1188 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1248 CC C compiler command 1808 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1809 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1818 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1819 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1829 if test -n "$CC"; then 1830 ac_cv_prog_CC="$CC" # Le [all...] |
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | configure | 612 CC 660 CC 1219 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1289 CC C compiler command 1807 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1808 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1817 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1818 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1828 if test -n "$CC"; then 1829 ac_cv_prog_CC="$CC" # Le [all...] |
/bind-9.11.3/unit/atf-src/admin/ |
H A D | compile | 207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
|
H A D | ltmain.sh | 2198 CC) ;; 2657 for arg in $CC; do 2660 CC_expanded=`func_echo_all $CC` 2664 # but not from the CC environment variable when configure was run. 2665 " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ 2675 for arg in $CC; do 2679 CC_expanded=`func_echo_all $CC` 2682 " $CC "* | "$CC "* | " [all...] |
/bind-9.11.3/contrib/queryperf/ |
H A D | configure | 573 CC 619 CC 1170 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1230 CC C compiler command 1815 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1816 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1825 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1826 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1836 if test -n "$CC"; then 1837 ac_cv_prog_CC="$CC" # Le [all...] |
/bind-9.11.3/bin/named/ |
H A D | fuzz.c | 34 #error To use American Fuzzy Lop you have to set CC to afl-clang-fast!!!
|
Completed in 74 milliseconds