makefile.am

来自「ngspice又一个电子CAD仿真软件代码.功能更全」· AM 代码 · 共 34 行

AM
34
字号
## Process this file with automake to produce Makefile.innoinst_LIBRARIES = libciderinput.alibciderinput_a_SOURCES = 	\		bdryset.c	\		boundary.c	\		cards.c		\		contact.c	\		contset.c	\		domain.c	\		domnset.c	\		doping.c	\		dopset.c	\		elctset.c	\		electrod.c	\		material.c	\		matlset.c	\		mesh.c		\		meshset.c	\		method.c	\		mobility.c	\		mobset.c	\		models.c	\		modlset.c	\		options.c	\		outpset.c	\		output.c	EXTRA_DIST = readmeINCLUDES = -I$(top_srcdir)/src/includeMAINTAINERCLEANFILES = Makefile.in

⌨️ 快捷键说明

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