1 SUBDIRS := @LDISKFS_SUBDIR@ \
9 DIST_SUBDIRS := ldiskfs \
17 AUTOMAKE_OPTIONS = foreign
19 FIND_TAG_FILES_CMD = find $(top_srcdir) \
20 -path $(top_srcdir)/ldiskfs/linux-stage \
21 -prune -false -o -type f -name '*.[hc]'
23 # these empty rules are needed so that automake doesn't add its own
36 $(RM) $(top_srcdir)/TAGS
37 ETAGSF=`etags --version | grep -iq exuberant && \
38 echo "-I __initdata,__exitdata,EXPORT_SYMBOL"`; \
39 $(FIND_TAG_FILES_CMD) | xargs etags $$ETAGSF -a
42 $(RM) $(top_srcdir)/tags
43 CTAGSF=`ctags --version | grep -iq exuberant && \
44 echo "-I __initdata,__exitdata,EXPORT_SYMBOL"`; \
45 $(FIND_TAG_FILES_CMD) | xargs ctags $$CTAGSF -a
50 $(RM) $(top_srcdir)/cscope*.out $(top_srcdir)/cscope.files
51 $(FIND_TAG_FILES_CMD) > cscope.files
55 $(FIND_TAG_FILES_CMD) | xargs mkid
58 doxygen: doxygen-api doxygen-ref
60 doxygen-%: build/doxyfile.%
64 .PHONY: ldiskfs-sources
68 $(MAKE) sources -C @LDISKFS_SUBDIR@ || exit $$?
74 modules: undef.h ldiskfs-sources
75 $(MAKE) LDFLAGS= CC="$(CC)" -C $(LINUX_OBJ) \
76 -f $(PWD)/build/Makefile LUSTRE_LINUX_CONFIG=$(LINUX_CONFIG) \
77 LINUXINCLUDE='-I$$(srctree)/arch/$$(SRCARCH)/include -Iarch/$$(SRCARCH)/include/generated -Iinclude $$(if $$(KBUILD_SRC),-Iinclude2 -I$$(srctree)/include) -I$$(srctree)/arch/$$(SRCARCH)/include/uapi -Iarch/$$(SRCARCH)/include/generated/uapi -I$$(srctree)/include/uapi -Iinclude/generated/uapi -include $(CONFIG_INCLUDE)' \
78 $(MODULE_TARGET)=$(PWD) -o tmp_include_depends -o scripts -o \
79 include/config/MARKER $@
87 grep -v config.h.in config.h.in > $@
90 find $(distdir) -name .deps -o \
94 -name .#* -exec rm -rf {} \;
96 EXTRA_DIST = @PACKAGE_TARNAME@.spec \
100 lustre-dkms_pre-build.sh \
101 lustre-dkms_post-build.sh \
103 LUSTRE-VERSION-FILE \
106 # contrib is a directory. Putting a directory in EXTRA_DIST
107 # recursively includes the entire directory contents in the
108 # distribution tarball (the tarball created with "make dist").
109 EXTRA_DIST += contrib
113 @(if test -z "$(RPMBUILD)"; then \
115 "*** Required util 'rpmbuild' missing. Please install the\n" \
116 "*** package for your distribution which provides 'rpmbuild',\n" \
117 "*** re-run configure, and try again.\n"; \
120 $(MKDIR_P) $(rpmbuilddir)/TMP && \
121 $(MKDIR_P) $(rpmbuilddir)/BUILD && \
122 $(MKDIR_P) $(rpmbuilddir)/RPMS && \
123 $(MKDIR_P) $(rpmbuilddir)/SRPMS && \
124 $(MKDIR_P) $(rpmbuilddir)/SPECS && \
125 $(MKDIR_P) $(rpmbuilddir)/SOURCES)
128 dkms-srpm: $(PACKAGE)-dkms.spec dist Makefile
129 rpmbuilddir=`mktemp -t -d rpmbuild-@PACKAGE@-$$USER-XXXXXXXX`; \
130 $(MAKE) $(AM_MAKEFLAGS) \
131 rpmbuilddir="$$rpmbuilddir" rpm-local || exit 1; \
133 --define "_tmppath $$rpmbuilddir/TMP" \
134 --define "_topdir $$rpmbuilddir" \
135 --define "_sourcedir $(top_srcdir)" \
136 --with servers --with zfs -without ldiskfs \
137 --bs $(PACKAGE)-dkms.spec || exit 1; \
139 --define "_tmppath $$rpmbuilddir/TMP" \
140 --define "_topdir $$rpmbuilddir" \
141 --define "_sourcedir $(top_srcdir)" \
142 --with servers --without zfs --with ldiskfs \
143 --bs $(PACKAGE)-dkms.spec || exit 1; \
145 --define "_tmppath $$rpmbuilddir/TMP" \
146 --define "_topdir $$rpmbuilddir" \
147 --define "_sourcedir $(top_srcdir)" \
148 --with servers --with zfs --with ldiskfs \
149 --bs $(PACKAGE)-dkms.spec || exit 1; \
150 cp $$rpmbuilddir/SRPMS/*.src.rpm $(top_srcdir) || exit 1; \
154 rpmbuilddir=`mktemp -t -d rpmbuild-@PACKAGE@-$$USER-XXXXXXXX`; \
156 --define "_tmppath $$rpmbuilddir/TMP" \
157 --define "_topdir $$rpmbuilddir" \
158 @RPMBUILD_BINARY_ARGS@ \
159 --with servers --with zfs --without ldiskfs \
160 --rebuild $(PACKAGE)-zfs-dkms-*.src.rpm || exit 1; \
162 --define "_tmppath $$rpmbuilddir/TMP" \
163 --define "_topdir $$rpmbuilddir" \
164 @RPMBUILD_BINARY_ARGS@ \
165 --with servers --without zfs --with ldiskfs \
166 --rebuild $(PACKAGE)-ldiskfs-dkms-*.src.rpm || exit 1; \
168 --define "_tmppath $$rpmbuilddir/TMP" \
169 --define "_topdir $$rpmbuilddir" \
170 @RPMBUILD_BINARY_ARGS@ \
171 --with servers --with zfs --with ldiskfs \
172 --rebuild $(PACKAGE)-all-dkms-*.src.rpm || exit 1; \
173 cp $$rpmbuilddir/RPMS/*/*.rpm $(top_srcdir) || exit 1; \
177 dkms-srpm: $(PACKAGE)-dkms.spec dist Makefile
178 rpmbuilddir=`mktemp -t -d rpmbuild-@PACKAGE@-$$USER-XXXXXXXX`; \
179 $(MAKE) $(AM_MAKEFLAGS) \
180 rpmbuilddir="$$rpmbuilddir" rpm-local || exit 1; \
182 --define "_tmppath $$rpmbuilddir/TMP" \
183 --define "_topdir $$rpmbuilddir" \
184 --define "_sourcedir $(top_srcdir)" \
186 --bs $(PACKAGE)-dkms.spec || exit 1; \
187 cp $$rpmbuilddir/SRPMS/*.src.rpm $(top_srcdir) || exit 1; \
191 rpmbuilddir=`mktemp -t -d rpmbuild-@PACKAGE@-$$USER-XXXXXXXX`; \
193 --define "_tmppath $$rpmbuilddir/TMP" \
194 --define "_topdir $$rpmbuilddir" \
195 @RPMBUILD_BINARY_ARGS@ \
197 --rebuild $(PACKAGE)-client-dkms-*.src.rpm || exit 1; \
198 cp $$rpmbuilddir/RPMS/*/*.rpm $(top_srcdir) || exit 1; \
203 dkms-srpms: dkms-srpm
208 rpmbuilddir=`mktemp -t -d rpmbuild-@PACKAGE@-$$USER-XXXXXXXX`; \
209 $(MAKE) $(AM_MAKEFLAGS) \
210 rpmbuilddir="$$rpmbuilddir" rpm-local || exit 1; \
212 --define "_tmppath $$rpmbuilddir/TMP" \
213 --define "_topdir $$rpmbuilddir" \
214 @RPMBUILD_BINARY_ARGS@ \
215 --rebuild $(distdir)-*.src.rpm || exit 1; \
216 cp $$rpmbuilddir/RPMS/*/*.rpm $(top_srcdir) || exit 1; \
219 srpm: @PACKAGE_TARNAME@.spec dist Makefile
220 rpmbuilddir=`mktemp -t -d rpmbuild-@PACKAGE@-$$USER-XXXXXXXX`; \
221 $(MAKE) $(AM_MAKEFLAGS) \
222 rpmbuilddir="$$rpmbuilddir" rpm-local || exit 1; \
223 cp $(top_srcdir)/rpm/* $(top_srcdir); \
225 --define "_tmppath $$rpmbuilddir/TMP" \
226 --define "_topdir $$rpmbuilddir" \
227 --define "dist %{nil}" \
228 -ts $(distdir).tar.gz || exit 1; \
229 cp $$rpmbuilddir/SRPMS/$(distdir)-*.src.rpm $(top_srcdir) || exit 1; \
232 # In the debs target, first make sure what's in the changelog reflects
233 # the software version.
235 lversion=$$(echo @VERSION@ | tr '_' '-'); \
236 cversion=$$(sed -ne '1s/^lustre (\(.*\)-[0-9][0-9]*).*$$/\1/p' debian/changelog); \
237 if [ "$$lversion" != "$$cversion" ]; then \
238 echo -e "1i\nlustre ($$lversion-1) unstable; urgency=low\n\n * Automated changelog entry update\n\n -- Brian J. Murrell <brian@interlinx.bc.ca> $$(date -R)\n\n.\nwq" | ed debian/changelog; \
241 if test "x@ENABLE_SERVER@" = "xyes"; then \
242 DEB_BUILD_PROFILES="server"; \
244 DEB_BUILD_PROFILES="client"; \
246 if test "x@ENABLE_LDISKFS@" = "xyes"; then \
247 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} ldiskfs"; \
249 if test "x@ENABLE_ZFS@" = "xyes"; then \
250 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} zfs"; \
251 export SPL_SRC="@SPL@"; \
252 export ZFS_SRC="@ZFS@"; \
253 echo "ZFS support is enabled. Will expect pre-compiled SPL and ZFS sources in:"; \
254 echo "SPL: $${SPL_SRC}"; \
255 echo "ZFS: $${ZFS_SRC}"; \
257 if test "x@ENABLE_GSS@" = "xyes"; then \
258 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} gss"; \
259 elif test "x@ENABLE_GSS@" = "xno"; then \
260 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} nogss"; \
262 if test "x@systemdsystemunitdir@" != "x"; then \
263 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} systemd"; \
265 export KERNEL_OBJ="$(LINUX_OBJ)"; \
266 export KERNEL_SRC="$(LINUX)"; \
267 echo "Enabled Build Profiles: $${DEB_BUILD_PROFILES}"; \
268 echo "Kernel Source: $${KERNEL_SRC}"; \
269 echo "Kernel Object: $${KERNEL_OBJ}"; \
270 dpkg-buildpackage -us -uc -I.git -I\*.out[0-9]\* -I\*.swp || { \
271 rc=$${PIPESTATUS[0]}; \
272 [ $${rc} -gt 1 ] && exit $${rc}; \
275 export KPKG_DEST_DIR="$$(pwd)/.." && \
276 version=$$(sed -ne '1s/^lustre (\(.*\)).*$$/\1/p' debian/changelog) && \
277 rm -rf debian/tmp/modules-deb && \
278 mkdir debian/tmp/modules-deb && \
279 pushd debian/tmp/modules-deb && \
280 dpkg -x ../../../../lustre-source_$${version}_all.deb $$(pwd) && \
282 tar -C usr_src/ -xjf usr/src/lustre.tar.bz2 && \
283 chmod 755 usr_src/modules/lustre/debian/rules && \
284 mkdir -p usr_share_modass && \
285 ln -s /usr/share/modass/include/ usr_share_modass/ && \
286 ln -s /usr/share/modass/packages/ usr_share_modass/ && \
287 echo "lustre" > usr_share_modass/compliant.list && \
288 export MA_DIR=$$(pwd)/usr_share_modass && \
289 KVERS=$${KVERS:-$(LINUXRELEASE)} && \
290 if test "x@ENABLEO2IB@" = "xno"; then \
291 export IB_OPTIONS="--with-o2ib=no"; \
293 if test "x@ENABLEO2IB@" != "xyes" && \
294 test -n "@O2IBPATH@"; then \
295 export IB_OPTIONS="--with-o2ib=@O2IBPATH@"; \
297 export IB_OPTIONS="--with-o2ib=yes"; \
300 export KSRC_TREE=$(LINUX) && \
301 KSRC=$${KSRC:-$(LINUX_OBJ)} && \
302 m-a build $${KSRC:+-k $$KSRC} $${KVERS:+-l $$KVERS} -i -u $$(pwd) lustre && \
304 VER=$$(sed -ne '1s/^lustre (\(.*-[0-9][0-9]*\)).*$$/\1/p' debian/changelog) && \
305 if test "x@ENABLE_SERVER@" = "xyes"; then \
306 DEB_SERVER_PKG="../lustre-resource-agents_$${VER}_*.deb"; \
309 mv ../lustre-dev_$${VER}_*.deb ../lustre-source_$${VER}_all.deb \
310 ../lustre-iokit_$${VER}_*.deb ../lustre-tests_$${VER}_*.deb \
311 ../lustre-*-utils_$${VER}_*.deb $${DEB_SERVER_PKG} \
312 ../lustre_$${VER}.dsc ../lustre_$${VER}_*.changes \
313 ../lustre_$${VER}.tar.gz ../lustre-*-modules-$${KVERS}_$${VER}_*.deb \
317 lversion=$$(echo @VERSION@ | tr '_' '-'); \
318 cversion=$$(sed -ne '1s/^lustre (\(.*\)-[0-9][0-9]*).*$$/\1/p' debian/changelog); \
319 if [ "$$lversion" != "$$cversion" ]; then \
320 echo -e "1i\nlustre ($$lversion-1) unstable; urgency=low\n\n * Automated changelog entry update\n\n -- Brian J. Murrell <brian@interlinx.bc.ca> $$(date -R)\n\n.\nwq" | ed debian/changelog; \
323 export DEB_BUILD_PROFILES="client"; \
324 export KERNEL_OBJ="$(LINUX_OBJ)"; \
325 export KERNEL_SRC="$(LINUX)"; \
326 echo "Enabled Build Profiles: $${DEB_BUILD_PROFILES}"; \
327 echo "Kernel Source: $${KERNEL_SRC}"; \
328 echo "Kernel Object: $${KERNEL_OBJ}"; \
329 export BUILD_DKMS="true" && \
330 dpkg-buildpackage -us -uc -I.git -I\*.out[0-9]\* -I\*.swp || { \
331 rc=$${PIPESTATUS[0]}; \
332 [ $${rc} -gt 1 ] && exit $${rc}; \
335 VER=$$(sed -ne '1s/^lustre (\(.*-[0-9][0-9]*\)).*$$/\1/p' debian/changelog) && \
337 mv ../lustre-dev_$${VER}_*.deb ../lustre-source_$${VER}_all.deb \
338 ../lustre-iokit_$${VER}_*.deb ../lustre-tests_$${VER}_*.deb \
339 ../lustre-*-utils_$${VER}_*.deb \
340 ../lustre_$${VER}.dsc ../lustre_$${VER}_*.changes \
341 ../lustre_$${VER}.tar.gz ../lustre-*-modules-dkms_$${VER}_*.deb \
344 EXTRA_DIST += debian/*
347 CSTKO=/tmp/checkstack.orig
350 [ -f ${CSTK} -a ! -s ${CSTKO} ] && mv -f ${CSTK} ${CSTKO} || true
351 { for MOD in $$(find . -name "*.ko"); do \
352 objdump -d $$MOD | perl contrib/scripts/checkstack.pl; \
353 done } | grep -v " bug " | sort -nr | uniq > ${CSTK}
354 [ -f ${CSTKO} ] && ! diff -u ${CSTKO} ${CSTK} || head -n 30 ${CSTK}
357 [ -f ${CSTK} ] && mv -f ${CSTK} ${CSTKO}
360 rm -f ${CSTK} ${CSTKO}