1 AUTOMAKE_OPTIONS = foreign
3 SUBDIRS := . build @LIBSYSIO_SUBDIR@ @SNMP_SUBDIR@ lnet @LUSTRE_PORTALS_SUBDIR@ lustre
4 DIST_SUBDIRS := build @SNMP_DIST_SUBDIR@ libsysio lnet @LUSTRE_PORTALS_SUBDIR@ lustre
6 EXTRA_DIST := config.h.in
8 # these empty rules are needed so that automake doesn't add its own
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]' |grep -v linux-stage |xargs etags $$ETAGSF -a
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]' |grep -v linux-stage |xargs ctags $$CTAGSF -a
31 $(MAKE) sources -C lnet
32 $(MAKE) sources -C lustre
33 if [ "x@LUSTRE_PORTALS_SUBDIR@" = "xportals" ] ; then $(MAKE) sources -C @LUSTRE_PORTALS_SUBDIR@ ; fi
43 $(MAKE) $(ARCH_UM) CC="$(CC)" -C $(LINUX_OBJ) \
44 -f $(PWD)/build/Makefile LUSTRE_LINUX_CONFIG=$(LINUX_CONFIG) \
45 -o scripts -o include/config/MARKER _sfdep_$(PWD) \
46 _FASTDEP_ALL_SUB_DIRS="$(PWD)"
51 modules: $(DEP) all-sources
52 $(MAKE) $(ARCH_UM) CC="$(CC)" -C $(LINUX_OBJ) \
53 -f $(PWD)/build/Makefile LUSTRE_LINUX_CONFIG=$(LINUX_CONFIG) \
54 $(MODULE_TARGET)=$(PWD) -o tmp_include_depends -o scripts -o \
55 include/config/MARKER $@
61 find $(distdir) -name .deps -o \
63 -name .#* | xargs rm -rf
65 build/lustre.spec: build/lustre.spec.in config.status
66 ./config.status build/lustre.spec
68 rpms: build/lustre.spec dist Makefile
69 rpmbuild -ta $(distdir).tar.gz
71 srpm: build/lustre.spec dist Makefile
72 rpmbuild -ts $(distdir).tar.gz