Home
last modified time | relevance | path

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

12345678910>>...28

/external/libpng/scripts/
Dmakefile.cegcc29 PACKAGE = $(NAME)-$(VER)
44 @rm -rf $(PACKAGE)/ $(PACKAGE)-bin/ $(PACKAGE)-dev/
48 @rm -rf $(PACKAGE)-bin*
49 @rm -rf $(PACKAGE)-dev*
53 @cp -R ../src/$(PACKAGE) .
55 @mkdir -p $(PACKAGE)-bin/bin
56 @mkdir -p $(PACKAGE)-bin/manifest
57 @mkdir -p $(PACKAGE)-dev/lib/pkgconfig
58 @mkdir -p $(PACKAGE)-dev/include/$(NAME)$(VERMAJ)$(VERMIN)
59 @mkdir -p $(PACKAGE)-dev/manifest
[all …]
/external/bison/build-aux/
Dgendocs.sh131 PACKAGE=
157 if test -z "$PACKAGE"; then
158 PACKAGE=$1
170 base=$PACKAGE
178 PACKAGE=$base
179 elif test -s "$srcdir/$PACKAGE.texinfo"; then
180 srcfile=$srcdir/$PACKAGE.texinfo
181 elif test -s "$srcdir/$PACKAGE.texi"; then
182 srcfile=$srcdir/$PACKAGE.texi
183 elif test -s "$srcdir/$PACKAGE.txi"; then
[all …]
/external/dhcpcd-6.8.2/
Ddefs.h30 #define PACKAGE "dhcpcd" macro
34 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
37 # define SCRIPT LIBEXECDIR "/" PACKAGE "-run-hooks"
40 # define DEVDIR LIBDIR "/" PACKAGE "/dev"
43 # define DUID SYSCONFDIR "/" PACKAGE ".duid"
46 # define SECRET SYSCONFDIR "/" PACKAGE ".secret"
49 # define LEASEFILE DBDIR "/" PACKAGE "-%s%s%s.lease"
55 # define PIDFILE RUNDIR "/" PACKAGE "%s%s%s.pid"
58 # define CONTROLSOCKET RUNDIR "/" PACKAGE "%s%s.sock"
61 # define UNPRIVSOCKET RUNDIR "/" PACKAGE ".unpriv.sock"
[all …]
/external/curl/packages/Win32/cygwin/
DMakefile.am27 $(cygwintmp)$(datadir)/doc/$(PACKAGE)-$(VERSION) \
28 $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/libcurl \
29 $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/examples \
34 $(cygwintmp)$(datadir)/doc/Cygwin/$(PACKAGE)-$(VERSION)-$(CYGBUILD).README
36 $(cygwintmp)$(datadir)/doc/$(PACKAGE)-$(VERSION) ; pwd
37 cd $(cygwintmp)$(datadir)/doc/$(PACKAGE)-$(VERSION) ; rm *.1 Makefile*
41 $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/libcurl
43 $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/examples
44 rm $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/examples/Makefile*
46 $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/examples
[all …]
/external/e2fsprogs/intl/
DMakefile.in19 PACKAGE = @PACKAGE@
305 $(Q) if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
320 $(Q) if test "$(PACKAGE)" = "gettext-tools" \
362 $(Q) if test "$(PACKAGE)" = "gettext-tools"; then \
389 if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
395 if test "$(PACKAGE)" = "gettext-tools" \
407 if test "$(PACKAGE)" = "gettext-tools"; then \
423 if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
431 if test "$(PACKAGE)" = "gettext-tools" \
463 if test "$(PACKAGE)" = "gettext-tools"; then \
[all …]
Dref-add.sin26 s/ @PACKAGE@ / @PACKAGE@ /
28 s/ $/ @PACKAGE@ /
/external/libvncserver/
DMakefile.am18 $(PACKAGE)-$(VERSION).tar.gz: dist
22 rpm: $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).spec
23 cp $(PACKAGE)-$(VERSION).tar.gz @RPMSOURCEDIR@
24 rpmbuild -ba $(PACKAGE).spec
/external/protobuf/more_tests/
DMakefile21 PACKAGE=protobuf.tar.gz macro
23 src: $(PACKAGE)
24 tar zxvf $(PACKAGE)
25 mv `basename $(PACKAGE) .tar.gz` src
/external/selinux/policycoreutils/load_policy/
Dload_policy.c16 #ifndef PACKAGE
17 #define PACKAGE "policycoreutils" /* the name of this package lang translation */ macro
32 bindtextdomain(PACKAGE, LOCALEDIR); in main()
33 textdomain(PACKAGE); in main()
/external/cmockery/cmockery_0_1_2/packages/
Drpm.sh13 PACKAGE="$1"
15 fullname="${PACKAGE}-${VERSION}"
51 --define "NAME $PACKAGE" \
72 mv "$RPM_SOURCE_DIR"/*/"${PACKAGE}"-*"${VERSION}"*.rpm "$destdir"
Ddeb.sh14 PACKAGE="$1"
33 archive="$(basename "$(ls -1 ${topdir}/$PACKAGE*.tar.gz | tail -n 1)" .tar.gz)"
35 echo "Cannot find ../$PACKAGE*.tar.gz. Run \"make dist\" first." 1>&2
/external/libmojo/third_party/markupsafe/
Dget_markupsafe.sh7 PACKAGE='MarkupSafe'
16 SRC_URL+="${PACKAGE:0:1}/$PACKAGE/$PACKAGE-$VERSION.tar.gz"
22 BUILD_DIR="$PACKAGE-$VERSION"
/external/libmojo/third_party/jinja2/
Dget_jinja2.sh9 PACKAGE='Jinja2'
18 SRC_URL+="${PACKAGE:0:1}/$PACKAGE/$PACKAGE-$VERSION.tar.gz"
24 BUILD_DIR="$PACKAGE-$VERSION"
/external/selinux/policycoreutils/run_init/
Drun_init.c63 #ifndef PACKAGE
64 #define PACKAGE "policycoreutils" /* the name of this package lang translation */ macro
353 bindtextdomain(PACKAGE, LOCALEDIR);
354 textdomain(PACKAGE);
/external/libogg/win32/
DMakefile.in36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
95 PACKAGE = @PACKAGE@
144 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
/external/bison/lib/
Dref-add.sin24 s/ @PACKAGE@ / @PACKAGE@ /
26 s/ $/ @PACKAGE@ /
/external/valgrind/
Dvalgrind.spec.in2 Name: @PACKAGE@
10 Source: @PACKAGE@-@VERSION@.tar.bz2
24 %setup -n @PACKAGE@-@VERSION@
/external/libjpeg-turbo/release/
Duninstall.in34 PACKAGE=@PKGNAME@
35 MACPACKAGE=com.$PACKAGE.$PACKAGE
36 RECEIPT=/Library/Receipts/$PACKAGE.pkg
102 rmdir /Library/Documentation/$PACKAGE 2>&1 || EXITSTATUS=-1
/external/bison/djgpp/
DMakefile.maint27PACKAGE=`grep "^[ ]*PACKAGE=" $(top_srcdir)/configure | sed -e 's/^[ ]*PACKAGE=//' -e s/[\"\']//…
32 -e "s/@V@/$${PACKAGE}-$${VERSION}/g" \
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
Dsetup.sh25 PACKAGE=$3
62 BISECT_PACKAGE=${PACKAGE}
/external/netperf/doc/examples/
DMakefile.in18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
84 PACKAGE = @PACKAGE@
/external/netperf/src/missing/m4/
DMakefile.in18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
84 PACKAGE = @PACKAGE@
/external/libxml2/macos/src/
Dconfig-mac.h9 #define PACKAGE macro
139 #define PACKAGE macro
/external/ImageMagick/m4/
Dax_prefix_config_h.m422 # OUTPUT-HEADER = $PACKAGE-config.h
23 # PREFIX = $PACKAGE
31 # AM_INIT_AUTOMAKE(testpkg, 0.1.1) # makes #undef VERSION and PACKAGE
122 AC_CONFIG_COMMANDS(m4_default([$1], [$PACKAGE-config.h]),[dnl
131 _OUT=`echo m4_default([$1], [$PACKAGE-config.h])`
133 _PKG=`echo m4_default([$2], [$PACKAGE])`
203 ],[PACKAGE="$PACKAGE"])])
/external/libvncserver/libvncserver/
DMakefile.am66 $(PACKAGE)-$(VERSION).tar.gz: dist
69 rpm: $(PACKAGE)-$(VERSION).tar.gz libvncserver.spec
70 cp $(PACKAGE)-$(VERSION).tar.gz @RPMSOURCEDIR@

12345678910>>...28