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

📄 makefile.am

📁 www工具包
💻 AM
字号:
## Process this file with Automake to create Makefile.in.all:	@echo "**************************************************"	@echo "The line mode browser is not currently compiled as"	@echo "the changes to the HText interface hasn't been"	@echo "integrated into the line mode browser code."	@echo "Your help is greatly appreciated!"	@echo "**************************************************"EXTRA_PROGRAMS = www		# Should be www_PROGRAMSwww_LDADD = \	../../Library/src/libwww.la \	../../PICS-client/src/libpics.a \	../../modules/md5/libmd5.la \	../../modules/expat/xmltok/libxmltok.la \	../../modules/expat/xmlparse/libxmlparse.la \	-lm @A_STDIO@SUBDIRS = windows vmsINCLUDES = \	-I$(srcdir)/../../Library/src \	-I$(top_srcdir)/modules/expat/xmlparse \	-I$(srcdir)/../../PICS-client/src#	.h files are distributed but originally are made from the#	self-documenting hypertext files.SUFFIXES = .g .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)    endif.g.c:	-$(RM) $(srcdir)/$(*F).c	$(LN_S) $(srcdir)/$(*F).g $(srcdir)/$(*F).cwww_SOURCES = \	HTBrowse.c	GridText.c	ConView.c \	GridStyle.c	DefaultStyles.cBUILT_SOURCES = \	HTBrowse.h	GridStyle.h	GridText.h \	HTFont.h	a_stdio.cEXTRA_www_SOURCES = \	a_stdio.g \	a_stdio.hinc: $(BUILT_SOURCES)	@echo Generated built sourcesPURIFY_CACHE = @PURIFY_CACHE@purify: $(www_OBJECTS) $(www_DEPENDENCIES)	-rm purify; \	purify -cache-dir=$(PURIFY_CACHE) \	$(CC) $(LDFLAGS) -o purify $(www_OBJECTS) \	../../Library/src/.libs/libwww.a -lm $(LIBS)# need the WAIS library and the cyrrilic support!EXTRA_DIST = \	$(BUILT_SOURCES) \	DefaultStyles.c.classic \	DefaultStyles.c.modern

⌨️ 快捷键说明

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