/external/valgrind/main/docs/ |
Makefile.in | 339 distdir: $(DISTFILES) 348 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 355 if test -d "$(distdir)/$$file"; then \ 356 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 359 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 360 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 362 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 364 test -f "$(distdir)/$$file" \ 365 || cp -p $$d/$$file "$(distdir)/$$file" \ 370 top_distdir="$(top_distdir)" distdir="$(distdir)" [all...] |
/frameworks/support/ |
build.gradle | 27 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile() 30 ext.buildNumber = project.ext.distDir.getName() 33 project.ext.distDir = file('../../out/dist') 51 destinationDir project.ext.distDir 101 Files.write(xml, new File(project.ext.distDir, 'repo-extras.xml'), Charsets.UTF_8)
|
/external/libexif/binary/ |
Makefile.in | 258 distdir: $(DISTFILES) 267 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 274 if test -d "$(distdir)/$$file"; then \ 275 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 278 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 279 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 281 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 283 test -f "$(distdir)/$$file" \ 284 || cp -p $$d/$$file "$(distdir)/$$file" \ 289 top_distdir="$(top_distdir)" distdir="$(distdir)" [all...] |
/external/pixman/ |
Makefile.am | 9 distdir="$(distdir)-`date '+%Y%m%d'`"; \ 10 test -d "$(srcdir)/.git" && distdir=$$distdir-`cd "$(srcdir)" && git rev-parse HEAD | cut -c 1-6`; \ 11 $(MAKE) $(AM_MAKEFLAGS) distdir="$$distdir" dist
|
/external/bison/ |
Makefile.in | 238 cscope distdir dist dist-all distcheck 244 distdir = $(PACKAGE)-$(VERSION) 245 top_distdir = $(distdir) 247 if test -d "$(distdir)"; then \ 248 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 249 && rm -rf "$(distdir)" \ 250 || { sleep 5 && rm -rf "$(distdir)"; }; \ 278 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz [all...] |
/external/libcap-ng/libcap-ng-0.7/bindings/ |
Makefile.in | 85 distdir 421 distdir: $(DISTFILES) 430 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 437 if test -d "$(distdir)/$$file"; then \ 438 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 441 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 442 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 444 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 446 test -f "$(distdir)/$$file" \ 447 || cp -p $$d/$$file "$(distdir)/$$file" [all...] |
/external/libexif/contrib/ |
Makefile.in | 79 distdir 430 distdir: $(DISTFILES) 439 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 446 if test -d "$(distdir)/$$file"; then \ 447 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 450 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 451 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 453 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 455 test -f "$(distdir)/$$file" \ 456 || cp -p $$d/$$file "$(distdir)/$$file" [all...] |
/external/libogg/win32/ |
Makefile | 144 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) macro 146 distdir: $(DISTFILES) 152 $(mkinstalldirs) "$(distdir)$$dir"; \ 158 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 160 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 162 test -f $(distdir)/$$file \ 163 || cp -p $$d/$$file $(distdir)/$$file \ 234 distclean distclean-generic distclean-libtool distdir dvi \
|
/external/openfst/src/ |
Makefile.in | 63 distdir 388 distdir: $(DISTFILES) 397 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 404 if test -d "$(distdir)/$$file"; then \ 405 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 408 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 409 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 411 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 413 test -f "$(distdir)/$$file" \ 414 || cp -p $$d/$$file "$(distdir)/$$file" [all...] |
/external/openfst/src/extensions/ |
Makefile.in | 63 distdir 394 distdir: $(DISTFILES) 403 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 410 if test -d "$(distdir)/$$file"; then \ 411 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 414 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 415 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 417 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 419 test -f "$(distdir)/$$file" \ 420 || cp -p $$d/$$file "$(distdir)/$$file" [all...] |
/external/libvorbis/ |
Makefile.am | 36 rm -rf `find $(distdir)/$$item -name .svn`; \
|
/frameworks/multidex/ |
build.gradle | 26 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile() 29 project.ext.distDir = file('../../out/dist') 46 destinationDir project.ext.distDir 96 Files.write(xml, new File(project.ext.distDir, 'repo-extras.xml'), Charsets.UTF_8)
|
/external/chromium_org/third_party/opus/src/doc/ |
Makefile.in | 270 distdir: $(DISTFILES) 279 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 286 if test -d "$(distdir)/$$file"; then \ 287 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 290 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 291 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 293 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 295 test -f "$(distdir)/$$file" \ 296 || cp -p $$d/$$file "$(distdir)/$$file" \ 408 distclean-libtool distdir dvi dvi-am html html-am info info-am [all...] |
/external/elfutils/0.153/config/ |
Makefile.in | 207 distdir: $(DISTFILES) 216 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 223 if test -d "$(distdir)/$$file"; then \ 224 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 227 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 228 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 230 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 232 test -f "$(distdir)/$$file" \ 233 || cp -p $$d/$$file "$(distdir)/$$file" \ 335 distclean-generic distdir dvi dvi-am html html-am info info-am [all...] |
/external/elfutils/0.153/m4/ |
Makefile.in | 206 distdir: $(DISTFILES) 215 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 222 if test -d "$(distdir)/$$file"; then \ 223 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 226 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 227 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 229 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 231 test -f "$(distdir)/$$file" \ 232 || cp -p $$d/$$file "$(distdir)/$$file" \ 334 distclean-generic distdir dvi dvi-am html html-am info info-am [all...] |
/external/libexif/m4m/ |
Makefile.in | 257 distdir: $(DISTFILES) 266 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 273 if test -d "$(distdir)/$$file"; then \ 274 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 277 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 278 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 280 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 282 test -f "$(distdir)/$$file" \ 283 || cp -p $$d/$$file "$(distdir)/$$file" \ 385 distclean distclean-generic distclean-libtool distdir dvi [all...] |
/external/libmtp/doc/ |
Makefile.in | 223 distdir: $(DISTFILES) 232 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 239 if test -d "$(distdir)/$$file"; then \ 240 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 243 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 244 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 246 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 248 test -f "$(distdir)/$$file" \ 249 || cp -p $$d/$$file "$(distdir)/$$file" \ 356 distclean-libtool distdir dvi dvi-am html html-am info info-am [all...] |
/external/libopus/doc/ |
Makefile.in | 270 distdir: $(DISTFILES) 279 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 286 if test -d "$(distdir)/$$file"; then \ 287 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 290 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 291 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 293 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 295 test -f "$(distdir)/$$file" \ 296 || cp -p $$d/$$file "$(distdir)/$$file" \ 408 distclean-libtool distdir dvi dvi-am html html-am info info-am [all...] |
/external/libusb/doc/ |
Makefile.in | 225 distdir: $(DISTFILES) 234 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 241 if test -d "$(distdir)/$$file"; then \ 242 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 245 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 246 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 248 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 250 test -f "$(distdir)/$$file" \ 251 || cp -p $$d/$$file "$(distdir)/$$file" \ 353 distclean distclean-generic distclean-libtool distdir dvi [all...] |
/external/valgrind/main/exp-dhat/tests/ |
Makefile.in | 232 distdir: $(DISTFILES) 241 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 248 if test -d "$(distdir)/$$file"; then \ 249 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 252 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 253 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 255 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 257 test -f "$(distdir)/$$file" \ 258 || cp -p $$d/$$file "$(distdir)/$$file" \ 365 distclean-generic distdir dvi dvi-am html html-am info info-am [all...] |
/external/valgrind/main/lackey/tests/ |
Makefile.in | 237 distdir: $(DISTFILES) 246 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 253 if test -d "$(distdir)/$$file"; then \ 254 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 257 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 258 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 260 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 262 test -f "$(distdir)/$$file" \ 263 || cp -p $$d/$$file "$(distdir)/$$file" \ 370 distclean-generic distdir dvi dvi-am html html-am info info-am [all...] |
/external/google-tv-pairing-protocol/cpp/ |
Makefile.in | 172 distdir dist dist-all distcheck 178 distdir = $(PACKAGE)-$(VERSION) 179 top_distdir = $(distdir) 181 { test ! -d "$(distdir)" \ 182 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 183 && rm -fr "$(distdir)"; }; } 209 DIST_ARCHIVES = $(distdir).tar.gz [all...] |
/external/libogg/doc/ |
Makefile.in | 385 distdir: $(DISTFILES) 397 $(mkdir_p) "$(distdir)$$dir"; \ 403 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 405 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 407 test -f $(distdir)/$$file \ 408 || cp -p $$d/$$file $(distdir)/$$file \ 414 test -d "$(distdir)/$$subdir" \ 415 || $(mkdir_p) "$(distdir)/$$subdir" \ 417 distdir=`$(am__cd) $(distdir) && pwd`; [all...] |
/external/libogg/include/ |
Makefile.in | 353 distdir: $(DISTFILES) 365 $(mkdir_p) "$(distdir)$$dir"; \ 371 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 373 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 375 test -f $(distdir)/$$file \ 376 || cp -p $$d/$$file $(distdir)/$$file \ 382 test -d "$(distdir)/$$subdir" \ 383 || $(mkdir_p) "$(distdir)/$$subdir" \ 385 distdir=`$(am__cd) $(distdir) && pwd`; [all...] |
/external/libvorbis/doc/ |
Makefile.in | 486 distdir: $(DISTFILES) 495 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 503 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 505 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 507 test -f $(distdir)/$$file \ 508 || cp -p $$d/$$file $(distdir)/$$file \ 514 test -d "$(distdir)/$$subdir" \ 515 || $(MKDIR_P) "$(distdir)/$$subdir" \ 517 distdir=`$(am__cd) $(distdir) && pwd`; [all...] |