makefile

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

TXT
45
字号
# $Id: Makefile,v 1.8 92/12/09 19:05:15 bill Exp $## Makefile for Code Model directories## Include global XSPICE selections for CC and other macrosinclude /usr/local/xspice-1-0/include/make.includeTARGET = ../../ICM.aINCLUDE = -I. -I../../includeCFLAGS = #-----------------------------------------------------------------------------# Edit the following definition to specify the object files that comprise # your code model. If your code model is completely specified in the # cfunc.mod file, there is no need to edit this definition. # DO NOT include the ifspec.o file. CODE_MODEL_OBJECTS = cfunc.o #-----------------------------------------------------------------------------# DO NOT MODIFY THE FOLLOWING DEFINITIONS:.SUFFIXES: $(SUFFIXES) .mod .ifs.mod.c: 	$(BINDIR)/cmpp -mod $< .ifs.c:	$(BINDIR)/cmpp -ifs.c.o: $*.c	${CC} ${CFLAGS} ${INCLUDE} -c $*.call : ifspec.o $(CODE_MODEL_OBJECTS)	ar r $(TARGET) *.o	ranlib $(TARGET)cfunc.o : cfunc.cifspec.o : ifspec.c

⌨️ 快捷键说明

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