Whamcloud - gitweb
b=6205
[fs/lustre-release.git] / build / autoMakefile.am.toplevel
index 5336f2c..2451dd3 100644 (file)
@@ -1,7 +1,7 @@
 AUTOMAKE_OPTIONS = foreign
 
 SUBDIRS := . build @LIBSYSIO_SUBDIR@ portals lustre
-DIST_SUBDIRS := build @LIBSYSIO_SUBDIR@ portals lustre
+DIST_SUBDIRS := build libsysio portals lustre
 
 EXTRA_DIST := config.h.in
 
@@ -27,12 +27,13 @@ tags:
        find $(top_srcdir) -name '*.[hc]' | xargs ctags $$CTAGSF -a
 
 if MODULES
-all-am: modules
-
 all-sources:
        $(MAKE) sources -C portals
        $(MAKE) sources -C lustre
 
+if LINUX
+all-am: modules
+
 if !LINUX25
 DEP = dep
 dep: .depend
@@ -44,13 +45,14 @@ dep: .depend
        _FASTDEP_ALL_SUB_DIRS="$(PWD)"
 
 CLEANFILES = .depend
-endif
+endif # !LINUX25
 
 modules: $(DEP) all-sources
        $(MAKE) $(ARCH_UM) CC="$(CC)" -C $(LINUX_OBJ)                \
        -f $(PWD)/build/Makefile LUSTRE_LINUX_CONFIG=$(LINUX_CONFIG) \
        $(MODULE_TARGET)=$(PWD) -o tmp_include_depends -o scripts -o \
        include/config/MARKER $@
+endif # LINUX
 
 endif # MODULES
 
@@ -58,5 +60,8 @@ dist-hook:
        find $(distdir) -name .deps | xargs rm -rf
        find $(distdir) -name CVS | xargs rm -rf
 
-rpms: dist Makefile
+build/lustre.spec: build/lustre.spec.in config.status
+       ./config.status build/lustre.spec
+
+rpms: build/lustre.spec dist Makefile
        rpmbuild -ta $(distdir).tar.gz