📄 makefile
字号:
# Include global XSPICE selections for CC and other macrosinclude /usr/local/xspice-1-0/include/make.includeCFILES = DCdiveq.c\ SMPaddElt.c\ SMPcClear.c\ SMPcLUfac.c\ SMPcReorder.c\ SMPcSolve.c\ SMPclear.c\ SMPcolSwap.c\ SMPcProdDiag.c\ SMPdestroy.c\ SMPfillup.c\ SMPfindElt.c\ SMPgetError.c\ SMPluFac.c\ SMPmakeElt.c\ SMPmatSize.c\ SMPnewMatrix.c\ SMPnewNode.c\ SMPpreOrder.c\ SMPprint.c\ SMPreorder.c\ SMProwSwap.c\ SMPsolve.cCOBJS = DCdiveq.o\ SMPaddElt.o\ SMPcClear.o\ SMPcLUfac.o\ SMPcReorder.o\ SMPcSolve.o\ SMPclear.o\ SMPcolSwap.o\ SMPcProdDiag.o\ SMPdestroy.o\ SMPfillup.o\ SMPfindElt.o\ SMPgetError.o\ SMPluFac.o\ SMPmakeElt.o\ SMPmatSize.o\ SMPnewMatrix.o\ SMPnewNode.o\ SMPpreOrder.o\ SMPprint.o\ SMPreorder.o\ SMProwSwap.o\ SMPsolve.oTARGET = ../SMP#----------------------------------------------------------------------------INCLUDE=-I../includeCFLAGS = .c.o: $*.c ${CC} ${CFLAGS} ${INCLUDE} -c $*.clibrary: ${TARGET}.a${TARGET}.a: ${COBJS} ar r ${TARGET}.a $? ranlib ${TARGET}.a
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -