| | |
| | | |
| | | |
| | | # 开源工具包 |
| | | #LDLIBS += -lusgcommon |
| | | LDLIBS += -lusgcommon |
| | | |
| | | #-I$(ROOT)/include/usgcommon |
| | | |
| | |
| | | |
| | | #-lusgcommon |
| | | # 开源工具包 |
| | | LDLIBS += -lshm_queue -lpthread |
| | | LDLIBS += -lshm_queue -lpthread -lusgcommon |
| | | |
| | | #-I$(ROOT)/include/usgcommon |
| | | INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include -I./include/usgcommon |
| | | INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include -I${ROOT}/include/usgcommon |
| | | |
| | | |
| | | PROGS = ${DEST}/test_net_mod_socket |
| | |
| | | |
| | | # 开源工具包 |
| | | #-lusgcommon |
| | | LDLIBS += -lshm_queue -lpthread |
| | | LDLIBS += -lshm_queue -lpthread -lusgcommon |
| | | |
| | | INCLUDES += -I${ROOT}/src -I${ROOT}/src/queue -I${ROOT}/src/socket -I${ROOT}/src/common/include -I$(ROOT)/include/usgcommon |
| | | |