Searched refs:CFLAGS (Results 276 - 300 of 619) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/mac-mpw/
H A Dtools.make33 {C} {COPTS} {CFLAGS} -s {Default} {DepDir}{Default}.c -o {TargDir}{Default}.c.o
44 CFLAGS= -w -m {IPATH} {CONF_LIBRARY}
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A DMakefile70 CFLAGS=-std=c99 -Wall -Wextra -Werror -pedantic -Wformat=2 -Wcast-align \ macro
81 CFLAGS += -isysroot $(SDK_DIR)
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.1/OpenSSL098-52/src/demos/engines/rsaref/
H A DMakefile8 CFLAGS= -g -I../../../include $(PIC) -DENGINE_DYNAMIC_SUPPORT macro
30 make -f unix/makefile CFLAGS='-I. -DPROTOTYPES=1 -O -c' RSAREFLIB=librsaref.a librsaref.a
116 gcc -M $(CFLAGS) $(SRC) >> Makefile.tmp
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/
H A DMakefile13 CFLAGS = --std=c99 -pipe \ macro
22 CFLAGS += $(addprefix -I$(include),$(HEADER_PATHS))
93 $(CC) $(CFLAGS) $(LDFLAGS) -dynamiclib -dynamic -compatibility_version 0 -current_version 0 -install_name libasn1.dylib -o libasn1.dylib $(OBJECTS)
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Daclocal.m470 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
152 SAVE_CFLAGS="$CFLAGS"
153 CFLAGS="$CFLAGS -belf"
158 CFLAGS="$SAVE_CFLAGS"
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/kmem/
H A DMakefile20 override CFLAGS= ${CDEFS} ${INCL} ${DEBUG}
43 ${CC} -o $@ ${CFLAGS} ${OBJ} ${CFGL}
92 @echo '#define LSOF_CCFLAGS "'`echo ${CFLAGS} | sed 's/\\\\(/\\(/g' | sed 's/\\\\)/\\)/g' | sed 's/"/\\\\"/g'`'"' >> version.h
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/libproc/
H A DMakefile22 override CFLAGS= ${CDEFS} ${INCL} ${DEBUG}
45 ${CC} -o $@ ${CFLAGS} ${OBJ} ${CFGL}
101 @echo '#define LSOF_CCFLAGS "'`echo ${CFLAGS} | sed 's/\\\\(/\\(/g' | sed 's/\\\\)/\\)/g' | sed 's/"/\\\\"/g'`'"' >> version.h
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/Java/
H A Dmakefile67 CFLAGS = $(CFLAGS_COMMON) $(CFLAGS_DEBUG) macro
68 JAVACFLAGS = $(CFLAGS) $(JAVACFLAGS_OS)
126 $(CC) -Fe$@ $(JAVASRC)\JNISupport.c $(CFLAGS) -I$(OBJDIR) \
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/config/
H A Dlibtool.m432 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
114 SAVE_CFLAGS="$CFLAGS"
115 CFLAGS="$CFLAGS -belf"
120 CFLAGS="$SAVE_CFLAGS"
/macosx-10.10.1/tcpdump-61/tcpdump/win32/prj/
H A DGNUmakefile11 CFLAGS = -I ${PCAP_DIR}/wpcap/libpcap/bpf \ macro
166 ${CC} ${CFLAGS} ${LDFLAGS} -o windump.exe ${OBJS} ${LIBS}
175 ${CC} ${CFLAGS} -o $*.o -c $<
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/unix/
H A Dconfigure512 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
514 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
515 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
761 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
762 echo "configure:763: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
765 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
767 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
768 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
793 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
795 ac_compile='${CC-cc} -c $CFLAGS
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/extensions/example/
H A Dconfigure688 CFLAGS
735 CFLAGS
1246 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1326 CFLAGS C compiler flags
1751 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1752 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2168 CFLAGS="$CFLAGS -mwin32"
2282 # If the user did not set CFLAGS, set it now to keep
2284 if test "${CFLAGS
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/libjpeg/
H A Dconfigure681 CFLAGS
737 CFLAGS
1248 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1330 CFLAGS C compiler flags
1763 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1764 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2141 CFLAGS="$CFLAGS -mwin32"
2217 JPEG_CFLAGS="$CFLAGS"
2222 # If the user did not set CFLAGS, se
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dconfigure680 CFLAGS
727 CFLAGS
1238 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1320 CFLAGS C compiler flags
1753 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1754 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2127 CFLAGS="$CFLAGS -mwin32"
2193 # If the user did not set CFLAGS, set it now to keep
2195 if test "${CFLAGS
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclapplescript/tclapplescript/
H A Dconfigure680 CFLAGS
727 CFLAGS
1238 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1320 CFLAGS C compiler flags
1753 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1754 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2142 CFLAGS="$CFLAGS -mwin32"
2222 # If the user did not set CFLAGS, set it now to keep
2224 if test "${CFLAGS
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclresource/tclresource/
H A Dconfigure682 CFLAGS
730 CFLAGS
1241 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1323 CFLAGS C compiler flags
1757 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1758 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2146 CFLAGS="$CFLAGS -mwin32"
2226 # If the user did not set CFLAGS, set it now to keep
2228 if test "${CFLAGS
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/
H A Dconfigure682 CFLAGS
741 CFLAGS
1252 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1333 CFLAGS C compiler flags
1766 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1767 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2169 CFLAGS="$CFLAGS -mwin32"
2249 # If the user did not set CFLAGS, set it now to keep
2251 if test "${CFLAGS
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/
H A Dconfigure701 CFLAGS
755 CFLAGS
1267 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1356 CFLAGS C compiler flags
1790 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1791 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2193 CFLAGS="$CFLAGS -mwin32"
2769 # If the user did not set CFLAGS, set it now to keep
2771 if test "${CFLAGS
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/
H A Dconfigure681 CFLAGS
729 CFLAGS
1240 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1322 CFLAGS C compiler flags
1755 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1756 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2137 CFLAGS="$CFLAGS -mwin32"
2217 # If the user did not set CFLAGS, set it now to keep
2219 if test "${CFLAGS
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A Dconfigure691 CFLAGS
743 CFLAGS
1255 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1344 CFLAGS C compiler flags
1778 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1779 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2167 CFLAGS="$CFLAGS -mwin32"
2491 # If the user did not set CFLAGS, set it now to keep
2493 if test "${CFLAGS
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/
H A Dconfigure691 CFLAGS
739 CFLAGS
1250 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1335 CFLAGS C compiler flags
1768 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1769 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2151 CFLAGS="$CFLAGS -mwin32"
2475 # If the user did not set CFLAGS, set it now to keep
2477 if test "${CFLAGS
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/
H A Dconfigure681 CFLAGS
729 CFLAGS
1240 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1322 CFLAGS C compiler flags
1755 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1756 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2137 CFLAGS="$CFLAGS -mwin32"
2217 # If the user did not set CFLAGS, set it now to keep
2219 if test "${CFLAGS
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/
H A Dconfigure680 CFLAGS
727 CFLAGS
1238 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1320 CFLAGS C compiler flags
1753 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1754 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2142 CFLAGS="$CFLAGS -mwin32"
2222 # If the user did not set CFLAGS, set it now to keep
2224 if test "${CFLAGS
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/
H A Dconfigure680 CFLAGS
728 CFLAGS
1239 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1321 CFLAGS C compiler flags
1754 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1755 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2133 CFLAGS="$CFLAGS -mwin32"
2201 # If the user did not set CFLAGS, set it now to keep
2203 if test "${CFLAGS
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/
H A Dconfigure687 CFLAGS
742 CFLAGS
1253 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1335 CFLAGS C compiler flags
1768 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1769 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2194 CFLAGS="$CFLAGS -mwin32"
2274 # If the user did not set CFLAGS, set it now to keep
2276 if test "${CFLAGS
[all...]

Completed in 293 milliseconds

<<11121314151617181920>>