makefile.am
来自「harvest是一个下载html网页得机器人」· AM 代码 · 共 32 行
AM
32 行
## Process this file with automake to produce Makefile.inEXTRA_DIST = README ChangeLog TODO THANKS Test.xls Test.html xlhtml.1 INCLUDES = -I../cole -I$(srcdir)/../cole# noinst_PROGRAMS = xldump xlcdump# noinst_SCRIPTS = xls-handler gpdemo# man_MANS = xlhtml.1# bin_SCRIPTS = nsopen nsxlview# bin_PROGRAMS = xlhtmlnoinst_PROGRAMS = xlhtmlLDADD = ../cole/libcole.axlhtml_SOURCES = support.c xlhtml.c html.c ascii.c xml.c # xldump_SOURCES = xldump.c # xlcdump_SOURCES = xlcdump.c AM_CFLAGS = -Wall -Wshadow -Wcast-align -Wpointer-arith support.o: version.htooldir = $(prefix)/lib/gathererinstall-exec-local: $(noinst_PROGRAMS) $(mkinstalldirs) $(DESTDIR)$(tooldir) $(INSTALL_PROGRAM) $(noinst_PROGRAMS) $(DESTDIR)$(tooldir)doc: @echo Generating documentation... doxygen doxygen.conf @echo done.distclean: rm -rf doc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?