代码拉取完成,页面将自动刷新
# 此文件由makeobj.sh自动生成
############################################################
# 项目名 :
# 模块名 :
# 备 注 :
############################################################
###### 源文件配置区
#@ c_FILE
c_FILE = \
IDL_restserver_conf.dsc.c \
publib.c \
main.c \
tcpmain.c \
process_http_request.c \
c_FILE2 = \
list.c \
LOGC.c \
rest_server_context.c \
rest_service_controler.c \
restserver_api.c \
###### 目标文件、安装目录配置区
include makeinstall
BIN = restserver
BININST = $(_BININST)
NOINST_OBJ = sizeof
LIB = librestserver_api.so
LIBINST = $(_LIBINST)
HDER = \
LOGC.h \
restserver_api.h \
HDERINST = $(HOME)/include/restserver
###### 编译选项
CFLAGS = $(_CFLAGS) \
-I$(HOME)/include/fasterjson \
-I$(HOME)/include/fasterhttp \
-I$(HOME)/include/tcpdaemon \
-std=gnu99 \
CPPFLAGS = $(_CFLAGS) \
###### 链接选项
LFLAGS = $(_LFLAGS) \
-L$(HOME) \
-lfasterjson \
-lfasterhttp \
-ltcpdaemon \
-ldl \
###### 额外宏定义区
CLEAN_ADDITION =
PREMAKE =
###### 加载mktpl模板库
#@ make_all
#@ make_clean_test
#@ make_clean
#@ make_install
#@ make_install_BININST
#@ make_install_HDERINST
#@ make_install_DFTHDERINST
#@ make_uninstall
#@ make_uninstall_BININST
#@ make_uninstall_HDERINST
#@ make_uninstall_DFTHDERINST
include $(MKTPL2_HOME)/makeobj_$(MKTPL2_OS).inc
###### 目标文件依赖关系
restserver : $(c_FILE_o) librestserver_api.so
$(CC) -o $@ $(c_FILE_o) librestserver_api.so $(LFLAGS)
librestserver_api.so : $(c_FILE2_o)
$(CC) -o $@ $(c_FILE2_o) $(SOFLAGS) $(LFLAGS)
sizeof : sizeof.o
$(CC) -o $@ sizeof.o $(LFLAGS)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。