Makefile (bdb07f35a52f40c461c7da06ddcbaca1950fb9e0) | Makefile (a16e472c3546ba0b8a4be265c008d02ef6aed899) |
---|---|
1TEST_GEN_PROGS := hashchk_test | 1TEST_GEN_PROGS := hashchk_test |
2TEST_GEN_FILES := lsdexcr |
|
2 3include ../../lib.mk 4 5$(OUTPUT)/hashchk_test: CFLAGS += -fno-pie $(call cc-option,-mno-rop-protect) 6 7$(TEST_GEN_PROGS): ../harness.c ../utils.c ./dexcr.c | 3 4include ../../lib.mk 5 6$(OUTPUT)/hashchk_test: CFLAGS += -fno-pie $(call cc-option,-mno-rop-protect) 7 8$(TEST_GEN_PROGS): ../harness.c ../utils.c ./dexcr.c |
9$(TEST_GEN_FILES): ../utils.c ./dexcr.c |
|