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
14 # NOTE: keep extN before mds
15 SUBDIRS = lov utils obdclass ldlm ptlrpc lib obdecho mdc osc ost llite
16 SUBDIRS+= $(DIRS24) obdfilter tests doc scripts
18 DIST_SUBDIRS = $(SUBDIRS)
19 EXTRA_DIST = BUGS FDL Rules include patches archdep.m4
21 # We get the version from the spec file.
22 CONFIGURE_DEPENDENCIES = scripts/lustre.spec.in
25 find $(distdir) -name .deps | xargs rm -rf
26 find $(distdir) -name CVS | xargs rm -rf
28 include $(top_srcdir)/Rules
31 rpm -ta $(distdir).tar.gz