OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SILENT_COMPILE
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/config/
mh-linux
42
$(call
SILENT_COMPILE
,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -o $@ $<)
44
$(call
SILENT_COMPILE
,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -o $@ $<)
47
$(call
SILENT_COMPILE
,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -o $@ $<)
49
$(call
SILENT_COMPILE
,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -o $@ $<)
mh-darwin
57
$(call
SILENT_COMPILE
,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
59
$(call
SILENT_COMPILE
,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
62
$(call
SILENT_COMPILE
,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
64
$(call
SILENT_COMPILE
,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
Makefile.inc.in
226
# for derivative builds - don't bother with VERBOSE/NONVERBOSE
SILENT_COMPILE
227
SILENT_COMPILE
=$(1) #M#
/external/icu4c/
icudefs.mk
183
# $(call
SILENT_COMPILE
,$(CC) -o foo)
185
SILENT_COMPILE
=$(call ICU_MSG,$(notdir $(firstword $(1)))) "... " $< && $(1) || \
191
SILENT_COMPILE
=$(1)
Completed in 1766 milliseconds