1TEST_GEN_PROGS := hashchk_test 2TEST_GEN_FILES := lsdexcr 3 4include ../../lib.mk 5include ../flags.mk 6 7$(OUTPUT)/hashchk_test: CFLAGS += -fno-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 11