make/install.mk

branch
srvctrl
changeset 175
9823770ba4ee
parent 91
fac51f87def0
child 270
4cfaa02055cd
equal deleted inserted replaced
173:63b8d52db390 175:9823770ba4ee
44 cp ../templates/config/mime.types $(INSTALL_DIR)/config/mime.types 44 cp ../templates/config/mime.types $(INSTALL_DIR)/config/mime.types
45 cp ../templates/config/acl.conf $(INSTALL_DIR)/config/acl.conf 45 cp ../templates/config/acl.conf $(INSTALL_DIR)/config/acl.conf
46 sed s:%%WS_HOST%%:$(HOST):g ../templates/config/server.template > $(INSTALL_DIR)/config/server.conf 46 sed s:%%WS_HOST%%:$(HOST):g ../templates/config/server.template > $(INSTALL_DIR)/config/server.conf
47 @echo "copy binaries" 47 @echo "copy binaries"
48 cp ../build/bin/webservd$(APP_EXT) $(INSTALL_DIR)/bin/ 48 cp ../build/bin/webservd$(APP_EXT) $(INSTALL_DIR)/bin/
49 cp ../build/bin/wstool$(APP_EXT) $(INSTALL_DIR)/bin/
49 cp ../build/lib/libucx$(LIB_EXT) $(INSTALL_DIR)/lib/ 50 cp ../build/lib/libucx$(LIB_EXT) $(INSTALL_DIR)/lib/
51 cp ../build/lib/libwscfg$(LIB_EXT) $(INSTALL_DIR)/lib/
50 @echo "copy includes" 52 @echo "copy includes"
51 cp ../src/server/public/nsapi.h $(INSTALL_DIR)/include/nsapi.h 53 cp ../src/server/public/nsapi.h $(INSTALL_DIR)/include/nsapi.h
52 cp ../src/server/public/auth.h $(INSTALL_DIR)/include/auth.h 54 cp ../src/server/public/auth.h $(INSTALL_DIR)/include/auth.h
53 cp ../src/server/public/acl.h $(INSTALL_DIR)/include/acl.h 55 cp ../src/server/public/acl.h $(INSTALL_DIR)/include/acl.h
54 cp ../src/server/public/vfs.h $(INSTALL_DIR)/include/vfs.h 56 cp ../src/server/public/vfs.h $(INSTALL_DIR)/include/vfs.h

mercurial