X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=userapps%2Fbroadcom%2Fcfm%2FMakefile;h=a47ed43f94db79355ed92c204c6db75818da8365;hb=6adeba4d92a546ebbadde2562283ee6b984b22c1;hp=874233734808cfed8d4b3266931f034d91d05f4f;hpb=a2d96664d0ef34bb8bed0eb7c011b47dff43c340;p=bcm963xx.git diff --git a/userapps/broadcom/cfm/Makefile b/userapps/broadcom/cfm/Makefile index 87423373..a47ed43f 100644 --- a/userapps/broadcom/cfm/Makefile +++ b/userapps/broadcom/cfm/Makefile @@ -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)