Home
last modified time | relevance | path

Searched refs:package (Results 1 – 25 of 44) sorted by relevance

12

/ndk/build/tools/
Dpackage.py46 def expand_packages(package, host, arches): argument
77 expanded = package.format(
144 for package, extract_path in packages:
145 package_names = expand_packages(package, host, arches)
152 for package, _ in packages:
153 print('Checking ' + package)
154 package_path = os.path.join(path, package + '.zip')
176 for package, extract_path in packages:
177 print('Unpacking ' + package)
178 package_path = os.path.join(path, package + '.zip')
[all …]
DREADME.md404 Most dev-scripts generating them typically support a --package-dir=<path> option
408 For example, to build and package the libc++ binaries, use:
411 --package-dir=/tmp/ndk-$USER/prebuilt/
424 Similarly, to rebuild the STLport binaries and package them:
427 --package-dir=/tmp/ndk-$USER/prebuilt
444 Use the `package-release.sh` dev-script to generate full NDK release packages.
453 $NDK/build/tools/package-release.sh \
471 package that you can distribute to third-party for experimentation.
492 If you have an NDK package archive, you can run the following to run the test
495 $NDK/tests/run-tests.sh --package=<ndk-archive>
Dbuild-ndk-sysroot.sh59 --package)
/ndk/sources/host-tools/make-3.81/
DINSTALL17 those values to create a `Makefile' in each directory of the package.
30 If you need to do unusual things to compile the package, please try
42 The simplest way to compile this package is:
44 1. `cd' to the directory containing the package's source code and type
45 `./configure' to configure the package for your system. If you're
53 2. Type `make' to compile the package.
56 the package.
63 files that `configure' created (so you can compile the package for
66 for the package's developers. If you use it, you may have to get
88 You can compile the package for more than one kind of computer at the
[all …]
Dconfigh.dos86 /* Name of the package */
89 /* Define to the address where bug reports for this package should be sent. */
92 /* Define to the full name of this package. */
95 /* Define to the full name and version of this package. */
98 /* Define to the one symbol short name of this package. */
101 /* Define to the version of this package. */
110 /* Version number of package */
DABOUT-NLS10 assume that the distributed package does use GNU `gettext' internally,
13 this package with messages translated.
34 package, despite the existence of internationalizing capabilities in the
35 operating system where this package is being installed. So far, only
45 you have installed a recent copy of the GNU gettext package with the
56 By default, this package will be installed to allow translation of
60 package, usually in the `intl/' subdirectory, so prior installation of
61 the GNU `gettext' package is _not_ required. Installers may use
69 internationalizing routines provided within this package, or else,
73 configure without an option for your new package, `configure' will
[all …]
Dconfig.h.in323 /* Name of package */
326 /* Define to the address where bug reports for this package should be sent. */
329 /* Define to the full name of this package. */
332 /* Define to the full name and version of this package. */
335 /* Define to the one symbol short name of this package. */
338 /* Define to the home page for this package. */
341 /* Define to the version of this package. */
408 /* Version number of package */
414 /* Define if using the dmalloc debugging malloc package */
Dconfig.h.W32323 /* Name of this package (needed by automake) */
373 /* Version number of package */
376 /* Define if using the dmalloc debugging malloc package */
DREADME.W3292 your own with a package like NutCracker (DataFocus) or Portage
247 package using SAMBA as my file server. The reason seems to be
255 The package builds fine on VFAT and NTFS filesystems.
Dconfig.ami189 /* Name of this package (needed by automake) */
192 /* Version of this package (needed by automake) */
Daclocal.m4361 [Define if using the dmalloc debugging malloc package])
383 # your package does certain things. But this isn't really a big deal.
419 # Define the identity of the package.
430 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
431 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
670 # 1. if the package is installed by a user who cannot write `.'
Dconfig.h-vms212 /* Name of this package (needed by automake) */
215 /* Version of this package (needed by automake) */
/ndk/sources/host-tools/make-3.81/po/
DMakevars18 # Makefile variables for PO directory in any package using GNU gettext.
20 # Usually the message domain is the same as the package name.
32 # package. (Note that the msgstr strings, extracted from the package's
33 # sources, belong to the copyright holder of the package.) Translators are
DMakefile.in.in1 # Makefile for PO directory in any package using GNU gettext.
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
/ndk/
DREADME.md94 $ python checkbuild.py --no-package
109 The simplest way to package an NDK on Linux is to just omit the `--no-package`
114 packaging is handled by `build/tools/package.py`.
119 Running the NDK tests requires a complete NDK package (see previous steps).
120 From the NDK source directory (not the extracted package):
DCHANGELOG.md86 * The 32-bit Windows package no longer contains ld.gold. It is available in
87 the 64-bit package.
/ndk/sources/host-tools/make-3.81/config/
Dlcmessage.m415 dnl gettext package package is covered by the GNU General Public License.
Dnls.m415 dnl gettext package package is covered by the GNU General Public License.
Dcompile45 If you are trying to build a whole package this is not the
Disc-posix.m413 # because gettext's gettext.m4 (distributed in the automake package)
Dprogtest.m415 dnl gettext package package is covered by the GNU General Public License.
Dgettext.m415 dnl gettext package package is covered by the GNU General Public License.
328 dnl Enable libtool support if the surrounding package wishes it.
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi77 you need to run programs that are a part of your package during the
248 that is only recommended. If the package is set up so that it is
370 install their data under @file{$(libexecdir)/@var{package-name}/},
372 @file{$(libexecdir)/@var{package-name}/@var{machine}/@var{version}}.
420 install their data under @file{$(datadir)/@var{package-name}/}.
446 need to modify files in this directory to configure the package's
455 types of files, if your program has them. Every GNU package should
485 A package should not replace an existing header in this directory unless
486 the header came from the same package. Thus, if your Foo package
490 package.
[all …]
/ndk/sources/host-tools/make-3.81/tests/
Dtest_driver.pl615 local($package);
620 ($package, $filename, $linenum) = caller ($depth + 1);
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0113 m4trace:configure.in:19: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package.…
117 …in:19: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
121 m4trace:configure.in:19: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package
125 ….in:19: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
129 …PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
133 m4trace:configure.in:19: -1- AH_OUTPUT([PACKAGE_URL], [/* Define to the home page for this package.…
190 m4trace:configure.in:30: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
194 m4trace:configure.in:30: -1- AH_OUTPUT([VERSION], [/* Version number of package */
1026 …e.in:396: -1- AH_OUTPUT([WITH_DMALLOC], [/* Define if using the dmalloc debugging malloc package */

12