Whamcloud - gitweb
make sure libsysio is always disted
[fs/lustre-release.git] / build / autoMakefile.am.toplevel
1 AUTOMAKE_OPTIONS = foreign
2
3 SUBDIRS := . build @LIBSYSIO_SUBDIR@ portals lustre
4 DIST_SUBDIRS := build libsysio portals lustre
5
6 EXTRA_DIST := config.h.in
7
8 # these empty rules are needed so that automake doesn't add its own
9 # recursive rules
10 etags-recursive:
11
12 ctags-recursive:
13
14 tags-recursive:
15
16 TAGS:
17
18 tags:
19         rm -f $(top_srcdir)/TAGS
20         ETAGSF=`etags --version | grep -iq exuberant && \
21                 echo "-I __initdata,__exitdata,EXPORT_SYMBOL"`; \
22         find $(top_srcdir) -name '*.[hc]' | xargs etags $$ETAGSF -a
23
24         rm -f $(top_srcdir)/tags
25         CTAGSF=`ctags --version | grep -iq exuberant && \
26                 echo "-I __initdata,__exitdata,EXPORT_SYMBOL"`; \
27         find $(top_srcdir) -name '*.[hc]' | xargs ctags $$CTAGSF -a
28
29 if MODULES
30 all-am: modules
31
32 all-sources:
33         $(MAKE) sources -C portals
34         $(MAKE) sources -C lustre
35
36 if !LINUX25
37 DEP = dep
38 dep: .depend
39
40 .depend: all-sources
41         $(MAKE) $(ARCH_UM) CC="$(CC)" -C $(LINUX_OBJ)                \
42         -f $(PWD)/build/Makefile LUSTRE_LINUX_CONFIG=$(LINUX_CONFIG) \
43         -o scripts -o include/config/MARKER _sfdep_$(PWD)            \
44         _FASTDEP_ALL_SUB_DIRS="$(PWD)"
45
46 CLEANFILES = .depend
47 endif
48
49 modules: $(DEP) all-sources
50         $(MAKE) $(ARCH_UM) CC="$(CC)" -C $(LINUX_OBJ)                \
51         -f $(PWD)/build/Makefile LUSTRE_LINUX_CONFIG=$(LINUX_CONFIG) \
52         $(MODULE_TARGET)=$(PWD) -o tmp_include_depends -o scripts -o \
53         include/config/MARKER $@
54
55 endif # MODULES
56
57 dist-hook:
58         find $(distdir) -name .deps | xargs rm -rf
59         find $(distdir) -name CVS | xargs rm -rf
60
61 rpms: dist Makefile
62         rpmbuild -ta $(distdir).tar.gz