make/install.mk

changeset 91
fac51f87def0
parent 61
c858850f3d3a
child 175
9823770ba4ee
equal deleted inserted replaced
90:279f343bbf6c 91:fac51f87def0
43 cp ../templates/config/obj.conf $(INSTALL_DIR)/config/obj.conf 43 cp ../templates/config/obj.conf $(INSTALL_DIR)/config/obj.conf
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 mv ../work/bin/webservd ../work/bin/webservd.bin 48 cp ../build/bin/webservd$(APP_EXT) $(INSTALL_DIR)/bin/
49 cp ../work/bin/webservd.bin $(INSTALL_DIR)/bin/webservd 49 cp ../build/lib/libucx$(LIB_EXT) $(INSTALL_DIR)/lib/
50 rm ../work/bin/webservd.bin
51 @echo "copy includes" 50 @echo "copy includes"
52 cp ../src/server/public/nsapi.h $(INSTALL_DIR)/include/nsapi.h 51 cp ../src/server/public/nsapi.h $(INSTALL_DIR)/include/nsapi.h
53 cp ../src/server/public/auth.h $(INSTALL_DIR)/include/auth.h 52 cp ../src/server/public/auth.h $(INSTALL_DIR)/include/auth.h
54 cp ../src/server/public/acl.h $(INSTALL_DIR)/include/acl.h 53 cp ../src/server/public/acl.h $(INSTALL_DIR)/include/acl.h
55 cp ../src/server/public/vfs.h $(INSTALL_DIR)/include/vfs.h 54 cp ../src/server/public/vfs.h $(INSTALL_DIR)/include/vfs.h

mercurial