1 Star 0 Fork 40

yuanfeng / EasyCKL

forked from daemon_process / EasyCKL 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GNUmakefile 469 Bytes
一键复制 编辑 原始数据 按行查看 历史
daemon_process 提交于 2017-01-26 17:31 . Fix Bugs
# Copyright daemon_process
OBJS = CKLMain.o CustomizeJS.o CustomizeScheme.o EcPackApi.o FrameApi.o simple_app.o simple_handler.o simple_handler_win.o
FLAGS = -fPIC -D __linux__ -std=c++11 -I./cef_linux
libEasyCKL.so : default $(OBJS)
g++ -shared --pic -o libEasyCKL.so *.o -lcef_dll_wrapper -lcef -lX11 -L./lib_linux
#ar rcs libEasyCKL.a *.o
%.o : %.cpp
g++ -c $< -o $@ $(FLAGS)
default:
ifneq ("out", "$(wildcard out)")
mkdir out
endif
clean:
rm -rf ./out
C++
1
https://gitee.com/yuanfeng1897/EasyCKL.git
git@gitee.com:yuanfeng1897/EasyCKL.git
yuanfeng1897
EasyCKL
EasyCKL
master

搜索帮助