Home
last modified time | relevance | path

Searched refs:TARGET (Results 1 – 10 of 10) sorted by relevance

/tools/tests/resource/
A DMakefile4 TARGET := test-resource macro
7 all: $(TARGET)
10 run: $(TARGET)
11 ./$(TARGET)
15 $(RM) -- *.o $(TARGET) $(DEPS_RM)
24 $(INSTALL_PROG) $(TARGET) $(DESTDIR)$(LIBEXEC)/tests
28 $(RM) -- $(DESTDIR)$(LIBEXEC)/tests/$(TARGET)
43 $(TARGET): test-resource.o
/tools/tests/vpci/
A DMakefile4 TARGET := test_vpci macro
7 all: $(TARGET)
10 run: $(TARGET)
12 ./$(TARGET)
17 $(TARGET): vpci.c vpci.h list.h main.c emul.h
22 rm -rf $(TARGET) *.o *~ vpci.h vpci.c list.h
30 $(INSTALL_PROG) $(TARGET) $(DESTDIR)$(LIBEXEC)/tests
34 $(RM) -- $(DESTDIR)$(LIBEXEC)/tests/$(TARGET)
/tools/tests/paging-mempool/
A DMakefile4 TARGET := test-paging-mempool macro
7 all: $(TARGET)
11 $(RM) -- *.o $(TARGET) $(DEPS_RM)
20 $(INSTALL_PROG) $(TARGET) $(DESTDIR)$(LIBEXEC)/tests
24 $(RM) -- $(DESTDIR)$(LIBEXEC)/tests/$(TARGET)
35 $(TARGET): test-paging-mempool.o
/tools/tests/tsx/
A DMakefile4 TARGET := test-tsx macro
7 all: $(TARGET)
11 $(RM) -- *.o $(TARGET) $(DEPS_RM)
20 $(INSTALL_PROG) $(TARGET) $(DESTDIR)$(LIBEXEC)/tests
24 $(RM) -- $(DESTDIR)$(LIBEXEC)/tests/$(TARGET)
41 $(TARGET): test-tsx.o
/tools/firmware/
A Dovmf-makefile5 TARGET=DEBUG
7 TARGET=RELEASE
22 OvmfPkg/build.sh -a X64 -b $(TARGET) -p OvmfPkg/OvmfXen.dsc; \
23 cp Build/OvmfXen/$(TARGET)_GCC*/FV/OVMF.fd ovmf.bin; \
25 OvmfPkg/build.sh -a X64 -b $(TARGET) -n 4; \
26 cp Build/OvmfX64/$(TARGET)_GCC*/FV/OVMF.fd ovmf.bin; \
A DMakefile5 TARGET := hvmloader/hvmloader macro
50 [ ! -e $(TARGET) ] || $(INSTALL_DATA) $(TARGET) $(INST_DIR)
67 rm -f $(addprefix $(INST_DIR)/, $(notdir $(TARGET)))
/tools/tests/rangeset/
A DMakefile4 TARGET := test-rangeset macro
7 all: $(TARGET)
10 run: $(TARGET)
15 $(RM) -- *.o $(TARGET) $(DEPS_RM) list.h rangeset.h rangeset.c
24 $(INSTALL_PROG) $(TARGET) $(DESTDIR)$(LIBEXEC)/tests
28 $(RM) -- $(addprefix $(DESTDIR)$(LIBEXEC)/tests/,$(TARGET))
/tools/firmware/rombios/32bit/tcgbios/
A DMakefile4 TARGET = tcgbiosext.o macro
11 all: $(TARGET)
15 rm -rf *.o $(TARGET) $(DEPS_RM)
20 $(TARGET): tcgbios.o tpm_drivers.o
/tools/firmware/rombios/32bit/
A DMakefile4 TARGET = 32bitbios_flat.h macro
14 $(MAKE) $(TARGET)
18 rm -rf *.o $(TARGET) $(DEPS_RM)
23 $(TARGET): 32bitbios_all.o
/tools/tests/x86_emulator/
A DMakefile5 TARGET := test_x86_emulator macro
11 run: $(TARGET)
12 ./$(TARGET)
99 TARGET-y := $(TARGET)
104 TARGET-$(shell echo 'int i;' | $(CC) -x c -c -o /dev/null -m$(1) - || echo y) :=
115 ifeq ($(TARGET-y),)
121 all: $(TARGET-y)
258 $(TARGET): $(OBJS)
263 rm -rf $(TARGET) *.o *~ core *.bin x86_emulate
272 $(if $(TARGET-y),$(INSTALL_PROG) $(TARGET-y) $(DESTDIR)$(LIBEXEC)/tests)
[all …]

Completed in 30 milliseconds