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

📄 makedefs.in

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 IN
字号:
# Edit this file to set global include paths, # compiler info and subdirs# Directory sturctureSHELL = @SHELL@srcdir = @srcdir@top_builddir = ../../..top_srcdir = @top_srcdir@subdir = src/xspice/icmmkdir_p = @mkdir_p@uname = $(shell uname)                                                                                # C compiler to useCC = @CC@# 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 = @CFLAGS@ -DCM_WINDOWS else  CFLAGS = @CFLAGS@ -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 = @INSTALL@INSTALL_DATA = @INSTALL_DATA@prefix = @prefix@exec_prefix = @exec_prefix@libdir = @libdir@

⌨️ 快捷键说明

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