makefile.am
来自「lustre 1.6.5 source code」· AM 代码 · 共 26 行
AM
26 行
# Copyright (C) 2001 Cluster File Systems, Inc.## This code is issued under the GNU General Public License.# See the file COPYING in this distributionsbinscripts = lc_servip lustre_up14 lustre_rmmod# These are scripts that are generated from .in filesgenscripts = lustre_config lc_modprobe lc_net lc_hb lc_cluman lustre_createcsv lc_md lc_lvmsbin_SCRIPTS = $(genscripts) $(sbinscripts)bin_SCRIPTS = lustre_req_historyEXTRA_DIST = license-status maketags.sh version_tag.pl.in lc_common \ $(addsuffix .in,$(genscripts)) lc_mon $(sbinscripts) \ $(bin_SCRIPTS)scriptlibdir = $(libdir)/@PACKAGE@scriptlib_DATA = lc_commonCLEANFILES = $(genscripts)$(genscripts): %: %.in sed -e 's#@scriptlibdir@#$(scriptlibdir)#' < $< > $@ chmod +x $@
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?