📄 makefile
字号:
# Include global XSPICE selections for CC and other macrosinclude /usr/local/xspice-1-0/include/make.includeCFILES = \EVTaccept.c \EVTbackup.c \EVTcall_hybrids.c \EVTdequeue.c \EVTinit.c \EVTiter.c \EVTload.c \EVTnext_time.c \EVTnode_copy.c \EVTop.c \EVTprint.c \EVTplot.c \EVTqueue.c \EVTsetup.c \EVTdump.c \EVTtermInsert.cCOBJS = \EVTaccept.o \EVTbackup.o \EVTcall_hybrids.o \EVTdequeue.o \EVTinit.o \EVTiter.o \EVTload.o \EVTnext_time.o \EVTnode_copy.o \EVTop.o \EVTprint.o \EVTplot.o \EVTqueue.o \EVTsetup.o \EVTdump.o \EVTtermInsert.oTARGET = ../EVT#----------------------------------------------------------------------------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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -