Home | History | Annotate | Download | only in uconv

Lines Matching refs:TARGET

42 ## Target information
43 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
94 all-local: $(TARGET) resfiles $(ALL_MAN_FILES)
96 install-local: all-local install-target install-resfiles install-man
98 install-target: all-local
100 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
106 $(RMV) $(OBJECTS) $(TARGET)
115 check-local: $(TARGET)
119 @echo "\"./$(TARGET) -f ibm-37 $(srcdir)/samples/ibm-37-test.txt\""
121 $(INVOKE) ./$(TARGET) -f ibm-37 $(srcdir)/samples/ibm-37-test.txt
139 $(TARGET) : $(OBJECTS) $(UCONVMSG_LIB)