Whamcloud - gitweb
- Refined the DTD futher: 'id' changed to 'name'; tree structure rearranged
[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 = utils obdclass ldlm ptlrpc llite lib obdecho mdc osc extN mds ost 
10 SUBDIRS+=  tests obdfilter obdfs demos doc scripts 
11 EXTRA_DIST = BUGS FDL Rules include patches
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
19 include $(top_srcdir)/Rules