ICU-2628 Stop installing the test framework. This doesn't need to be distributed.

X-SVN-Rev: 11502
This commit is contained in:
George Rhoten 2003-04-10 17:51:25 +00:00
parent f6cef37345
commit 2002d5154b

View file

@ -66,17 +66,18 @@ all-local: $(ALL_TARGETS)
install-local: install-library
install-library: all-local
$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
ifneq ($(ENABLE_STATIC),)
$(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir)/$(TARGET)
endif
ifneq ($(ENABLE_SHARED),)
$(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir)/$(FINAL_SO_TARGET)
ifneq ($(FINAL_SO_TARGET),$(SO_TARGET))
cd $(DESTDIR)$(libdir) && $(RM) $(MIDDLE_SO_TARGET) && ln -s $(FINAL_SO_TARGET) $(MIDDLE_SO_TARGET)
cd $(DESTDIR)$(libdir) && $(RM) $(SO_TARGET) && ln -s $(FINAL_SO_TARGET) $(SO_TARGET)
endif
endif
#echo This doesn't need to be installed normally
# $(MKINSTALLDIRS) $(DESTDIR)$(libdir)
#ifneq ($(ENABLE_STATIC),)
# $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir)/$(TARGET)
#endif
#ifneq ($(ENABLE_SHARED),)
# $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir)/$(FINAL_SO_TARGET)
#ifneq ($(FINAL_SO_TARGET),$(SO_TARGET))
# cd $(DESTDIR)$(libdir) && $(RM) $(MIDDLE_SO_TARGET) && ln -s $(FINAL_SO_TARGET) $(MIDDLE_SO_TARGET)
# cd $(DESTDIR)$(libdir) && $(RM) $(SO_TARGET) && ln -s $(FINAL_SO_TARGET) $(SO_TARGET)
#endif
#endif
dist-local: