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

📄 makedefs

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻
字号:
# Edit this file to set global include paths, # compiler info and subdirs# Directory sturctureSHELL = /bin/shsrcdir = .top_builddir = ../../..top_srcdir = ../../..subdir = src/xspice/icmmkdir_p = mkdir -p --uname = $(shell uname)                                                                                # C compiler to useCC = gcc# Spice header include pathINCLUDES = -I$(TOPDIR)$(top_srcdir)/src/include -I$(TOPDIR)$(top_builddir)# CFLAGS to use hereifeq "$(strip $(uname))" "MINGW32_NT-5.0"   CFLAGS = -g -O2 -Wall  -DCM_WINDOWS else  CFLAGS = -g -O2 -Wall  -fPIC -DCM_LINUXendif# Path to the cmpp utilityCMPP = $(TOPDIR)$(top_builddir)/src/xspice/cmpp/cmpp# Flags to use when linking shared libraryifeq "$(strip $(uname))" "Darwin"LDFLAGS = -bundle -flat_namespace -undefined suppresselseLDFLAGS = -sharedendif# The codemodels to makeCMDIRS = spice2poly digital analog xtradev xtraevt# Install instructions# or use mkdir -p#mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsmkinstalldirs = $(mkdir_p)INSTALL = /usr/bin/install -cINSTALL_DATA = ${INSTALL} -m 644prefix = /usr/localexec_prefix = ${prefix}libdir = ${exec_prefix}/lib

⌨️ 快捷键说明

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