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
82
ZONESRCDIR
=$(SRCDATADIR)/zone
283
-include $(
ZONESRCDIR
)/resfiles.mk
291
-include $(
ZONESRCDIR
)/reslocal.mk
318
ZONE_SRC_FILES = $(ZONE_SRC:%=$(
ZONESRCDIR
)/%)
623
$(ZONEBLDDIR)/%.res: $(
ZONESRCDIR
)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(DAT_FILES)
624
$(INVOKE) $(TOOLBINDIR)/genrb --usePoolBundle $(GENRBOPTS) -i $(BUILDDIR) -s $(
ZONESRCDIR
) -d $(ZONEBLDDIR) $(<F)
628
$(ZONEBLDDIR)/pool.res: $(
ZONESRCDIR
)/pool.res
629
$(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(
ZONESRCDIR
)/pool.res $(ZONEBLDDIR)/pool.res
[
all
...]
/external/icu4c/data/
Makefile.in
87
ZONESRCDIR
=$(SRCDATADIR)/zone
288
-include $(
ZONESRCDIR
)/resfiles.mk
296
-include $(
ZONESRCDIR
)/reslocal.mk
323
ZONE_SRC_FILES = $(ZONE_SRC:%=$(
ZONESRCDIR
)/%)
632
$(ZONEBLDDIR)/%.res: $(
ZONESRCDIR
)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(DAT_FILES)
633
$(INVOKE) $(TOOLBINDIR)/genrb --usePoolBundle $(GENRBOPTS) -i $(BUILDDIR) -s $(
ZONESRCDIR
) -d $(ZONEBLDDIR) $(<F)
637
$(ZONEBLDDIR)/pool.res: $(
ZONESRCDIR
)/pool.res
638
$(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(
ZONESRCDIR
)/pool.res $(ZONEBLDDIR)/pool.res
[
all
...]
Completed in 30 milliseconds