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

📄 makefile.am

📁 一个很有名的浏览器
💻 AM
字号:
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -