bluetooth_lib2_sfun.lmk

来自「在matlab的simulink中实现的无线蓝牙模块」· LMK 代码 · 共 24 行

LMK
24
字号
CC     = "d:\matlab6p5p1\sys\lcc\bin\lcc.exe"
LD     = "d:\matlab6p5p1\sys\lcc\bin\lcclnk.exe"
LIBCMD = "d:\matlab6p5p1\sys\lcc\bin\lcclib.exe"
CFLAGS = -c -Zp8 -DMATLAB_MEX_FILE -noregistrylookup
LDFLAGS = -s -dll -L"d:\matlab6p5p1\sys\lcc\lib"
LIBFLAGS = 

OBJECTS = \
	"bluetooth_lib2_sfun.obj"\
	"bluetooth_lib2_sfun_c4.obj"\
	"bluetooth_lib2_sfun_c5.obj"\

INCLUDE_PATH= -I"d:\matlab6p5p1\sys\lcc\include"  -I"d:\matlab6p5p1\extern\include"  -I"d:\matlab6p5p1\simulink\include"  -I"d:\matlab6p5p1\stateflow\c\mex\include"  -I"d:\matlab6p5p1\stateflow\c\debugger\include"  -I"d:\matlab6p5p1\work\bluetooth_all\sfprj\build\bluetooth_lib2\sfun\src"  -I"d:\matlab6p5p1\work\bluetooth_all" 
 

bluetooth_lib2_sfun.lib : $(MAKEFILE) $(OBJECTS)
	$(LIBCMD) $(LIBFLAGS) /OUT:bluetooth_lib2_sfun.lib *.obj
bluetooth_lib2_sfun.obj :	"bluetooth_lib2_sfun.c"
	$(CC) $(CFLAGS) $(INCLUDE_PATH) "bluetooth_lib2_sfun.c"
bluetooth_lib2_sfun_c4.obj :	"bluetooth_lib2_sfun_c4.c"
	$(CC) $(CFLAGS) $(INCLUDE_PATH) "bluetooth_lib2_sfun_c4.c"
bluetooth_lib2_sfun_c5.obj :	"bluetooth_lib2_sfun_c5.c"
	$(CC) $(CFLAGS) $(INCLUDE_PATH) "bluetooth_lib2_sfun_c5.c"

⌨️ 快捷键说明

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