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

📄 makefile.am

📁 一个很有名的浏览器
💻 AM
字号:
## Process this file with automake to produce Makefile.in## $Id: Makefile.am,v 1.44.4.2 2005/05/01 22:13:40 jonas Exp $include $(top_srcdir)/Makefile.baseauthobj = auth/auth.o auth/dialogs.o auth/digest.oif CONFIG_CGIcgiobj = file/cgi.oendifif CONFIG_DATAdataobj = data.oendiffileobj = file/file.oif CONFIG_FINGERfingerdir = fingerfingerobj = $(fingerdir)/finger.oendifif CONFIG_FTPftpdir = ftpftpobj = $(ftpdir)/ftp.o $(ftpdir)/parse.oendifif CONFIG_GOPHERgopherdir = gophergopherobj = $(gopherdir)/gopher.oendifhttpobj = http/blacklist.o http/codes.o http/http.oif CONFIG_NNTPnntpdir = nntpnntpobj = $(nntpdir)/connection.o $(nntpdir)/nntp.o $(nntpdir)/response.oendifif CONFIG_SMBsmbdir = smbsmbobj = $(smbdir)/smb.oendifif CONFIG_URI_REWRITErewritedir = rewriterewriteobj = $(rewritedir)/rewrite.oendifSUBDIRS = \ auth \ file \ $(fingerdir) \ $(ftpdir) \ $(gopherdir) \ http \ $(nntpdir) \ $(rewritedir) \ $(smbdir)noinst_LIBRARIES = libprotocol.aEXTRA_libprotocol_a_SOURCES = data.c data.hlibprotocol_a_LIBADD = \ $(authobj) \ $(dataobj) \ $(cgiobj) \ $(fileobj) \ $(fingerobj) \ $(ftpobj) \ $(gopherobj) \ $(httpobj) \ $(nntpobj) \ $(rewriteobj) \ $(smbobj)libprotocol_a_SOURCES = \ about.c \ about.h \ date.c \ date.h \ header.c \ header.h \ protocol.c \ protocol.h \ proxy.c \ proxy.h \ uri.c \ uri.h \ user.c \ user.h

⌨️ 快捷键说明

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