Whamcloud - gitweb
Initial lustretop import
[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 SUBDIRS = rpc llight lib ldlm obdecho mdc osc mds ost utils tests filterobd
8 SUBDIRS+= class ext2obd obdfs obdtrace demos doc scripts extN
9 #SUBDIRS+= oraid1 rpctarget inofs rpcclient tests snap
10 EXTRA_DIST = BUGS FDL Rules include patches
11
12 # We get the version from the spec file.
13 configure: scripts/lustre.spec.in
14
15 dist-hook:
16         find $(distdir) -name .deps | xargs rm -rf
17
18 include $(top_srcdir)/Rules