makefile.am

来自「一个很有名的浏览器」· AM 代码 · 共 28 行

AM
28
字号
## Process this file with automake to produce Makefile.in## $Id: Makefile.am,v 1.2 2004/05/28 11:55:26 jonas Exp $include $(top_srcdir)/Makefile.baseif CONFIG_BZIP2bzip2obj	= bzip2.oendifif CONFIG_GZIPgzipobj		= gzip.oendifnoinst_LIBRARIES = libencoding.aEXTRA_libencoding_a_SOURCES = \ bzip2.c \ bzip2.h \ gzip.c \ gzip.hlibencoding_a_LIBADD = $(bzip2obj) $(gzipobj)libencoding_a_SOURCES = \ encoding.c \ encoding.h

⌨️ 快捷键说明

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