Makefile (d7228a58d9438d6f219dc7f33eab0d1980b3bd2f) Makefile (5bfa66bf86d792bbcc76bc09cf99a2ae9d6e0eec)
1TEST_GEN_PROGS := hashchk_test
1TEST_GEN_PROGS := dexcr_test hashchk_test
2TEST_GEN_FILES := lsdexcr
3
4include ../../lib.mk
5include ../flags.mk
6
2TEST_GEN_FILES := lsdexcr
3
4include ../../lib.mk
5include ../flags.mk
6
7CFLAGS += $(KHDR_INCLUDES)
8
7$(OUTPUT)/hashchk_test: CFLAGS += -fno-pie -no-pie $(call cc-option,-mno-rop-protect)
8
9$(TEST_GEN_PROGS): ../harness.c ../utils.c ./dexcr.c
10$(TEST_GEN_FILES): ../utils.c ./dexcr.c
9$(OUTPUT)/hashchk_test: CFLAGS += -fno-pie -no-pie $(call cc-option,-mno-rop-protect)
10
11$(TEST_GEN_PROGS): ../harness.c ../utils.c ./dexcr.c
12$(TEST_GEN_FILES): ../utils.c ./dexcr.c