1 # Copyright (C) 2001 Cluster File Systems, Inc.
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
6 sbinscripts = lc_servip lustre_up14 lustre_rmmod
8 # These are scripts that are generated from .in files
9 genscripts = lustre_config lc_modprobe lc_net lc_hb lc_cluman lustre_createcsv lc_md lc_lvm
11 sbin_SCRIPTS = $(genscripts) $(sbinscripts)
12 bin_SCRIPTS = lustre_req_history
14 EXTRA_DIST = license-status maketags.sh version_tag.pl.in lc_common \
15 $(addsuffix .in,$(genscripts)) lc_mon $(sbinscripts) \
18 scriptlibdir = $(libdir)/@PACKAGE@
19 scriptlib_DATA = lc_common
21 CLEANFILES = $(genscripts)
23 $(genscripts): %: %.in
24 sed -e 's#@scriptlibdir@#$(scriptlibdir)#' < $< > $@