Whamcloud - gitweb
Move ioctl values out of the way of standard ext2/ext3 ioctl numbers.
[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 = ptlrpc llite lib ldlm obdecho mdc osc mds ost utils tests obdfilter
8 SUBDIRS+= obdclass obdext2 obdfs demos doc scripts extN
9 EXTRA_DIST = BUGS FDL Rules include patches
10
11 # We get the version from the spec file.
12 configure: scripts/lustre.spec.in
13
14 dist-hook:
15         find $(distdir) -name .deps | xargs rm -rf
16
17 include $(top_srcdir)/Rules