📄 makefile.am
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -