makefile.am

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

AM
42
字号
## Process this file with automake to produce Makefile.in## $Id: Makefile.am,v 1.10 2005/05/21 13:37:31 sjborley Exp $noinst_LIBRARIES = libmisc.alibmisc_a_SOURCES = \		getopt1.c	\		getopt.c	\		getopt.h	\		alloc.c		\		alloc.h		\		dup2.c		\		dup2.h		\		ivars.c		\		ivars.h		\		missing_math.c	\		missing_math.h	\		mktemp.c	\		mktemp.h	\		printnum.c	\		printnum.h	\		string.c	\		stringutil.h	\		tilde.c		\		tilde.h		\		misc_time.c	\		misc_time.h	\		wlist.c	    \		util.c		\		util.h## Note that the getopt files get compiled unconditionnaly but some## magic #define away the body of their own code if the compilation environment## provides an implementation of its own (like GNU libc)INCLUDES = -I$(top_srcdir)/src/includeMAINTAINERCLEANFILES = Makefile.in

⌨️ 快捷键说明

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