Lines Matching refs:OUTPUT
22 TEST_CUSTOM_PROGS := $(OUTPUT)/test_sgx
23 TEST_FILES := $(OUTPUT)/test_encl.elf
25 all: $(TEST_CUSTOM_PROGS) $(OUTPUT)/test_encl.elf
28 $(OUTPUT)/test_sgx: $(OUTPUT)/main.o \
29 $(OUTPUT)/load.o \
30 $(OUTPUT)/sigstruct.o \
31 $(OUTPUT)/call.o \
32 $(OUTPUT)/sign_key.o
35 $(OUTPUT)/main.o: main.c
38 $(OUTPUT)/load.o: load.c
41 $(OUTPUT)/sigstruct.o: sigstruct.c
44 $(OUTPUT)/call.o: call.S
47 $(OUTPUT)/sign_key.o: sign_key.S
50 $(OUTPUT)/test_encl.elf: test_encl.c test_encl_bootstrap.S
54 $(OUTPUT)/test_encl.elf \
55 $(OUTPUT)/load.o \
56 $(OUTPUT)/call.o \
57 $(OUTPUT)/main.o \
58 $(OUTPUT)/sigstruct.o \
59 $(OUTPUT)/test_sgx \
60 $(OUTPUT)/test_sgx.o \