Home
last modified time | relevance | path

Searched refs:PACKAGE_NAME (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/external/mesa3d/
DMakefile.am59 PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION) macro
102 ARCHIVES = $(PACKAGE_NAME).tar.gz \
103 $(PACKAGE_NAME).tar.bz2 \
104 $(PACKAGE_NAME).zip
107 rm -f ../$(PACKAGE_DIR) $(PACKAGE_NAME).tar
118 $(PACKAGE_NAME).tar: parsers ../$(PACKAGE_DIR) manifest.txt
119 cd .. ; tar -cf $(PACKAGE_DIR)/$(PACKAGE_NAME).tar -T $(PACKAGE_DIR)/manifest.txt
121 $(PACKAGE_NAME).tar.gz: $(PACKAGE_NAME).tar ../$(PACKAGE_DIR)
122 gzip --stdout --best $(PACKAGE_NAME).tar > $(PACKAGE_NAME).tar.gz
124 $(PACKAGE_NAME).tar.bz2: $(PACKAGE_NAME).tar
[all …]
/external/libjpeg-turbo/release/
Dmakedpkg.in27 DIRNAME=$PACKAGE_NAME
30 PACKAGE_NAME=$PACKAGE_NAME\32
35 rm -f $PACKAGE_NAME\_$VERSION\_$DEBARCH.deb
36 TMPDIR=`mktemp -d /tmp/$PACKAGE_NAME-build.XXXXXX`
54 (cat $SRCDIR/release/deb-control.tmpl | sed s/{__PKGNAME}/$PACKAGE_NAME/g \
63 dpkg -b $TMPDIR $PACKAGE_NAME\_$VERSION\_$DEBARCH.deb
66 PACKAGE_NAME=@PKGNAME@
Dmakecygwinpkg.in18 PACKAGE_NAME=@PKGNAME@
28 rm -f $PACKAGE_NAME-$VERSION-$BUILD.tar.bz2
31 make install DESTDIR=$TMPDIR/pkg docdir=/usr/share/doc/$PACKAGE_NAME-$VERSION \
32 exampledir=/usr/share/doc/$PACKAGE_NAME-$VERSION
35 ln -fs /usr/share/doc/$PACKAGE_NAME-$VERSION $TMPDIR/pkg$DOCDIR
38 tar cfj ../$PACKAGE_NAME-$VERSION-$BUILD.tar.bz2 *
Dmakemacpkg.in24 PACKAGE_NAME=@PKGNAME@
100 if [ -f $PACKAGE_NAME-$VERSION.dmg ]; then
101 rm -f $PACKAGE_NAME-$VERSION.dmg
105 TMPDIR=`mktemp -d /tmp/$PACKAGE_NAME-build.XXXXXX`
108 make install DESTDIR=$PKGROOT docdir=/Library/Documentation/$PACKAGE_NAME \
109 exampledir=/Library/Documentation/$PACKAGE_NAME
113 ln -fs /Library/Documentation/$PACKAGE_NAME $PKGROOT$DOCDIR
462 --identifier com.libjpeg-turbo.libjpeg-turbo $TMPDIR/pkg/$PACKAGE_NAME.pkg
465 $TMPDIR/dmg/$PACKAGE_NAME.pkg
466 hdiutil create -fs HFS+ -volname $PACKAGE_NAME-$VERSION \
[all …]
/external/google-tv-pairing-protocol/java/
DMakefile21 PACKAGE_NAME := com/google/polo macro
24 JAVA_SRC_DIR := $(JAVA_SRC_TOP)/$(PACKAGE_NAME)
54 $(PROTO_JAVA_OUT)/$(PACKAGE_NAME)/wire/protobuf/PoloProto.java: $(PROTO_SRC_DIR)/polo.proto
59 $(PROTO_JAVA_OUT)/$(PACKAGE_NAME)/wire/protobuf/PoloProto.java
/external/elfutils/src/
DMakefile.am180 -e "s%[@]PACKAGE_NAME[@]%$(PACKAGE_NAME)%g" \
/external/llvm/
Dllvm.spec.in1 Name: @PACKAGE_NAME@
9 Source: http://llvm.org/releases/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
25 %setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUData.java37 static final String PACKAGE_NAME = "icudt" + VersionInfo.ICU_DATA_VERSION_PATH; field in ICUData
41 public static final String ICU_BUNDLE = "data/" + PACKAGE_NAME;
148 if (logBinaryDataFromInputStream && is != null && resourceName.indexOf(PACKAGE_NAME) >= 0) { in checkStreamForBinaryData()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUData.java35 static final String PACKAGE_NAME = "icudt" + VersionInfo.ICU_DATA_VERSION_PATH; field in ICUData
39 public static final String ICU_BUNDLE = "data/" + PACKAGE_NAME;
146 if (logBinaryDataFromInputStream && is != null && resourceName.indexOf(PACKAGE_NAME) >= 0) { in checkStreamForBinaryData()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DTemplateCompiler.java46 private static final String PACKAGE_NAME = "com.google.clearsilver.jsilver.compiler"; field in TemplateCompiler
113 ast.apply(new TemplateTranslator(PACKAGE_NAME, CLASS_NAME, sourceBuffer, propagateStatus)); in translateAstToJavaSource()
134 return templateClassLoader.loadClass(PACKAGE_NAME + "." + CLASS_NAME); in compileAndLoad()
/external/harfbuzz_ng/win32/
Dconfig.h.win32.in139 #define PACKAGE_NAME "@PACKAGE_NAME@"
142 #define PACKAGE_STRING "@PACKAGE_NAME@ @PACKAGE_VERSION@"
/external/libjpeg-turbo/
Djconfigint.h21 #define PACKAGE_NAME "libjpeg-turbo" macro
/external/libcap-ng/
Dconfig.h60 #define PACKAGE_NAME "libcap-ng" macro
/external/iptables/
Dconfig.h63 #define PACKAGE_NAME "iptables" macro
/external/libusb-compat/
Dconfig.h58 #define PACKAGE_NAME "libusb-compat" macro
/external/libexif/
Dconfig.h68 #define PACKAGE_NAME "EXIF library" macro
/external/expat/
Dexpat_config.h63 #define PACKAGE_NAME "expat" macro
/external/scrypt/
Dconfig.h78 #define PACKAGE_NAME "scrypt" macro
/external/libusb/
Dconfig.h67 #define PACKAGE_NAME "libusb" macro
/external/skia/third_party/yasm/config/win/
Dconfig.h119 #define PACKAGE_NAME "yasm" macro
/external/flac/
Dconfig.h104 #define PACKAGE_NAME "" macro
/external/libjpeg-turbo/win/
Djconfigint.h.in3 #define PACKAGE_NAME "@CMAKE_PROJECT_NAME@" macro
/external/elfutils/
Dconfig.h56 #define PACKAGE_NAME "elfutils" macro
/external/google-breakpad/
Dbreakpad.pc.in4 includedir=@includedir@/@PACKAGE_NAME@
/external/skia/third_party/yasm/config/openbsd/
Dconfig.h111 #define PACKAGE_NAME "yasm" macro

12345678910>>...12