Searched refs:TEST_C (Results 1 – 1 of 1) sorted by relevance
35 TEST_C := $(TEST_A:%.t.a.c=%.t.c) macro36 TEST_OBJ := $(TEST_C:%.t.c=%.t.o)37 TEST_DEP := $(TEST_C:%.t.c=%.t.d)38 TEST_CI := $(TEST_C:%.t.c=%.t.ci)39 TEST_GCNO := $(TEST_C:%.t.c=%.t.gcno)40 TEST_GCDA := $(TEST_C:%.t.c=%.t.gcda)566 rm -f $(TEST_C)