⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bluetooth_lib2_sfun.lmk

📁 在matlab的simulink中实现的无线蓝牙模块
💻 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_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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -