Home
last modified time | relevance | path

Searched refs:pkgdata (Results 1 – 25 of 49) sorted by relevance

12

/external/icu/icu4c/source/extra/uconv/
DMakefile.in52 PKGDATA_OPTS = -O pkgdata.inc
115 $(RMV) pkgdata.inc $(RESDIR)
133 pkgdata.inc: pkgdataMakefile
143 $(TARGET_STUB_NAME).$(SECTION): $(srcdir)/$(TARGET_STUB_NAME).$(SECTION).in pkgdata.inc
157 $(UCONVMSG_LIB): $(RESFILES) $(RESDIR)/$(RESDIR).lst pkgdata.inc
158 …$(INVOKE) $(PKGDATA_INVOKE_OPTS) $(TOOLBINDIR)/pkgdata -p $(MSGNAME) $(PKGDATA_OPTS) -m $(PKGMODE)…
168 install-resfiles: $(RESFILES) $(RESDIR)/$(RESDIR).lst pkgdata.inc
170 …$(INVOKE) $(TOOLBINDIR)/pkgdata -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -I $(INSTAL…
Dmakedata.mak74 !IF !EXISTS($(ICUTOOLS)\pkgdata.exe)
75 !MESSAGE Unable to find "$(ICUTOOLS)\pkgdata.exe"
76 !ERROR The tool 'pkgdata.exe' does not exist! (Have you built all of ICU yet?).
115 # invoke pkgdata - static
118 …@"$(ICUTOOLS)\pkgdata" -f -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" $(EXTRA_PKGDATA_ARGUMEN…
127 …-@"$(ICUTOOLS)\pkgdata" -f --clean -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" $(EXTRA_PKGDAT…
Dpkgdata.inc.in10 # It is included with the -O option to pkgdata.
DpkgdataMakefile.in17 OUTPUTFILE=pkgdata.inc
/external/icu/icu4c/source/
DMakefile.in59 INSTALLED_BUILT_FILES = $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(to…
198 $(INSTALL_DATA) $(top_builddir)/config/pkgdata.inc $(DESTDIR)$(pkglibdir)/pkgdata.inc
204 $(RM) pkgdata.inc && ln -s current/pkgdata.inc pkgdata.inc
231 …$(RMV) $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(top_builddir)/conf…
239 …_builddir)/config/icu-config $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc
326 $(top_builddir)/config/pkgdata.inc: icudefs.mk $(top_builddir)/config/pkgdataMakefile
/external/icu/icu4c/source/tools/pkgdata/
DMakefile.in17 subdir = tools/pkgdata
19 TARGET_STUB_NAME = pkgdata
Dsources.txt1 pkgdata.cpp
/external/icu/icu4c/
D.gitignore21 pkgdata.inc
30 config/pkgdata.inc
39 extra/uconv/pkgdata.inc
/external/icu/icu4c/source/test/testdata/
DMakefile.in64 $(RMV) Makefile pkgdata.inc
72 pkgdata.inc: pkgdataMakefile
116 PKGDATA = $(TOOLBINDIR)/pkgdata -q -c -s $(CURDIR)/out/build/$(ICUDATA_PLATFORM_NAME)
144 packagetest: build-dir testdata pkgdata.inc $(TMP_DIR)/testdata.lst
Dpkgdata.inc.in10 # It is included with the -O option to pkgdata.
DpkgdataMakefile.in17 OUTPUTFILE=pkgdata.inc
Dtestdata.mak45 …"$(ICUPBIN)\pkgdata" -f -v -m common -c -p"$(TESTPKG)" -d "$(TESTDATAOUT)" -T "$(TESTDATABLD)" -s …
/external/icu/icu4c/source/config/
Dicu-config-bottom49 …ho " --icudata-install-dir Print path to install data to - use as --install option to pkgdata(1)"
50 …echo " --icudata-mode Print default ICU pkgdata mode (dll) - use as --mode option to pkgd…
71 echo " --incpkgdatafile Print path to pkgdata.inc (for -O option of pkgdata)"
338 echo $ECHO_N "${pkglibdir}/pkgdata.inc ${ECHO_C}"
Dmh-mingw19 # pkgdata needs some of the tools in sbin, and we can't always depend on
172 ## Special pkgdata information that is needed
187 # These are needed to allow the pkgdata GNU make files to work
Dmh-mingw6419 # pkgdata needs some of the tools in sbin, and we can't always depend on
172 ## Special pkgdata information that is needed
187 # These are needed to allow the pkgdata GNU make files to work
Dmh-msys-msvc9 # pkgdata needs some of the tools in sbin, and we can't always depend on
187 ## Special pkgdata information that is needed
217 # These are needed to allow the pkgdata nmake files to work
Dmh-aix-gcc71 ## The type of assembly needed when pkgdata is used for generating shared libraries.
133 # LDflags that pkgdata will use
DpkgdataMakefile.in17 OUTPUTFILE=pkgdata.inc
Dmh-cygwin-msvc8 # pkgdata needs some of the tools in sbin, and we can't always depend on
198 ## Special pkgdata information that is needed
228 # These are needed to allow the pkgdata nmake files to work
/external/icu/icu4c/source/data/
Dmakedata.mak219 COMMON_ICUDATA_DEPENDENCIES="$(ICUPBIN)\pkgdata.exe" "$(ICUTMP)\icudata.res" "$(ICUP)\source\stubda…
268 …kg\$(CFGTOOLS)\icupkg.exe" "$(ICUTOOLS)\makeconv\$(CFGTOOLS)\makeconv.exe" "$(ICUPBIN)\pkgdata.exe"
394 # testdata - nmake will invoke pkgdata, which will create testdata.dat
401 #invoke pkgdata for ICU common data
402 # pkgdata will drop all output files (.dat, .dll, .lib) into the target (ICUBLD_PKG) directory.
414 "$(ICUPBIN)\pkgdata" $(COMMON_ICUDATA_ARGUMENTS) "$(ICUTMP)\icudata.lst"
423 "$(ICUPBIN)\pkgdata" $(COMMON_ICUDATA_ARGUMENTS) $(ICUTMP)\icudata.lst
435 "$(ICUPBIN)\pkgdata" $(COMMON_ICUDATA_ARGUMENTS) $(ICUTMP)\icudata.lst
468 # If you modify this, modify winmode.c in pkgdata.
Dicupkg.inc.in10 # It is included with the -O option to pkgdata.
/external/icu/icu4c/source/samples/
Ddefs.mk21 PKGDATA=$(shell icu-config --invoke=pkgdata)
/external/icu/icu4c/source/tools/
DMakefile.in19 gencnval gensprep icuinfo genccode gencmn icupkg pkgdata \
/external/cldr/tools/c/genldml/resources/
Dgenldml_resources.mak46 …$(ICUDIR)\bin\pkgdata --name genldml_resources -v -O R:$(ICUDIR) --mode dll -d . res-files-list.txt
/external/icu/icu4c/source/samples/ufortune/resources/
Dfortune_resources.mak56 $(ICUDIR)\$(BIN)\pkgdata --name fortune_resources -v --mode dll -d . res-file-list.txt

12