Whamcloud - gitweb
- keep extN before MDS
[fs/lustre-release.git] / lustre / 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 AUTOMAKE_OPTIONS = foreign
7
8 # NOTE: keep extN before mds
9 SUBDIRS = lov utils obdclass ldlm ptlrpc llite lib obdecho mdc osc
10 SUBDIRS+=  extN mds ost tests obdfilter doc scripts 
11
12 DIST_SUBDIRS = $(SUBDIRS)
13 EXTRA_DIST = BUGS FDL Rules include patches archdep.m4
14
15 # We get the version from the spec file.
16 CONFIGURE_DEPENDENCIES = scripts/lustre.spec.in
17
18 dist-hook:
19         find $(distdir) -name .deps | xargs rm -rf
20         find $(distdir) -name CVS | xargs rm -rf
21
22 include $(top_srcdir)/Rules
23
24 rpms: dist Makefile
25         rpm -ta $(distdir).tar.gz
26