📄 makefile.tpl
字号:
# $Id: Makefile.tpl,v 1.10 92/12/09 18:41:23 bill Exp $## Makefile for Code Model directories### Copyright 1992# Georgia Tech Research Corporation# All Rights Reserved.# This material may be reproduced by or for the U.S. Government# pursuant to the copyright license under the clause at DFARS# 252.227-7013 (Oct. 1988)## Include global XSPICE selections for CC and other macrosinclude /usr/local/xspice-1-0/include/make.includeINCLUDE = -I. -I$(ROOT)/include/simCFLAGS = -g#-----------------------------------------------------------------------------# 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)cfunc.o : cfunc.cifspec.o : ifspec.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -