/xen/ |
A D | Makefile | 234 .PHONY: distclean 241 .PHONY: distclean-xen 242 distclean-xen: 243 $(MAKE) -C xen distclean 245 .PHONY: distclean-tools 246 distclean-tools: 249 .PHONY: distclean-stubdom 250 distclean-stubdom: 257 .PHONY: distclean-docs 258 distclean-docs: [all …]
|
/xen/tools/tests/mce-test/ |
A D | Makefile | 1 .PHONY: all clean distclean 9 distclean: target 10 $(MAKE) -C tools distclean
|
/xen/tools/ocaml/libs/ |
A D | Makefile | 22 .PHONY: distclean 23 distclean: subdirs-distclean target
|
/xen/tools/ocaml/ |
A D | Makefile | 27 .PHONY: distclean 28 distclean: subdirs-distclean target
|
/xen/tools/firmware/ |
A D | Makefile | 85 .PHONY: distclean 86 distclean: subdirs-distclean target 88 subdir-distclean-etherboot: .phony 89 $(MAKE) -C etherboot distclean 91 subdir-distclean-ovmf-dir: .phony 94 subdir-distclean-seabios-dir: .phony
|
/xen/tools/debugger/gdbsx/ |
A D | Makefile | 15 .PHONY: distclean 16 distclean: clean target 17 set -e; for d in xg gx; do $(MAKE) -c $$d distclean; done
|
/xen/tools/firmware/rombios/32bit/ |
A D | Makefile | 20 .PHONY: distclean 21 distclean: subdirs-distclean target
|
/xen/tools/xenstat/ |
A D | Makefile | 8 .PHONY: all install clean distclean uninstall 10 all install clean distclean uninstall: %: subdirs-% target
|
/xen/tools/flask/ |
A D | Makefile | 7 .PHONY: all clean install distclean uninstall 8 all clean install distclean uninstall: %: subdirs-% target
|
/xen/tools/fuzz/ |
A D | Makefile | 8 .PHONY: all clean distclean install uninstall 9 all clean distclean install uninstall: %: subdirs-% target
|
/xen/tools/hotplug/ |
A D | Makefile | 9 .PHONY: all clean install distclean uninstall 10 all clean install distclean uninstall: %: subdirs-% target
|
/xen/tools/golang/ |
A D | Makefile | 19 .PHONY: distclean 20 distclean: clean target
|
/xen/tools/libfsimage/ |
A D | Makefile | 15 .PHONY: distclean 16 distclean: clean target
|
/xen/tools/debugger/gdbsx/gx/ |
A D | Makefile | 14 .PHONY: distclean 15 distclean: clean target
|
/xen/tools/tests/xenstore/ |
A D | Makefile | 21 .PHONY: distclean 22 distclean: clean target
|
/xen/tools/console/testsuite/ |
A D | Makefile | 16 .PHONY: distclean 17 distclean: clean target
|
/xen/tools/firmware/xen-dir/ |
A D | Makefile | 62 $(MAKE) -C $(D)/xen distclean 72 .PHONY: distclean clean 73 distclean clean: target
|
/xen/tools/tests/mem-sharing/ |
A D | Makefile | 23 .PHONY: distclean 24 distclean: clean target
|
/xen/tools/tests/ |
A D | Makefile | 19 .PHONY: all clean install distclean uninstall 20 all clean distclean install uninstall: %: subdirs-% target
|
/xen/tools/tests/mce-test/tools/ |
A D | Makefile | 20 .PHONY: distclean 21 distclean: clean target
|
/xen/tools/firmware/rombios/32bit/tcgbios/ |
A D | Makefile | 17 .PHONY: distclean 18 distclean: clean target
|
/xen/tools/debugger/gdbsx/xg/ |
A D | Makefile | 37 .PHONY: distclean 38 distclean: clean target
|
/xen/tools/xenpmd/ |
A D | Makefile | 21 .PHONY: distclean 22 distclean: clean target
|
/xen/tools/tests/xen-access/ |
A D | Makefile | 25 .PHONY: distclean 26 distclean: clean target
|
/xen/tools/fuzz/cpu-policy/ |
A D | Makefile | 11 .PHONY: distclean 12 distclean: clean target
|