📄 makefile.am
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -