📄 makefile.in
字号:
# this is a test. it is only a test. may the goddess have mercy on our souls.# (c) 2004 by Tobias 'knilch' Jordan <knilch@users.sourceforge.net># Today is Prickle-Prickle, the 1st day of Discord in the YOLD 3170PACKAGE_NAME = @PACKAGE_NAME@PACKAGE_VERSION = @PACKAGE_VERSION@CVS_DISCLAIMER_MSG = @CVS_DISCLAIMER_MSG@SHELL = @SHELL@srcdir = @srcdir@top_builddir = ..VPATH = $(srcdir)edit = sed \ -e 's,@''CVS_DISCLAIMER_MSG''@,$(CVS_DISCLAIMER_MSG),g' \ -e 's,@''PACKAGE_NAME''@,$(PACKAGE_NAME),g' \ -e 's,@''PACKAGE_VERSION''@,$(PACKAGE_VERSION),g'all: control changelogcontrol: Makefile $(srcdir)/control.in rm -f control control.tmp $(edit) $(srcdir)/control.in >control.tmp mv control.tmp controlchangelog: Makefile $(srcdir)/changelog.in rm -f changelog changelog.tmp $(edit) $(srcdir)/changelog.in >changelog.tmp mv changelog.tmp changelogdistclean: rm -f MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status# some empty targets to stop automake complainingmostlyclean:clean: mostlycleancheck: alltags ctags id:info dvi ps pdf html:install: allinstall-strip: installinstallcheck:uninstall:maintainer-clean: distclean# yes, no 'dist:' here.# let's hope this is enough..NOEXPORT:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -