Home
last modified time | relevance | path

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

12345678910>>...16

/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/ImageMagick/
DMakefile.am319 DIST_WINDOWS_SRC_ZIP=$(PACKAGE_NAME)-$(PACKAGE_VERSION)$(PACKAGE_VERSION_ADDENDUM)-windows.zip
324 DIST_WINDOWS_SRC_7ZIP=$(PACKAGE_NAME)-$(PACKAGE_VERSION)$(PACKAGE_VERSION_ADDENDUM)-windows.7z
329 if test -d $(PACKAGE_NAME)-$(PACKAGE_VERSION)$(PACKAGE_VERSION_ADDENDUM) ; then \
330 chmod -R u+w $(PACKAGE_NAME)-$(PACKAGE_VERSION)$(PACKAGE_VERSION_ADDENDUM) ; \
331 rm -rf $(PACKAGE_NAME)-$(PACKAGE_VERSION)$(PACKAGE_VERSION_ADDENDUM) ; \
333 …git clone git@git.imagemagick.org:repos/ImageMagick.git $(PACKAGE_NAME)-$(PACKAGE_VERSION)$(PACKAG…
336 …$(ZIP) -r -9 -q $(DIST_WINDOWS_SRC_ZIP) $(PACKAGE_NAME)-$(PACKAGE_VERSION)$(PACKAGE_VERSION_ADDEN…
340 …$(P7ZIP) a -t7z -mx=9 $(DIST_WINDOWS_SRC_7ZIP) $(PACKAGE_NAME)-$(PACKAGE_VERSION)$(PACKAGE_VERSION…
343 rm -rf $(PACKAGE_NAME)-$(PACKAGE_VERSION)$(PACKAGE_VERSION_ADDENDUM)
363 …$(RPMDIR)/$(RPMARCH)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)$(PACKAGE_VERSION_ADDENDUM)-$(PACKAGE_RELEA…
[all …]
Dversion.sh8 PACKAGE_NAME='ImageMagick'
25 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
/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/python/cpython2/Modules/_ctypes/libffi/
Dlibffi.pc.in5 includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
7 Name: @PACKAGE_NAME@
/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/swiftshader/third_party/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/icu4j/main/classes/core/src/com/ibm/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;
151 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/icu/android_icu4j/src/main/java/android/icu/impl/
DICUData.java39 static final String PACKAGE_NAME = "icudt" + VersionInfo.ICU_DATA_VERSION_PATH; field in ICUData
43 public static final String ICU_BUNDLE = "data/" + PACKAGE_NAME;
153 if (logBinaryDataFromInputStream && is != null && resourceName.indexOf(PACKAGE_NAME) >= 0) { in checkStreamForBinaryData()
/external/strace/m4/
Dax_code_coverage.m4163 # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
166 # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
189 # The generated report will be titled using the $(PACKAGE_NAME) and
195 CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
196 CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage
242 …VERAGE_OUTPUT_FILE).tmp" --test-name "$(call code_coverage_sanitize,$(PACKAGE_NAME)-$(PACKAGE_VERS…
245 …Y)) --output-directory "$(CODE_COVERAGE_OUTPUT_DIRECTORY)" --title "$(PACKAGE_NAME)-$(PACKAGE_VERS…
/external/harfbuzz_ng/win32/
Dconfig.h.win32.in139 #define PACKAGE_NAME "@PACKAGE_NAME@"
142 #define PACKAGE_STRING "@PACKAGE_NAME@ @PACKAGE_VERSION@"
/external/python/cpython2/Modules/expat/
Dwatcomconfig.h25 #define PACKAGE_NAME "expat" macro
/external/python/cpython2/Modules/_ctypes/libffi/include/
DMakefile.am8 includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
/external/libcap-ng/
Dconfig.h60 #define PACKAGE_NAME "libcap-ng" macro
/external/libusb-compat/
Dconfig.h58 #define PACKAGE_NAME "libusb-compat" macro
/external/libexif/
Dconfig.h68 #define PACKAGE_NAME "EXIF library" macro
/external/iptables/
Dconfig.h63 #define PACKAGE_NAME "iptables" macro
/external/expat/
Dexpat_config.h63 #define PACKAGE_NAME "expat" macro
/external/scrypt/
Dconfig.h78 #define PACKAGE_NAME "scrypt" macro
/external/libjpeg-turbo/
Djconfigint.h25 #define PACKAGE_NAME "libjpeg-turbo" macro
/external/flac/
Dconfig.h104 #define PACKAGE_NAME "" macro

12345678910>>...16