Makefile (5bfa66bf86d792bbcc76bc09cf99a2ae9d6e0eec) Makefile (f88723a609787254f7645eb6ac261b8363e8a5bc)
1TEST_GEN_PROGS := dexcr_test hashchk_test
1TEST_GEN_PROGS := dexcr_test hashchk_test
2TEST_GEN_FILES := lsdexcr
2TEST_GEN_FILES := lsdexcr chdexcr
3
4include ../../lib.mk
5include ../flags.mk
6
7CFLAGS += $(KHDR_INCLUDES)
8
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
3
4include ../../lib.mk
5include ../flags.mk
6
7CFLAGS += $(KHDR_INCLUDES)
8
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