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

📄 makefile.am

📁 www工具包. 这是W3C官方支持的www支撑库. 其中提供通用目的的客户端的WebAPI: complete HTTP/1.1 (with caching, pipelining, PUT, POS
💻 AM
字号:
## Process this file with Automake to create Makefile.in.LDFLAGS = -version-info "1:0:1"lib_LTLIBRARIES = @WWWSSL@EXTRA_LTLIBRARIES = \	libwwwssl.laSUBDIRS = windows#	.h files are distributed but originally are made from the#	self-documenting hypertext files.SUFFIXES = .h .html .txt.html.h:    ifdef WWW	$(WWW) -w90 -na -p -to text/x-c $(srcdir)/$(*F).html -o $(srcdir)/$(*F).h    else	@echo "**************************************************"	@echo "Need to regenerate one or more .h files but can't find the libwww"	@echo "Line Mode Browser (www). Attempting to generate them using the"	@echo "winConfigure.pl script - it may generate a few warnings."	@echo "**************************************************"	perl $(top_srcdir)/config/winConfigure.pl $(srcdir)    endifinc: $(BUILT_SOURCES)	@echo Generated built sourceslibwwwssl_la_SOURCES = \	WWWSSL.h \	HTSSL.h \	HTSSLMan.h \	HTSSL.c \	HTSSLReader.h \	HTSSLReader.c \	HTSSLWriter.h \	HTSSLWriter.c \	HTSSLhttps.h \	HTSSLhttps.clibwwwssl_la_LDFLAGS = -rpath $(libdir)LDADD = \	libwwwssl.laINCLUDES = \	-I/usr/local/include \	-I${top_srcdir}/modules/md5 \	-I${top_srcdir}/modules/expat/xmlparse \	-I$(top_srcdir)/Library/src \	@SSLINC@BUILT_SOURCES = \	WWWSSL.h \	HTSSL.h \	HTSSLMan.h \	HTSSLReader.h \	HTSSLWriter.h \	HTSSLhttps.hpkginclude_HEADERS = $(BUILT_SOURCES)DOCS :=	$(wildcard *.html)EXTRA_DIST = \	$(BUILT_SOURCES) \	$(DOCS)

⌨️ 快捷键说明

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