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

📄 example5_sfun.lmk

📁 《MATLAB仿真技术与应用》配套光盘,本书附送的光盘包含书中的所有例子的源程序、仿真模型、MATLAB常用函数和各种工具箱函数以及本书的电子版内容。
💻 LMK
字号:
CC     = "d:\matlab6p1\sys\lcc\bin\lcc.exe"
LD     = "d:\matlab6p1\sys\lcc\bin\lcclnk.exe"
LIBCMD = "d:\matlab6p1\sys\lcc\bin\lcclib.exe"
CFLAGS = -c -Zp8 -DMATLAB_MEX_FILE -noregistrylookup
LDFLAGS = -s -dll -L"d:\matlab6p1\sys\lcc\lib"
LIBFLAGS = 

OBJECTS = \
	"example5_sfun.obj"\
	"example5_sfun_registry.obj"\
	"example5_sfun_c1.obj"\
	"lccstub.obj"\
	"d:\matlab6p1\sys\lcc\mex\lccdef.def"\
	"d:\matlab6p1\stateflow\c\debugger\lib\win32\sfc_debuglcc.lib"\
	"d:\matlab6p1\stateflow\c\mex\lib\win32\sfc_mexlcc.lib"\
	"d:\matlab6p1\sys\lcc\mex\matlab.lib"\
	"d:\matlab6p1\sys\lcc\mex\libmx.lib"\

INCLUDE_PATH= -I"d:\matlab6p1\sys\lcc\include"  -I"d:\matlab6p1\extern\include"  -I"d:\matlab6p1\simulink\include"  -I"d:\matlab6p1\stateflow\c\mex\include"  -I"d:\matlab6p1\stateflow\c\debugger\include"  -I"e:\matlab仿真技术与高级应用\光盘\第三章\sfprj\build\example5\sfun\src"  -I"e:\matlab仿真技术与高级应用\光盘\第三章" 
 

example5_sfun.dll : $(MAKEFILE) $(OBJECTS)
	$(LD) $(LDFLAGS) -o example5_sfun.dll @example5_sfun.lmko
example5_sfun.obj :	"example5_sfun.c"
	$(CC) $(CFLAGS) $(INCLUDE_PATH) "example5_sfun.c"
example5_sfun_registry.obj :	"example5_sfun_registry.c"
	$(CC) $(CFLAGS) $(INCLUDE_PATH) "example5_sfun_registry.c"
example5_sfun_c1.obj :	"example5_sfun_c1.c"
	$(CC) $(CFLAGS) $(INCLUDE_PATH) "example5_sfun_c1.c"
lccstub.obj :	"d:\matlab6p1\sys\lcc\mex\lccstub.c"
	$(CC) $(CFLAGS) $(INCLUDE_PATH) "d:\matlab6p1\sys\lcc\mex\lccstub.c"

⌨️ 快捷键说明

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