📄 auto_netcon_sfun.lmk
字号:
CC = "c:\matlab\sys\lcc\bin\lcc.exe"
LD = "c:\matlab\sys\lcc\bin\lcclnk.exe"
LIBCMD = "c:\matlab\sys\lcc\bin\lcclib.exe"
CFLAGS = -c -Zp8 -DMATLAB_MEX_FILE -noregistrylookup
LDFLAGS = -s -dll -L"c:\matlab\sys\lcc\lib"
LIBFLAGS =
OBJECTS = \
"auto_netcon_sfun.obj"\
"auto_netcon_sfun_registry.obj"\
"auto_netcon_sfun_c1.obj"\
"netcon.obj"\
"lccstub.obj"\
"c:\matlab\sys\lcc\mex\lccdef.def"\
"c:\matlab\stateflow\c\debugger\lib\win32\sfc_debuglcc.lib"\
"c:\matlab\stateflow\c\mex\lib\win32\sfc_mexlcc.lib"\
"c:\matlab\extern\lib\win32\lcc\libmex.lib"\
"c:\matlab\extern\lib\win32\lcc\libmx.lib"\
"c:\matlab\extern\lib\win32\lcc\libfixedpoint.lib"\
INCLUDE_PATH= -I"c:\matlab\sys\lcc\include" -I"c:\matlab\extern\include" -I"c:\matlab\simulink\include" -I"c:\matlab\stateflow\c\mex\include" -I"c:\matlab\stateflow\c\debugger\include" -I"e:\rfid\simulation\projects\pie coding\stf_prj\net_convenc\sfprj\build\auto_netcon\sfun\src" -I"e:\rfid\simulation\projects\pie coding\stf_prj\net_convenc"
auto_netcon_sfun.dll : $(MAKEFILE) $(OBJECTS)
$(LD) $(LDFLAGS) -o auto_netcon_sfun.dll @auto_netcon_sfun.lmko
auto_netcon_sfun.obj : "auto_netcon_sfun.c"
$(CC) $(CFLAGS) $(INCLUDE_PATH) "auto_netcon_sfun.c"
auto_netcon_sfun_registry.obj : "auto_netcon_sfun_registry.c"
$(CC) $(CFLAGS) $(INCLUDE_PATH) "auto_netcon_sfun_registry.c"
auto_netcon_sfun_c1.obj : "auto_netcon_sfun_c1.c"
$(CC) $(CFLAGS) $(INCLUDE_PATH) "auto_netcon_sfun_c1.c"
netcon.obj : "e:\rfid\simulation\projects\pie coding\stf_prj\net_convenc\netcon.C"
$(CC) $(CFLAGS) $(INCLUDE_PATH) "e:\rfid\simulation\projects\pie coding\stf_prj\net_convenc\netcon.C"
lccstub.obj : "c:\matlab\sys\lcc\mex\lccstub.c"
$(CC) $(CFLAGS) $(INCLUDE_PATH) "c:\matlab\sys\lcc\mex\lccstub.c"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -