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 demos doc scripts
11 DIST_SUBDIRS = $(SUBDIRS)
12 EXTRA_DIST = BUGS FDL Rules include patches archdep.m4
14 # We get the version from the spec file.
15 configure: scripts/lustre.spec.in
18 find $(distdir) -name .deps | xargs rm -rf
19 find $(distdir) -name CVS | xargs rm -rf
21 include $(top_srcdir)/Rules
24 rpm -ta $(distdir).tar.gz