makefile.am
来自「www工具包. 这是W3C官方支持的www支撑库. 其中提供通用目的的客户端的W」· AM 代码 · 共 78 行
AM
78 行
## 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 + =
减小字号Ctrl + -
显示快捷键?