📄 makefile.am
字号:
## Process this file with Automake to create Makefile.in.bin_PROGRAMS = w3cw3c_LDADD = \ -lm \ ../../Library/src/libwww.la \ ../../modules/md5/libmd5.la \ ../../modules/expat/xmlparse/libxmlparse.la \ ../../modules/expat/xmltok/libxmltok.laSUBDIRS = 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 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) endifw3c_SOURCES = \ HTLine.cBUILT_SOURCES = \ HTLine.hEXTRA_DIST = \ $(BUILT_SOURCES)inc: $(BUILT_SOURCES) @echo Generated built sourcesPURIFY_CACHE = @PURIFY_CACHE@purify: $(w3c_OBJECTS) $(w3c_DEPENDENCIES) -rm purify; \ purify -cache-dir=$(PURIFY_CACHE) \ $(CC) $(LDFLAGS) -o purify $(w3c_OBJECTS) \ ../../Library/src/.libs/libwww.a -lm $(LIBS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -