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

📄 makefile

📁 支持数字元件仿真的SPICE插件
💻
字号:
# Include global XSPICE selections for CC and other macrosinclude /usr/local/xspice-1-0/include/make.include# Uncomment the appropriate set of three lines below according to# your IPC type.  Use the first if you do not plan to use IPC.#IPC_KIND = IPC_DEBUG_VIA_STDIO#OBJS   =  IPC.o IPCtiein.o IPCstdio.o#CFILES =  IPC.c IPCtiein.c IPCstdio.c#IPC_KIND = IPC_AEGIS_MAILBOXES#OBJS   =  IPC.o IPCtiein.o IPCaegis.o#CFILES =  IPC.c IPCtiein.c IPCaegis.cIPC_KIND = IPC_UNIX_SOCKETSOBJS   =  IPC.o IPCtiein.o IPCsockets.oCFILES =  IPC.c IPCtiein.c IPCsockets.cCFLAGS = -D$(IPC_KIND)TARGET = ../IPCINCLUDE= -I../include.c.o: $*.c	${CC} ${CFLAGS} ${INCLUDE} -c $*.clibrary:  ${TARGET}.a${TARGET}.a:  ${OBJS}	ar r ${TARGET}.a $?	ranlib ${TARGET}.a

⌨️ 快捷键说明

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