⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 indent为linux下代码自动格式化工具
💻 AM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -