www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / Makefile
index 8742337..a47ed43 100644 (file)
@@ -1,19 +1,24 @@
 all:
        cp cfm_$(PROFILE)_save cfm
 
-dynamic: all install webuihtml rmwl_html rmvoice_html
+dynamic: all install webuihtml rmwl_html sharedlib rmvoice_html
 
 clean:
        rm -f cfm
 
 
+sharedlib:
+       cp -f util/psi/libpsi_$(PROFILE).so $(INSTALL_DIR)/lib/libpsi.so
+       cp -f util/psi/libpsixml_$(PROFILE).so $(INSTALL_DIR)/lib/libpsixml.so
+
+
 install:
        install -m 755 cfm $(INSTALL_DIR)/bin
        $(STRIP) $(INSTALL_DIR)/bin/cfm
 
 webuihtml:
        mkdir -p $(INSTALL_DIR)/webs
-       cp -f html/*.html html/*.js html/*.gif html/*.css $(INSTALL_DIR)/webs
+       cp -f html/*.html html/*.js html/*.gif html/*.css html/*.jpg $(INSTALL_DIR)/webs
        
 rmwl_html:
 ifneq ($(strip $(WIRELESS)),1)