Whamcloud - gitweb
- lookup2: drop a lock in an unlikely error case; clarify interrupt
[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 extN 
10 SUBDIRS+=  mds ost tests obdfilter demos doc scripts #obdfs
11 EXTRA_DIST = BUGS FDL Rules include patches archdep.m4
12
13 # We get the version from the spec file.
14 configure: scripts/lustre.spec.in
15
16 dist-hook:
17         find $(distdir) -name .deps | xargs rm -rf
18         find $(distdir) -name CVS | xargs rm -rf
19
20 include $(top_srcdir)/Rules
21
22 rpms: dist Makefile
23         rpm -ta $(distdir).tar.gz
24