]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxprop/src/Makefile.in
Added test for sprintf and vsnprintf to fix string.cpp for non-GNU systems.
[wxWidgets.git] / utils / wxprop / src / Makefile.in
index 776e1703c32ae5072290452c3be34e0b0b80f816..7661897fcc19ad307680865b48e8424fb8287f2b 100644 (file)
@@ -37,6 +37,30 @@ all::
 
 clean::
 
 
 clean::
 
+install::
+       @echo "Installing library files and headers for libwx_prop_gtk.."
+       @echo "  Creating directory.."
+       @$(WXBASEDIR)/mkinstalldirs /usr/local/include/wx_prop 
+       @echo "  Copying headers from /include/wx"
+       @cd $(WXBASEDIR)/utils/wxprop/src ; \
+       for f in *.h ; do \
+         rm -f /usr/local/include/wx_prop/$$f ; \
+         $(INSTALL_DATA) $$f /usr/local/include/wx_prop/$$f ; \
+       done
+       @echo "  Copying static library files to /usr/local/lib"
+       @cd $(WXBASEDIR)/lib/$(OS) ; \
+       for f in libwx_prop_gtk.a ; do \
+         rm -f /usr/local/lib/$$f ; \
+         $(INSTALL_DATA) $$f /usr/local/lib/$$f ; \
+       done
+       @echo "  Copying shared libraries to /usr/local/lib"
+       @cd $(WXBASEDIR)/lib/$(OS) ; \
+       for f in libwx_prop_gtk.so* ; do \
+         rm -f /usr/local/lib/$$f ; \
+         $(INSTALL_PROGRAM) $$f /usr/local/lib/$$f ; \
+       done
+
+
 #additional things needed for compile
 ADD_COMPILE= 
 
 #additional things needed for compile
 ADD_COMPILE=