wangzhengquan
2020-06-12 114c53f58d535d9fab158ed669646a0aae5f078a
service/Makefile
@@ -14,12 +14,15 @@
PLATFORM=$(shell $(ROOT)/systype.sh)
include $(ROOT)/Make.defines.$(PLATFORM)
all: netdisk_service client test
all: netdisk_service test_client test test_queue test_properties
netdisk_service: $(ROOT)/device/hcnetdisk.c
netdisk_service: $(ROOT)/device/hcnetdisk.c $(ROOT)/device/netdisk_factory.c login_store.c request_handler.c properties_config.c
test: $(ROOT)/device/hcnetdisk.c
test_properties: properties_config.c
clean:
   rm -f test *.o a.out core temp.* *.a *.so