Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / scripts / Makefile.am
1 # Copyright (C) 2001  Cluster File Systems, Inc.
2 #
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
5
6 sbinscripts = lc_servip lustre_up14 lustre_rmmod
7
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
10
11 sbin_SCRIPTS = $(genscripts) $(sbinscripts)
12 bin_SCRIPTS = lustre_req_history
13
14 EXTRA_DIST = license-status maketags.sh version_tag.pl.in lc_common \
15              $(addsuffix .in,$(genscripts)) lc_mon $(sbinscripts) \
16              $(bin_SCRIPTS)
17
18 scriptlibdir = $(libdir)/@PACKAGE@
19 scriptlib_DATA = lc_common
20
21 CLEANFILES = $(genscripts)
22
23 $(genscripts): %: %.in
24         sed -e 's#@scriptlibdir@#$(scriptlibdir)#' < $< > $@
25         chmod +x $@