makefile
来自「支持数字元件仿真的SPICE插件」· 代码 · 共 73 行
TXT
73 行
# 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 + =
减小字号Ctrl + -
显示快捷键?