lmdap_library_ncs_sfun.lmk
来自「m files for SIAM book, Numerical Computi」· LMK 代码 · 共 24 行
LMK
24 行
CC = "c:\program files\matlab\r2007b\sys\lcc\bin\lcc.exe"
LD = "c:\program files\matlab\r2007b\sys\lcc\bin\lcclnk.exe"
LIBCMD = "c:\program files\matlab\r2007b\sys\lcc\bin\lcclib.exe"
CFLAGS = -c -Zp8 -DMATLAB_MEX_FILE -noregistrylookup
LDFLAGS = -s -dll -L"c:\program files\matlab\r2007b\sys\lcc\lib"
LIBFLAGS =
OBJECTS = \
"LMdap_Library_NCS_sfun.obj"\
"c5_LMdap_Library_NCS.obj"\
"c6_LMdap_Library_NCS.obj"\
INCLUDE_PATH= -I"c:\program files\matlab\r2007b\sys\lcc\include" -I"c:\program files\matlab\r2007b\extern\include" -I"c:\program files\matlab\r2007b\simulink\include" -I"c:\program files\matlab\r2007b\stateflow\c\mex\include" -I"c:\program files\matlab\r2007b\stateflow\c\debugger\include" -I"c:\program files\matlab\r2007b\toolbox\eml\lib\dsp" -I"c:\documents and settings\all users\documents\books\numerical computing with simulink\ncs models and m-files\chapter 9\sfprj\build\lmdap_library_ncs\sfun\src" -I"c:\documents and settings\all users\documents\books\numerical computing with simulink\ncs models and m-files\chapter 9"
LMdap_Library_NCS_sfun.lib : $(MAKEFILE) $(OBJECTS)
$(LIBCMD) $(LIBFLAGS) /OUT:LMdap_Library_NCS_sfun.lib *.obj
LMdap_Library_NCS_sfun.obj : "LMdap_Library_NCS_sfun.c"
$(CC) $(CFLAGS) $(INCLUDE_PATH) "LMdap_Library_NCS_sfun.c"
c5_LMdap_Library_NCS.obj : "c5_LMdap_Library_NCS.c"
$(CC) $(CFLAGS) $(INCLUDE_PATH) "c5_LMdap_Library_NCS.c"
c6_LMdap_Library_NCS.obj : "c6_LMdap_Library_NCS.c"
$(CC) $(CFLAGS) $(INCLUDE_PATH) "c6_LMdap_Library_NCS.c"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?