makefile.am

来自「excel to html」· AM 代码 · 共 24 行

AM
24
字号
## Process this file with automake to produce Makefile.inEXTRA_DIST = README ChangeLog TODO THANKS Test.xls Test.html xlhtml.1 INCLUDES = -I../colenoinst_PROGRAMS = xldump xlcdumpnoinst_SCRIPTS = xls-handler gpdemoman_MANS = xlhtml.1bin_SCRIPTS = nsopen nsxlviewbin_PROGRAMS = xlhtmlLDADD = ../cole/libcole.axlhtml_SOURCES = xlhtml.c xldump_SOURCES = xldump.c xlcdump_SOURCES = xlcdump.c AM_CFLAGS = -Wall -Wshadow -Wcast-align -Wpointer-arith doc:	@echo Generating documentation...	doxygen doxygen.conf	@echo done.distclean:	rm -rf doc

⌨️ 快捷键说明

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