⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 支持数字元件仿真的SPICE插件
💻
字号:
# Include global XSPICE selections for CC and other macrosinclude /usr/local/xspice-1-0/include/make.includeCFILES =\	help.c\	provide.c\	readhelp.c\	textdisplay.c\	xdisplay.c \	x11display.cCOBJS =\	help.o\	provide.o\	readhelp.o\	textdisplay.o\	xdisplay.o \	x11display.oHFILES	=\	../include/HLPdefs.h\	../include/CPstd.hTARGET  = ../HLPINCLUDE = -I../include -I/usr/include/X11/Xaw -I/usr/include/X11CFLAGS = LIBX = -L/usr/X11/lib -lXaw -lXt -lXmu -lX11.c.o: $*.c	$(CC) $(CFLAGS) ${INCLUDE} -c $*.call: library help makeindexlibrary:  $(TARGET).a$(TARGET).a: $(COBJS)	ar r $(TARGET).a $?	ranlib $(TARGET).ahelp: helpmain.o library	$(CC) $(CFLAGS) ${INCLUDE} -o help helpmain.o \		$(TARGET).a ../CP.a ${LIBX} -ltermlibmakeindex: makeindex.o	${CC} ${CFLAGS} ${INCLUDES} -o makeindex makeindex.omakeindex.o: makeindex.c

⌨️ 快捷键说明

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