makefile
来自「tinyos-2.x.rar」· 代码 · 共 22 行
TXT
22 行
TOSTHREAD_MAIN=TestCollection.c
CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/universal
CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/
CFLAGS += -I$(TOSDIR)/lib/net/
CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/ctp
CFLAGS += -I$(TOSDIR)/lib/net/ctp -I$(TOSDIR)/lib/net/4bitle
ifneq ($(filter telosb tmote tinynode shimmer iris clean,$(MAKECMDGOALS)),)
include $(MAKERULES)
else
%:
@echo " Sorry, this application only works on platforms with >8kB of RAM (telos, iris, etc.)"
cthreads:
@:
dynthreads:
@:
endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?