HomeSort by relevance Sort by last modified time
    Searched refs:phony (Results 1 - 14 of 14) sorted by null

  /build/core/
phony_package.mk 2 $(error LOCAL_SRC_FILES are not allowed for phony packages)
main.mk 64 .PHONY: droid
69 .PHONY: FORCE
238 .PHONY: incrementaljavac
449 .PHONY: $(INTERNAL_MODIFIER_TARGETS)
501 .PHONY: GET-INSTALL-PATH
820 .PHONY: prebuilt
826 .PHONY: all_copied_headers
832 .PHONY: files
839 .PHONY: checkbuild
848 .PHONY: ramdis
    [all...]
  /art/build/
Android.cpplint.mk 24 .PHONY: cpplint-art
29 .PHONY: cpplint-art-all
53 LOCAL_MODULE := cpplint-art-phony
  /ndk/sources/host-tools/make-3.81/
filedef.h 85 unsigned int phony:1; /* Nonzero if this is a phony file member in struct:file
86 i.e., a prerequisite of .PHONY. */
remake.c 229 message (1, ((file->phony || file->cmds == 0)
454 if (!file->phony && file->cmds == 0 && !file->tried_implicit)
597 d->changed = ((file->phony && file->cmds != 0)
830 if (file->phony)
854 if ((ran && !file->phony) || touched)
916 if (ran && !d->file->phony)
947 if (file->phony || !file->intermediate)
964 if (!file->phony && file->cmds == 0 && !file->tried_implicit)
    [all...]
file.c 326 MERGE (phony);
628 Also mark the files depended on by .PRECIOUS, .PHONY, .SILENT,
672 for (f = lookup_file (".PHONY"); f != 0; f = f->prev)
676 /* Mark this file as phony nonexistent target. */
677 f2->phony = 1;
911 if (f->phony)
912 puts (_("# Phony target (prerequisite of .PHONY)."));
commands.c 529 /* Delete FILE unless it's precious or not actually a file (phony),
538 if (file->precious || file->phony)
  /external/libutf/
Makefile 119 .phony: all clean nuke install tgz rpm ports
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py 338 # so if the files are missing, they're just considered phony rules.
463 .PHONY: %(default_target)s
473 .PHONY: FORCE_DO_CMD
861 self.WriteLn('.PHONY: all')
    [all...]
  /ndk/build/core/
build-all.mk 30 # These phony targets are used to control various stages of the build
31 .PHONY: all \
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 504 Mailbox phony = buildTestMailbox("different ID", "display name for mailbox"); local
505 assertFalse(Arrays.equals(phony.getHashes(), unparcelled.getHashes()));
  /sdk/adtproductbuild/
Android.mk 37 # Common not-quite-phony rule to perform the eclipse build only once
  /build/core/tasks/
cts.mk 66 # Depend on the full package paths rather than the phony targets to avoid
363 .PHONY: cts
  /art/test/
Android.run-test.mk 470 .PHONY: $$(run_test_rule_name)
480 .PHONY: $$(run_test_rule_name)
504 # Define a phony rule whose purpose is to test its prerequisites.
508 .PHONY: $(1)
    [all...]

Completed in 352 milliseconds