Lines Matching defs:TARGET
29 # Name of your target
30 TARGET=legacy
35 CLEANFILES=*~ $(TARGET).out
42 all: $(TARGET) $(ICU_INC)
51 -$(RMV) $(OBJECTS) $(TARGET)
56 $(TARGET): $(OBJECTS)
60 check: $(TARGET)
61 $(INVOKE) ./$(TARGET) | tee $(TARGET).out
64 report: $(TARGET).report
66 $(TARGET).report: check $(TARGET).cpp
67 more $(TARGET).cpp $(TARGET).out > $@