OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZONESRCDIR
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/data/
Makefile.in
87
ZONESRCDIR
=$(SRCDATADIR)/zone
296
-include $(
ZONESRCDIR
)/resfiles.mk
304
-include $(
ZONESRCDIR
)/reslocal.mk
331
ZONE_SRC_FILES = $(ZONE_SRC:%=$(
ZONESRCDIR
)/%)
643
$(ZONEBLDDIR)/%.res: $(
ZONESRCDIR
)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(DAT_FILES)
644
$(INVOKE) $(TOOLBINDIR)/genrb --usePoolBundle $(GENRBOPTS) -i $(BUILDDIR) -s $(
ZONESRCDIR
) -d $(ZONEBLDDIR) $(<F)
648
$(ZONEBLDDIR)/pool.res: $(
ZONESRCDIR
)/pool.res
649
$(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(
ZONESRCDIR
)/pool.res $(ZONEBLDDIR)/pool.res
[
all
...]
/external/icu/icu4c/source/data/
Makefile.in
91
ZONESRCDIR
=$(SRCDATADIR)/zone
291
-include $(
ZONESRCDIR
)/resfiles.mk
299
-include $(
ZONESRCDIR
)/reslocal.mk
326
ZONE_SRC_FILES = $(ZONE_SRC:%=$(
ZONESRCDIR
)/%)
644
$(ZONEBLDDIR)/%.res: $(
ZONESRCDIR
)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(DAT_FILES)
645
$(INVOKE) $(TOOLBINDIR)/genrb --usePoolBundle $(GENRBOPTS) -i $(BUILDDIR) -s $(
ZONESRCDIR
) -d $(ZONEBLDDIR) $(<F)
649
$(ZONEBLDDIR)/pool.res: $(
ZONESRCDIR
)/pool.res
650
$(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(
ZONESRCDIR
)/pool.res $(ZONEBLDDIR)/pool.res
[
all
...]
Completed in 378 milliseconds