2 Star 10 Fork 8

yzhu/XUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 566 Bytes
一键复制 编辑 原始数据 按行查看 历史
yzhu 提交于 2021-07-06 22:35 . Port XUI
sinclude scripts/env.mk
W_FLAGS = -Wall -Werror=implicit-function-declaration -Wno-unused-function -Werror=return-type -Wno-unused-but-set-variable -Wno-unused-variable
X_CFLAGS += -std=gnu11 -O3 -g -ggdb $(W_FLAGS) $(shell pkg-config --cflags cairo freetype2 libpng16 sdl2)
X_INCS += include/config/autoconf.h
X_INCDIRS += include platform/x64/include
X_LDFLAGS += $(shell pkg-config --libs cairo freetype2 libpng16 sdl2) -lm
NAME := xui-overview
SRC += overview.c graphic/*.c xui/*.c \
lib/*.c lib/libx/*.c \
driver/*.c platform/x64/ platform/cairo/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/891085309/xui.git
[email protected]:891085309/xui.git
891085309
xui
XUI
master

搜索帮助