makefile.am

来自「indent为linux下代码自动格式化工具」· AM 代码 · 共 37 行

AM
37
字号
AUTOMAKE_OPTIONS = 1.2 gnitsbin_PROGRAMS = indentindent_SOURCES = indent.c args.c backup.c comments.c lexi.c parse.c globs.c io.c output.cnoinst_HEADERS = indent.h args.h backup.h comments.h lexi.h parse.h globs.h io.h output.h sys.h libgettext.hindent_LDADD =  $(INTLLIBS)EXTRA_DIST = @PACKAGE@.gperf @PACKAGE@-cc.gperf wildexp.c gperf.c gperf-cc.c \	     @PACKAGE@.dsp \	     config.h.vc++ \	     config.h.vmsBUILT_SOURCES = gperf.c gperf-cc.cINCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intlDEFS = @DEFS@ -DLOCALEDIR=\"${localedir}\"LIBS = @LIBINTL@ @LIBS@MAINTAINERCLEANFILES= Makefile.ingperf.c: indent.gperf	gperf -D -c -l -p -t -T -g -j1 -o -K rwd -N is_reserved indent.gperf > gperf.cgperf-cc.c: indent-cc.gperf	gperf -D -c -l -p -t -T -g -j1 -o -K rwd -N is_reserved_cc -H hash_cc indent-cc.gperf > gperf-cc.cif MAINTAINER_MODEconfig.h.vc++ config.h.vms @PACKAGE@.lsm :%: Makefile %.in	sed -e 's%!VERSION!%@VERSION@%g' $@.in > $@@PACKAGE@.dsp: @PACKAGE@.dsp.in	cat $< | perl -e 'while (<>) {chomp; print "$$_\015\012"; }'  > $@endif

⌨️ 快捷键说明

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