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 AUTOMAKE_OPTIONS = foreign
8 # NOTE: keep extN before mds
9 SUBDIRS = lov utils obdclass ldlm ptlrpc llite lib obdecho mdc osc extN
10 SUBDIRS+= mds ost tests obdfilter obdfs demos doc scripts
11 EXTRA_DIST = BUGS FDL Rules include patches
13 # We get the version from the spec file.
14 configure: scripts/lustre.spec.in
17 find $(distdir) -name .deps | xargs rm -rf
18 find $(distdir) -name CVS | xargs rm -rf
20 include $(top_srcdir)/Rules
23 rpm -ta $(distdir).tar.gz