/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
D | PHONY | 8 $details = "This makefile in this test declares the target clean to be a \n" 9 ."PHONY target. We then create a file named \"clean\" in the \n" 11 ."clean should still execute because of it's phony status."; 19 print MAKEFILE ".PHONY : clean \n"; 21 print MAKEFILE "\t\@echo This makefile did not clean the dir ... good\n"; 22 print MAKEFILE "clean: \n"; 23 print MAKEFILE "\t$delete_command $example clean\n"; 31 # Create a file named "clean". This is the same name as the target clean 34 &touch("clean"); 36 $answer = "$delete_command $example clean\n"; [all …]
|
D | FORCE | 12 print MAKEFILE "clean: FORCE\n"; 13 print MAKEFILE "\t$delete_command clean\n"; 21 # Create a file named "clean". This is the same name as the target clean 24 &touch("clean"); 26 $answer = "$delete_command clean\n"; 27 &run_make_with_options($makefile,"clean",&get_logfile);
|
D | SILENT | 7 $details = "This test is the same as the clean test except that it should\n" 16 print MAKEFILE ".SILENT : clean\n"; 17 print MAKEFILE "clean: \n"; 27 &run_make_with_options($makefile,"clean",&get_logfile,0);
|
D | clean | 15 print MAKEFILE "\t\@echo This makefile did not clean the dir... good\n"; 16 print MAKEFILE "clean: \n"; 29 $answer = "This makefile did not clean the dir... good\n"; 35 &run_make_with_options($makefile,"clean",&get_logfile,0);
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | Makefile.ami | 57 .PHONY: clean realclean glob-clean glob-realclean distclean 58 clean glob-clean: 60 distclean glob-realclean: clean
|
D | Makefile.in | 242 clean-noinstLIBRARIES: 368 clean-generic: 373 maintainer-clean-generic: 376 clean: clean-am 378 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am 383 distclean-am: clean-am distclean-compile distclean-generic \ 406 maintainer-clean: maintainer-clean-am 409 maintainer-clean-am: distclean-am maintainer-clean-generic 425 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 426 clean-noinstLIBRARIES ctags distclean distclean-compile \ [all …]
|
D | SMakefile | 57 .PHONY: clean realclean glob-clean glob-realclean distclean 58 clean glob-clean: 60 distclean glob-realclean: clean
|
/ndk/build/core/ |
D | build-all.mk | 35 clean clean-objs-dir \ 36 clean-executables clean-libraries \ 37 clean-installed-modules \ 38 clean-installed-binaries
|
D | setup-toolchain.mk | 164 clean-installed-binaries:: 184 $(NDK_APP_GDBSERVER): clean-installed-binaries 206 $(NDK_APP_GDBSETUP): clean-installed-binaries
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | echoing | 10 $details = "This test is similar to the 'clean' test except that a '\@' has\n" 15 ."echoed message. Secondly, make is run with the clean target, \n" 18 ."for. Third, we give the clean target again except this time\n" 34 print MAKEFILE "\techo This makefile did not clean the dir... good\n"; 35 print MAKEFILE "clean: \n"; 48 $answer = "echo This makefile did not clean the dir... good\n" 49 ."This makefile did not clean the dir... good\n"; 56 &run_make_with_options($makefile,"clean",&get_logfile,0); 65 &run_make_with_options($makefile,"-n clean",&get_logfile,0); 74 $answer = "This makefile did not clean the dir... good\n";
|
/ndk/sources/host-tools/make-3.81/config/ |
D | Makefile.in | 278 clean-generic: 283 maintainer-clean-generic: 286 clean: clean-am 288 clean-am: clean-generic mostlyclean-am 292 distclean-am: clean-am distclean-generic 314 maintainer-clean: maintainer-clean-am 316 maintainer-clean-am: distclean-am maintainer-clean-generic 332 .PHONY: all all-am check check-am clean clean-generic distclean \ 337 maintainer-clean maintainer-clean-generic mostlyclean \
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | Makefile.in | 304 maintainer-clean-vti: 352 maintainer-clean-aminfo: 418 clean-generic: 424 maintainer-clean-generic: 427 clean: clean-am 429 clean-am: clean-generic mostlyclean-am 433 distclean-am: clean-am distclean-generic 485 maintainer-clean: maintainer-clean-am 487 maintainer-clean-am: distclean-am maintainer-clean-aminfo \ 488 maintainer-clean-generic maintainer-clean-vti [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-C | 6 This test is similar to the clean test except that this test creates the file 15 all: ; \@echo This makefile did not clean the dir ... good 16 clean: ; $delete_command EXAMPLE\$(ext) 25 "-C $workdir clean", 53 "-C $workdir/ clean ext=slash",
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | Makefile | 240 clean-noinstLIBRARIES: 424 clean-generic: 429 maintainer-clean-generic: 432 clean: clean-am target 434 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am 439 distclean-am: clean-am distclean-compile distclean-generic \ 462 maintainer-clean: maintainer-clean-am 465 maintainer-clean-am: distclean-am maintainer-clean-generic 481 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 482 clean-noinstLIBRARIES ctags distclean distclean-compile \ [all …]
|
D | Makefile.in | 240 clean-noinstLIBRARIES: 424 clean-generic: 429 maintainer-clean-generic: 432 clean: clean-am 434 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am 439 distclean-am: clean-am distclean-compile distclean-generic \ 462 maintainer-clean: maintainer-clean-am 465 maintainer-clean-am: distclean-am maintainer-clean-generic 481 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 482 clean-noinstLIBRARIES ctags distclean distclean-compile \ [all …]
|
/ndk/tests/abcc/jni/mman-win32/ |
D | Makefile | 42 clean:: target 45 distclean: clean 48 .PHONY: clean distclean install test
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | wildcard | 13 [a-z0-9].example. Lastly we clean up all of the files using 21 .PHONY: print1 print2 clean 27 clean: 76 &run_make_with_options($makefile,"clean",&get_logfile);
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texi2dvi | 79 clean= 146 -c | --c*) clean=t;; 158 clean=t 501 if test "$clean" = t; then 580 test "$clean" = t \ 635 if test -n "$clean"; then
|
/ndk/tests/build/ndk-build-unit-tests/ |
D | build.sh | 5 $NDK/ndk-build NDK_UNIT_TESTS=1 clean
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | Makefile.in | 677 maintainer-clean-vti: 761 maintainer-clean-aminfo: 871 clean-generic: 876 maintainer-clean-generic: 879 clean: clean-am 881 clean-am: clean-generic mostlyclean-am 885 distclean-am: clean-am distclean-generic 990 maintainer-clean: maintainer-clean-am 992 maintainer-clean-am: distclean-am maintainer-clean-aminfo \ 993 maintainer-clean-generic maintainer-clean-vti [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | Makefile.ami | 244 .PHONY: clean realclean distclean mostlyclean 245 clean: glob-clean 248 distclean: clean glob-realclean 257 mostlyclean: clean 259 .PHONY: glob-clean glob-realclean 260 glob-clean glob-realclean:
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | Makefile.in | 125 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 126 distclean-recursive maintainer-clean-recursive 689 clean-noinstLIBRARIES: 696 clean-noinstLTLIBRARIES: 814 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 970 clean-generic: 977 maintainer-clean-generic: 982 clean: clean-recursive 984 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \ 990 distclean-am: clean-am distclean-compile distclean-generic \ [all …]
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | Makefile.in | 105 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 106 distclean-recursive maintainer-clean-recursive 685 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 952 clean-generic: 957 maintainer-clean-generic: 960 clean: clean-recursive 962 clean-am: clean-generic mostlyclean-am 967 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags 995 maintainer-clean: maintainer-clean-recursive 999 maintainer-clean-am: distclean-am maintainer-clean-generic [all …]
|
/ndk/build/tools/toolchain-patches/gcc/ |
D | 0004-Rename-libstdc++.so-to-libgnustl_shared.so.patch | 29 @@ -596,6 +596,9 @@ clean-toolexeclibLTLIBRARIES: 52 @@ -544,6 +544,9 @@ clean-toolexeclibLTLIBRARIES: 75 @@ -552,6 +552,9 @@ clean-toolexeclibLTLIBRARIES:
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | Makefile.in | 763 clean-checkPROGRAMS: 1031 clean-generic: 1037 maintainer-clean-generic: 1040 clean: clean-am 1042 clean-am: clean-checkPROGRAMS clean-generic mostlyclean-am 1047 distclean-am: clean-am distclean-compile distclean-generic \ 1078 maintainer-clean: maintainer-clean-am 1081 maintainer-clean-am: distclean-am maintainer-clean-generic 1099 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ 1100 clean-checkPROGRAMS clean-generic ctags distclean \ [all …]
|