📄 makefile.am
字号:
## $Id: Makefile.am,v 5.8 2001/11/20 15:12:32 ranty Exp $## Process this file with automake to produce Makefile.in ## Makefile.am, (c)1999 Tom Wheeley <tw104@york.ac.uk>## we need version 1.4 of automake for DIST_SUBDIRS to work.AUTOMAKE_OPTIONS = 1.4 check-newsEXTRA_DIST = setup.sh ANNOUNCE TODO## daemons/ and tools/ should appear before doc/ for help2man to work.SUBDIRS = drivers daemons tools doc## From automake documentation:## Note that EXTRA_DIST can only handle files in the current## directory; files in other directories will cause make dist runtime## failures.dist-hook: for f in contrib remotes; do \ cp -pr $(srcdir)/$$f $(distdir)/$$f; done rm -r `find $(distdir) -name "CVS"` -rcs2log >$(distdir)/ChangeLogdist-bz2: dist gunzip -c @PACKAGE@-@VERSION@.tar.gz | bzip2 >@PACKAGE@-@VERSION@.tar.bz2DISTCLEANFILES = configure.sh .setup.configCLEANFILES = *~ remotes/*~ contrib/*~
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -