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

📄 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.bin_PROGRAMS = webbotwebbot_LDADD = \	$(top_builddir)/Library/src/libwwwinit.la \	$(top_builddir)/Library/src/libwwwapp.la \	$(top_builddir)/Library/src/libwwwhtml.la \	$(top_builddir)/Library/src/libwwwtelnet.la \	$(top_builddir)/Library/src/libwwwnews.la \	$(top_builddir)/Library/src/libwwwhttp.la \	$(top_builddir)/Library/src/libwwwmime.la \	$(top_builddir)/Library/src/libwwwgopher.la \	$(top_builddir)/Library/src/libwwwftp.la \	$(top_builddir)/Library/src/libwwwfile.la \	$(top_builddir)/Library/src/libwwwdir.la \	$(top_builddir)/Library/src/libwwwcache.la \	$(top_builddir)/Library/src/libwwwstream.la \	$(top_builddir)/Library/src/libwwwmux.la \	$(top_builddir)/Library/src/libwwwtrans.la \	$(top_builddir)/Library/src/libwwwcore.la \	$(top_builddir)/Library/src/libwwwutils.la \	-lm @LIBWWWXML@ @LIBWWWZIP@ @LIBWWWWAIS@ @LIBWWWSQL@ @LIBWWWMD5@SUBDIRS = windowsINCLUDES = \	-I$(srcdir)/../../Library/src \	-I$(top_srcdir)/modules/expat/xmlparse#	.h files are distributed but originally are made from the#	self-documenting hypertext files.SUFFIXES = .h .html.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."	@echo "Attempting to generate them using the"	@echo "winConfigure.pl script - it may generate a few warnings."	@echo "**************************************************"	perl $(top_srcdir)/config/winConfigure.pl $(srcdir)    endifwebbot_SOURCES = \	HTRobot.c RobotMain.c RobotTxt.c HTQueue.cBUILT_SOURCES = \	HTRobot.h HTRobMan.h RobotTxt.h HTQueue.hDOCS :=	$(wildcard *.html)EXTRA_DIST = \	$(BUILT_SOURCES) \	$(DOCS) \	robot.shinc: $(BUILT_SOURCES)	@echo Generated built sourcesPURIFY_CACHE = @PURIFY_CACHE@purify: $(webbot_OBJECTS) $(webbot_DEPENDENCIES)	-rm purify; \	purify -cache-dir=$(PURIFY_CACHE) \	$(CC) $(LDFLAGS) -o purify $(webbot_OBJECTS) \	-lm \	../../Library/src/.libs/libwww.a \	../../modules/md5/.libs/libmd5.a \	../../modules/expat/xmlparse/.libs/libxmlparse.a \	../../modules/expat/xmltok/.libs/libxmltok.a \	$(LIBS)

⌨️ 快捷键说明

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