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

📄 makefile.am

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 AM
字号:
## Process this file with automake to produce Makefile.innoinst_LIBRARIES = libcmaths.alibcmaths_a_SOURCES = \		cmath.h		\		cmath1.c	\		cmath1.h	\		cmath2.c	\		cmath2.h	\		cmath3.c	\		cmath3.h	\		cmath4.c	\		cmath4.h## Test programs fail to build on Windowsif !WINDOWS noinst_PROGRAMS = test_cx_mag test_cx_j test_cx_ph test_cx_ph_SOURCES = \		test_cx_ph.ctest_cx_ph_LDADD = \		libcmaths.a \		../../misc/libmisc.atest_cx_mag_SOURCES = \		test_cx_mag.ctest_cx_mag_LDADD = \		libcmaths.a \		../../misc/libmisc.atest_cx_j_SOURCES = \		test_cx_j.ctest_cx_j_LDADD = \		libcmaths.a \		../../misc/libmisc.aTESTS = test_cx_mag test_cx_j test_cx_phendif !WINDOWSINCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/maths/polyMAINTAINERCLEANFILES = Makefile.in

⌨️ 快捷键说明

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