makefile

来自「支持数字元件仿真的SPICE插件」· 代码 · 共 63 行

TXT
63
字号
# Include global XSPICE selections for CC and other macrosinclude /usr/local/xspice-1-0/include/make.includeCFILES = \		DEVsupport.cCOBJS = \		DEVsupport.oSUBDIRS = \		ASRC\		BJT\		BSIM\		CAP\		CCCS\		CCVS\		CSW\		DIO\		IND\		ISRC\		JFET\		MES\		MOS1\		MOS2\		MOS3\		RES\		SW\		TRA\		URC\		VCCS\		VCVS\		VSRCTARGET= ../DEVINCLUDE= -I../includeCFLAGS = .c.o: $*.c	${CC} ${CFLAGS} ${INCLUDE} -c $*.call: ${SUBDIRS} librarylibrary: ${TARGET}.a${TARGET}.a: ${COBJS}	ar r ${TARGET}.a $?	ranlib ${TARGET}.a${SUBDIRS}: dummy.make	cd $@; \		make	dummy.make:	true

⌨️ 快捷键说明

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