makefile.am

来自「很少见的linux下的红外口的工具」· AM 代码 · 共 31 行

AM
31
字号
## $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 + =
减小字号Ctrl + -
显示快捷键?