📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inEXTRA_DIST = README ChangeLog TODO THANKS test.ppt ppthtml.1INCLUDES = -I../cole -I$(srcdir)/../cole# noinst_PROGRAMS = pptdump # man_MANS = ppthtml.1# bin_SCRIPTS = nspptview# bin_PROGRAMS = ppthtmlnoinst_PROGRAMS = ppthtmlLDADD = ../cole/libcole.appthtml_SOURCES = ppthtml.c AM_CFLAGS = -Wall -Wshadow -Wcast-align -Wpointer-arith tooldir = $(prefix)/lib/gathererinstall-exec-local: $(noinst_PROGRAMS) $(mkinstalldirs) $(DESTDIR)$(tooldir) $(INSTALL_PROGRAM) $(noinst_PROGRAMS) $(DESTDIR)$(tooldir)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -