makefile.am

来自「MANTIS是由科罗拉多大学开发的传感器网络嵌入式操作系统。 这是mantis」· AM 代码 · 共 27 行

AM
27
字号
noinst_LIBRARIES = lib_kernel_generic.alib_kernel_generic_a_SOURCES = msched.c cond.c mem.c mutex.c rwlock.c \				semaphore.c tlist.c clock.c node_id.c#Gonna need a platform hereAM_CPPFLAGS = \  -I$(top_srcdir)/src/mos/sys/include \  -I$(top_srcdir)/src/mos/share/include \  -I$(top_srcdir)/src/tools/shell \  -I$(top_srcdir)/src/mos/share/include \  -I$(top_srcdir)/src/mos/kernel/include \  -I$(top_srcdir)/src/mos/kernel/micro/include \  -I$(top_srcdir)/src/lib/include \  -I$(top_srcdir)/src/mos/com/include \  -I$(top_srcdir)/src/mos/dev/includeif ARCH_AVRAM_CPPFLAGS += -I$(top_srcdir)/src/mos/kernel/avr/includeendifif ARCH_MSP430AM_CPPFLAGS += -I$(top_srcdir)/src/mos/kernel/msp430/includeendifSUBDIRS =

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?