Whamcloud - gitweb
- Lustre Lite at least superficially ready for 2.5
[fs/lustre-release.git] / lustre / Makefile.am
index 718468b..702f5fd 100644 (file)
@@ -4,14 +4,23 @@
 # See the file COPYING in this distribution
 
 AUTOMAKE_OPTIONS = foreign
-SUBDIRS = ptlrpc llite lib ldlm obdecho mdc osc mds ost utils tests obdfilter
-SUBDIRS+= obdclass obdext2 obdfs demos doc scripts extN
-EXTRA_DIST = BUGS FDL Rules include patches
+
+# NOTE: keep extN before mds
+SUBDIRS = lov utils obdclass ldlm ptlrpc lib obdecho mdc osc ost llite
+SUBDIRS+=  extN mds tests obdfilter doc scripts 
+
+DIST_SUBDIRS = $(SUBDIRS)
+EXTRA_DIST = BUGS FDL Rules include patches archdep.m4
 
 # We get the version from the spec file.
-configure: scripts/lustre.spec.in
+CONFIGURE_DEPENDENCIES = scripts/lustre.spec.in
 
 dist-hook:
        find $(distdir) -name .deps | xargs rm -rf
+       find $(distdir) -name CVS | xargs rm -rf
 
 include $(top_srcdir)/Rules
+
+rpms: dist Makefile
+       rpm -ta $(distdir).tar.gz
+