Home
last modified time | relevance | path

Searched refs:PACKAGE (Results 1 – 25 of 52) sorted by relevance

123

/ndk/build/awk/
Dextract-package-name.awk25 PACKAGE="";
30 PACKAGE = XML_ATTR["package"];
34 if (!PACKAGE)
35 PACKAGE = "<none>";
37 print PACKAGE;
Dextract-pid.awk35 if (PACKAGE == "") {
36 PACKAGE="com.google.android.apps.maps"
65 if ($NF == PACKAGE) {
/ndk/build/tools/
Dbuild-gnu-libstdc++.sh271 PACKAGE="$PACKAGE_DIR/gnu-libstdc++-headers.tar.bz2"
272 dump "Packaging: $PACKAGE"
273 pack_archive "$PACKAGE" "$NDK_DIR" "$GNUSTL_SUBDIR/include"
281 PACKAGE="$PACKAGE_DIR/gnu-libstdc++-libs-$ABI.tar.bz2"
282 dump "Packaging: $PACKAGE"
283 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
Dbuild-gabi++.sh155 PACKAGE="$PACKAGE_DIR/gabixx-libs-$ABI.tar.bz2"
156 log "Packaging: $PACKAGE"
157 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
159 dump "Packaging: $PACKAGE"
Dbuild-stlport.sh196 PACKAGE="$PACKAGE_DIR/stlport-libs-$ABI.tar.bz2"
197 log "Packaging: $PACKAGE"
198 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
200 dump "Packaging: $PACKAGE"
Ddownload-toolchain-sources.sh228 PACKAGE=/tmp/ndk-$USER/$PKGNAME.tar.bz2
229 dump "Creating package archive $PACKAGE"
230 pack_archive "$PACKAGE" "$TMPDIR" "."
232 dump "Toolchain sources downloaded and packaged succesfully at $PACKAGE"
Dbuild-ccache.sh45 register_option "--from=<url>" do_from "Specify source package" "$PACKAGE"
/ndk/sources/host-tools/sed-4.2.1/lib/
Dref-add.sin25 s/ @PACKAGE@ / @PACKAGE@ /
27 s/ $/ @PACKAGE@ /
Dref-del.sin23 s/ @PACKAGE@ / /
/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c106 PACKAGE_BUGREPORT, PACKAGE);
220 bindtextdomain (PACKAGE, LOCALEDIR);
221 textdomain (PACKAGE);
DMakefile.in19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
412 PACKAGE = @PACKAGE@
/ndk/sources/host-tools/make-3.81/config/
DMakefile.in35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
122 PACKAGE = @PACKAGE@
/ndk/sources/host-tools/make-3.81/po/
DMakefile.in.in13 PACKAGE = @PACKAGE@
145 if test "$(PACKAGE)" = "gettext-tools"; then \
204 if test "$(PACKAGE)" = "gettext-tools"; then \
249 if test "$(PACKAGE)" = "gettext-tools"; then \
287 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
294 if test "$(PACKAGE)" = "gettext-tools"; then \
330 if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
DRules-quot17 …if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/s…
/ndk/sources/host-tools/make-3.81/glob/
DMakefile.in37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
138 PACKAGE = @PACKAGE@
/ndk/sources/host-tools/sed-4.2.1/po/
DMakefile.in.in15 PACKAGE = @PACKAGE@
172 if test "$(PACKAGE)" = "gettext-tools"; then \
231 if test "$(PACKAGE)" = "gettext-tools"; then \
276 if test "$(PACKAGE)" = "gettext-tools"; then \
314 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
321 if test "$(PACKAGE)" = "gettext-tools"; then \
360 if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
DRules-quot17 …if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/s…
DMakevars6 DOMAIN = $(PACKAGE)
/ndk/sources/host-tools/make-3.81/
DMakefile.in39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
137 distdir = $(PACKAGE)-$(VERSION)
Dconfig.log153 | #define PACKAGE "make"
171 | #define PACKAGE "make"
392 PACKAGE='make'
474 #define PACKAGE "make"
/ndk/sources/host-tools/make-3.81/doc/
DMakefile.in36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
137 PACKAGE = @PACKAGE@
/ndk/sources/host-tools/sed-4.2.1/
DMakefile.am7 PACKAGE = sed macro
DMakefile.in19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
111 distdir = $(PACKAGE)-$(VERSION)
427 PACKAGE = sed
/ndk/sources/host-tools/make-3.81/w32/
DMakefile.in37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
139 PACKAGE = @PACKAGE@
/ndk/sources/host-tools/sed-4.2.1/m4/
Dgettext.m4224 && test "$PACKAGE" != gettext-runtime \
225 && test "$PACKAGE" != gettext-tools; }; then
317 if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then

123