📄 bluetooth_full_duplex_sfun.lmk
字号:
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_full_duplex_sfun.obj"\
"bluetooth_full_duplex_sfun_registry.obj"\
"lccstub.obj"\
"D:\MATLAB6p5p1\work\bluetooth_all\bluetooth_lib2_sfun.lib"\
"d:\matlab6p5p1\sys\lcc\mex\lccdef.def"\
"d:\matlab6p5p1\stateflow\c\debugger\lib\win32\sfc_debuglcc.lib"\
"d:\matlab6p5p1\stateflow\c\mex\lib\win32\sfc_mexlcc.lib"\
"d:\matlab6p5p1\extern\lib\win32\lcc\libmex.lib"\
"d:\matlab6p5p1\extern\lib\win32\lcc\libmx.lib"\
"d:\matlab6p5p1\extern\lib\win32\lcc\libfixedpoint.lib"\
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_full_duplex\sfun\src" -I"d:\matlab6p5p1\work\bluetooth_all"
bluetooth_full_duplex_sfun.dll : $(MAKEFILE) $(OBJECTS)
$(LD) $(LDFLAGS) -o bluetooth_full_duplex_sfun.dll @bluetooth_full_duplex_sfun.lmko
bluetooth_full_duplex_sfun.obj : "bluetooth_full_duplex_sfun.c"
$(CC) $(CFLAGS) $(INCLUDE_PATH) "bluetooth_full_duplex_sfun.c"
bluetooth_full_duplex_sfun_registry.obj : "bluetooth_full_duplex_sfun_registry.c"
$(CC) $(CFLAGS) $(INCLUDE_PATH) "bluetooth_full_duplex_sfun_registry.c"
lccstub.obj : "d:\matlab6p5p1\sys\lcc\mex\lccstub.c"
$(CC) $(CFLAGS) $(INCLUDE_PATH) "d:\matlab6p5p1\sys\lcc\mex\lccstub.c"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -