/external/mesa3d/ |
D | Makefile.am | 59 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/ |
D | makedpkg.in | 27 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@
|
D | makecygwinpkg.in | 18 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 *
|
D | makemacpkg.in | 24 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/ |
D | Makefile | 21 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/ |
D | Makefile.am | 180 -e "s%[@]PACKAGE_NAME[@]%$(PACKAGE_NAME)%g" \
|
/external/llvm/ |
D | llvm.spec.in | 1 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/ |
D | ICUData.java | 37 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/ |
D | ICUData.java | 35 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/ |
D | TemplateCompiler.java | 46 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/ |
D | config.h.win32.in | 139 #define PACKAGE_NAME "@PACKAGE_NAME@" 142 #define PACKAGE_STRING "@PACKAGE_NAME@ @PACKAGE_VERSION@"
|
/external/libjpeg-turbo/ |
D | jconfigint.h | 21 #define PACKAGE_NAME "libjpeg-turbo" macro
|
/external/libcap-ng/ |
D | config.h | 60 #define PACKAGE_NAME "libcap-ng" macro
|
/external/iptables/ |
D | config.h | 63 #define PACKAGE_NAME "iptables" macro
|
/external/libusb-compat/ |
D | config.h | 58 #define PACKAGE_NAME "libusb-compat" macro
|
/external/libexif/ |
D | config.h | 68 #define PACKAGE_NAME "EXIF library" macro
|
/external/expat/ |
D | expat_config.h | 63 #define PACKAGE_NAME "expat" macro
|
/external/scrypt/ |
D | config.h | 78 #define PACKAGE_NAME "scrypt" macro
|
/external/libusb/ |
D | config.h | 67 #define PACKAGE_NAME "libusb" macro
|
/external/skia/third_party/yasm/config/win/ |
D | config.h | 119 #define PACKAGE_NAME "yasm" macro
|
/external/flac/ |
D | config.h | 104 #define PACKAGE_NAME "" macro
|
/external/libjpeg-turbo/win/ |
D | jconfigint.h.in | 3 #define PACKAGE_NAME "@CMAKE_PROJECT_NAME@" macro
|
/external/elfutils/ |
D | config.h | 56 #define PACKAGE_NAME "elfutils" macro
|
/external/google-breakpad/ |
D | breakpad.pc.in | 4 includedir=@includedir@/@PACKAGE_NAME@
|
/external/skia/third_party/yasm/config/openbsd/ |
D | config.h | 111 #define PACKAGE_NAME "yasm" macro
|