HomeSort by: relevance | last modified time | path
    Searched defs:COMPILE (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/mvme68k/stand/bootxx/
Makefile 4 COMPILE.S= $(CC) -x assembler-with-cpp \
  /src/sys/external/isc/libsodium/dist/test/default/
wintest.bat 28 goto :COMPILE
31 goto :COMPILE
35 goto :COMPILE
38 goto :COMPILE
39 :COMPILE
44 echo %%f compile failed
  /src/sys/arch/mvme68k/stand/sboot/
Makefile 8 COMPILE.s= $(CC) -x assembler-with-cpp \
  /src/share/mk/
sys.mk 24 COMPILE.s?= ${CC} ${AFLAGS} ${AFLAGS.${<:T}} -c
27 COMPILE.S?= ${CC} ${AFLAGS} ${AFLAGS.${<:T}} ${CPPFLAGS} ${_ASM_TRADITIONAL_CPP} -c
49 COMPILE.c?= ${CC} ${CFLAGS} ${DTRACE_OPTS} ${CPPFLAGS} -c
76 COMPILE.cc?= ${CXX} ${_CXXSEED} ${CXXFLAGS} ${DTRACE_OPTS} ${CPPFLAGS} -c
82 COMPILE.m?= ${OBJC} ${OBJCFLAGS} ${CPPFLAGS} -c
92 COMPILE.f?= ${FC} ${FFLAGS} -c
95 COMPILE.F?= ${FC} ${FFLAGS} ${CPPFLAGS} -c
98 COMPILE.r?= ${FC} ${FFLAGS} ${RFLAGS} -c
121 COMPILE.p?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
138 ${COMPILE.c} ${.IMPSRC} ${OBJECT_TARGET
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
comp-unit-head.h 116 enum class rcuh_kind { COMPILE, TYPE };
119 Use rcuh_kind::COMPILE as the default type if not known by the caller.
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
unit-head.h 117 enum class ruh_kind { COMPILE, TYPE };
120 Use ruh_kind::COMPILE as the default type if not known by the caller.
  /src/external/gpl2/grep/dist/intl/
Makefile 60 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
94 $(COMPILE) $<
96 $(LIBTOOL) --mode=compile $(COMPILE) $<
  /src/external/bsd/pcc/dist/pcc/cc/driver/
driver.c 61 enum phases { DEFAULT, PREPROCESS, COMPILE, ASSEMBLE, LINK } last_phase =
391 out = output_name(file, ".o", counter, last_phase == COMPILE);
457 if (last_phase == COMPILE)
600 set_last_phase(COMPILE);
  /src/external/gpl2/gmake/dist/w32/
Makefile 82 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
247 mostlyclean-compile:
250 distclean-compile:
259 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
263 # $(COMPILE) -c $<
266 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
270 # $(COMPILE) -c `$(CYGPATH_W) '$<'`
439 distclean-am: clean-am distclean-compile distclean-generic \
469 mostlyclean-am: mostlyclean-compile mostlyclean-generic
482 clean-noinstLIBRARIES ctags distclean distclean-compile \
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgp/
Makefile 56 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
59 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
261 mostlyclean-compile:
264 distclean-compile:
270 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
274 # $(COMPILE) -c $<
277 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
281 # $(COMPILE) -c `$(CYGPATH_W) '$<'`
466 distclean-am: clean-am distclean-compile distclean-generic \
504 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Makefile 56 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
59 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
261 mostlyclean-compile:
264 distclean-compile:
270 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
274 # $(COMPILE) -c $<
277 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
281 # $(COMPILE) -c `$(CYGPATH_W) '$<'`
466 distclean-am: clean-am distclean-compile distclean-generic \
504 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    [all...]

Completed in 18 milliseconds