2 Star 8 Fork 6

三三物联网/ssiot-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
wzhchen 提交于 2023-06-08 16:23 . 初始版本
APP_TOPDIR = $(shell pwd)
APP_OUTDIR ?= $(APP_TOPDIR)/out
APP_OBJ := $(APP_OUTDIR)/obj
APP_DESTROOT := $(APP_OUTDIR)/install
RELEASE_DIR := $(CUR_DIR)/release
APP_DESTBIN := $(APP_DESTROOT)/usr/sbin
export APP_TOPDIR APP_OBJ APP_APPDIR APP_PREBUILD APP_DESTROOT APP_DESTBIN
include config.mk
APP_CFLAGS := -I$(APP_TOPDIR)/include -O2
APP_LDFLAGS := -lpthread -lm
export APP_CFLAGS APP_LDFLAGS
subdir-y := demo
include $(APP_TOPDIR)/rule.mk
$(eval $(call build_subdir,$(subdir-y)))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/sansaniot/ssiot-sdk.git
git@gitee.com:sansaniot/ssiot-sdk.git
sansaniot
ssiot-sdk
ssiot-sdk
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385