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