Whamcloud - gitweb
LU-14291 ptlrpc: support nrs_delay for client-only builds
[fs/lustre-release.git] / autoMakefile.am
1 SUBDIRS := @LDISKFS_SUBDIR@ \
2         . \
3         @LUSTREIOKIT_SUBDIR@ \
4         libcfs \
5         @SNMP_SUBDIR@ \
6         lnet \
7         lustre
8
9 DIST_SUBDIRS := ldiskfs \
10         lustre-iokit \
11         libcfs \
12         @SNMP_DIST_SUBDIR@ \
13         lnet \
14         lustre \
15         config
16
17 AUTOMAKE_OPTIONS = foreign
18
19 FIND_TAG_FILES_CMD = find $(top_srcdir) \
20                      -path $(top_srcdir)/ldiskfs/linux-stage \
21                      -prune -false -o -type f -name '*.[hc]'
22
23 # these empty rules are needed so that automake doesn't add its own
24 # recursive rules
25 etags-recursive:
26
27 ctags-recursive:
28
29 tags-recursive:
30
31 TAGS: etags
32
33 tags: ctags etags
34
35 etags:
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
40
41 ctags:
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
46
47 cscope-recursive:
48
49 cscope:
50         $(RM) $(top_srcdir)/cscope*.out $(top_srcdir)/cscope.files
51         $(FIND_TAG_FILES_CMD) > cscope.files
52         cscope -bRq
53
54 mkid:
55         $(FIND_TAG_FILES_CMD) | xargs mkid
56
57
58 doxygen:  doxygen-api doxygen-ref
59
60 doxygen-%: build/doxyfile.%
61         doxygen $<
62
63 if MODULES
64 .PHONY: ldiskfs-sources
65
66 ldiskfs-sources:
67 if LDISKFS_ENABLED
68         $(MAKE) sources -C @LDISKFS_SUBDIR@ || exit $$?
69 endif
70
71 if LINUX
72 all-am: modules
73
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)$$(building_out_of_srctree),-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 $@
80 endif # LINUX
81
82 endif # MODULES
83
84 all: undef.h
85
86 undef.h: config.h.in
87         grep -v config.h.in config.h.in > $@
88
89 dist-hook: undef.h
90         find $(distdir) -name .deps -o \
91                         -name CVS -o \
92                         -name .svn -o \
93                         -name .git -o \
94                         -name .#* -exec rm -rf {} \;
95
96 EXTRA_DIST = @PACKAGE_TARNAME@.spec     \
97         build/Makefile                  \
98         build/Rules.in                  \
99         config.h.in                     \
100         lustre-dkms_pre-build.sh        \
101         lustre-dkms_post-build.sh       \
102         LUSTRE-VERSION-GEN              \
103         LUSTRE-VERSION-FILE             \
104         undef.h                         \
105         autogen.sh                      \
106         config/lustre-version.m4
107
108 # contrib is a directory.  Putting a directory in EXTRA_DIST
109 # recursively includes the entire directory contents in the
110 # distribution tarball (the tarball created with "make dist").
111 EXTRA_DIST += contrib
112 EXTRA_DIST += rpm
113
114 rpm-local:
115         @(if test -z "$(RPMBUILD)"; then \
116                 echo -e "\n" \
117         "*** Required util 'rpmbuild' missing. Please install the\n" \
118         "*** package for your distribution which provides 'rpmbuild',\n" \
119         "*** re-run configure, and try again.\n"; \
120                 exit 1; \
121         fi; \
122         $(MKDIR_P) $(rpmbuilddir)/TMP   && \
123         $(MKDIR_P) $(rpmbuilddir)/BUILD && \
124         $(MKDIR_P) $(rpmbuilddir)/RPMS  && \
125         $(MKDIR_P) $(rpmbuilddir)/SRPMS && \
126         $(MKDIR_P) $(rpmbuilddir)/SPECS && \
127         $(MKDIR_P) $(rpmbuilddir)/SOURCES)
128
129 if SERVER
130 dkms-srpm: $(PACKAGE)-dkms.spec dist Makefile
131         rpmbuilddir=`mktemp -t -d rpmbuild-@PACKAGE@-$$USER-XXXXXXXX`; \
132         $(MAKE) $(AM_MAKEFLAGS) \
133                 rpmbuilddir="$$rpmbuilddir" rpm-local || exit 1; \
134         $(RPMBUILD) \
135                 --define "_tmppath $$rpmbuilddir/TMP" \
136                 --define "_topdir $$rpmbuilddir" \
137                 --define "_sourcedir $(top_srcdir)" \
138                 --with servers --with zfs -without ldiskfs \
139                 --bs $(PACKAGE)-dkms.spec || exit 1; \
140         $(RPMBUILD) \
141                 --define "_tmppath $$rpmbuilddir/TMP" \
142                 --define "_topdir $$rpmbuilddir" \
143                 --define "_sourcedir $(top_srcdir)" \
144                 --with servers --without zfs --with ldiskfs \
145                 --bs $(PACKAGE)-dkms.spec || exit 1; \
146         $(RPMBUILD) \
147                 --define "_tmppath $$rpmbuilddir/TMP" \
148                 --define "_topdir $$rpmbuilddir" \
149                 --define "_sourcedir $(top_srcdir)" \
150                 --with servers --with zfs --with ldiskfs \
151                 --bs $(PACKAGE)-dkms.spec || exit 1; \
152         cp $$rpmbuilddir/SRPMS/*.src.rpm $(top_srcdir) || exit 1; \
153         rm -rf $$rpmbuilddir
154
155 dkms-rpm: dkms-srpm
156         rpmbuilddir=`mktemp -t -d rpmbuild-@PACKAGE@-$$USER-XXXXXXXX`; \
157         $(RPMBUILD) \
158                 --define "_tmppath $$rpmbuilddir/TMP" \
159                 --define "_topdir $$rpmbuilddir" \
160                 @RPMBUILD_BINARY_ARGS@ \
161                 --with servers --with zfs --without ldiskfs \
162                 --rebuild $(PACKAGE)-zfs-dkms-*.src.rpm || exit 1; \
163         $(RPMBUILD) \
164                 --define "_tmppath $$rpmbuilddir/TMP" \
165                 --define "_topdir $$rpmbuilddir" \
166                 @RPMBUILD_BINARY_ARGS@ \
167                 --with servers --without zfs --with ldiskfs \
168                 --rebuild $(PACKAGE)-ldiskfs-dkms-*.src.rpm || exit 1; \
169         $(RPMBUILD) \
170                 --define "_tmppath $$rpmbuilddir/TMP" \
171                 --define "_topdir $$rpmbuilddir" \
172                 @RPMBUILD_BINARY_ARGS@ \
173                 --with servers --with zfs --with ldiskfs \
174                 --rebuild $(PACKAGE)-all-dkms-*.src.rpm || exit 1; \
175         cp $$rpmbuilddir/RPMS/*/*.rpm $(top_srcdir) || exit 1; \
176         rm -rf $$rpmbuilddir
177 else
178
179 dkms-srpm: $(PACKAGE)-dkms.spec dist Makefile
180         rpmbuilddir=`mktemp -t -d rpmbuild-@PACKAGE@-$$USER-XXXXXXXX`; \
181         $(MAKE) $(AM_MAKEFLAGS) \
182                 rpmbuilddir="$$rpmbuilddir" rpm-local || exit 1; \
183         $(RPMBUILD) \
184                 --define "_tmppath $$rpmbuilddir/TMP" \
185                 --define "_topdir $$rpmbuilddir" \
186                 --define "_sourcedir $(top_srcdir)" \
187                 --without servers \
188                 --bs $(PACKAGE)-dkms.spec || exit 1; \
189         cp $$rpmbuilddir/SRPMS/*.src.rpm $(top_srcdir) || exit 1; \
190         rm -rf $$rpmbuilddir
191
192 dkms-rpm: dkms-srpm
193         rpmbuilddir=`mktemp -t -d rpmbuild-@PACKAGE@-$$USER-XXXXXXXX`; \
194         $(RPMBUILD) \
195                 --define "_tmppath $$rpmbuilddir/TMP" \
196                 --define "_topdir $$rpmbuilddir" \
197                 @RPMBUILD_BINARY_ARGS@ \
198                 --without servers \
199                 --rebuild $(PACKAGE)-client-dkms-*.src.rpm || exit 1; \
200         cp $$rpmbuilddir/RPMS/*/*.rpm $(top_srcdir) || exit 1; \
201         rm -rf $$rpmbuilddir
202
203 endif
204
205 dkms-srpms: dkms-srpm
206
207 dkms-rpms: dkms-rpm
208
209 rpms: srpm
210         rpmbuilddir=`mktemp -t -d rpmbuild-@PACKAGE@-$$USER-XXXXXXXX`; \
211         $(MAKE) $(AM_MAKEFLAGS) \
212                 rpmbuilddir="$$rpmbuilddir" rpm-local || exit 1; \
213         $(RPMBUILD) \
214                 --define "_tmppath $$rpmbuilddir/TMP" \
215                 --define "_topdir $$rpmbuilddir" \
216                 @RPMBUILD_BINARY_ARGS@ \
217                 --rebuild $(distdir)-*.src.rpm || exit 1; \
218         cp $$rpmbuilddir/RPMS/*/*.rpm $(top_srcdir) || exit 1; \
219         rm -rf $$rpmbuilddir
220
221 srpm: @PACKAGE_TARNAME@.spec dist Makefile
222         rpmbuilddir=`mktemp -t -d rpmbuild-@PACKAGE@-$$USER-XXXXXXXX`; \
223         $(MAKE) $(AM_MAKEFLAGS) \
224                 rpmbuilddir="$$rpmbuilddir" rpm-local || exit 1; \
225         cp $(top_srcdir)/rpm/* $(top_srcdir); \
226         $(RPMBUILD) \
227                 --define "_tmppath $$rpmbuilddir/TMP" \
228                 --define "_topdir $$rpmbuilddir" \
229                 --define "dist %{nil}" \
230                 -ts $(distdir).tar.gz || exit 1; \
231         cp $$rpmbuilddir/SRPMS/$(distdir)-*.src.rpm $(top_srcdir) || exit 1; \
232         rm -rf $$rpmbuilddir
233
234 # In the debs target, first make sure what's in the changelog reflects
235 # the software version.
236 debs: undef.h
237         lversion=$$(echo @VERSION@ | tr '_' '-'); \
238         cversion=$$(sed -ne '1s/^lustre (\(.*\)-[0-9][0-9]*).*$$/\1/p' debian/changelog); \
239         if [ "$$lversion" != "$$cversion" ]; then \
240                 echo -e "1i\nlustre ($$lversion-1) unstable; urgency=low\n\n  * Automated changelog entry update\n\n -- Andreas Dilger <adilger@whamcloud.com>  $$(date -R)\n\n.\nwq" | ed debian/changelog; \
241         fi; \
242         rm -rf debs; \
243         if test "x@ENABLE_SERVER@" = "xyes"; then \
244                 DEB_BUILD_PROFILES="server"; \
245         else \
246                 DEB_BUILD_PROFILES="client"; \
247         fi; \
248         if test "x@ENABLE_LDISKFS@" = "xyes"; then \
249                 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} ldiskfs"; \
250         fi; \
251         if test "x@ENABLE_ZFS@" = "xyes"; then \
252                 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} zfs"; \
253                 export SPL_SRC="@SPL@"; \
254                 export ZFS_SRC="@ZFS@"; \
255                 echo "ZFS support is enabled. Will expect pre-compiled SPL and ZFS sources in:"; \
256                 echo "SPL: $${SPL_SRC}"; \
257                 echo "ZFS: $${ZFS_SRC}"; \
258         fi; \
259         if test "x@ENABLEO2IB@" != "xno"; then \
260                 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} o2ib"; \
261                 export O2IB_SRC="@O2IBPATH@"; \
262         fi; \
263         if test "x@ENABLE_GSS@" = "xyes"; then \
264                 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} gss"; \
265                 debiantmp=$$(mktemp -t -d debbuild-$$USER-XXXXXXXX) ; \
266                 cp debian/control $$debiantmp/control.bkp ; \
267                 cp debian/control.main $$debiantmp/control.main.bkp ; \
268                 cp debian/control.modules.in $$debiantmp/control.modules.in.bkp ; \
269                 sed -i "s+^\(Build-Depends: .*\)$$+\1, libkrb5-dev, libssl-dev+" debian/control.main ; \
270                 awk 'BEGIN{change=0} $$1 == "Package:" {if (($$2 == "lustre-client-utils") || ($$2 == "lustre-server-utils")) change=1; else change=0; fi } {if (($$1 == "Depends:") && change) print $$0 ", libgssapi-krb5-2, libkrb5-3, libssl1.1"; else print; fi}' debian/control.main > $$debiantmp/control.main && mv $$debiantmp/control.main debian/control.main ; \
271                 sed -i "s+^\(Build-Depends: .*\)$$+\1, libkrb5-dev, libssl-dev+" debian/control.modules.in ; \
272         elif test "x@ENABLE_GSS@" = "xno"; then \
273                 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} nogss"; \
274         fi; \
275         if test "x@ENABLE_CRYPTO@" = "xyes"; then \
276                 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} crypto"; \
277         elif test "x@ENABLE_CRYPTO@" = "xno"; then \
278                 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} nocrypto"; \
279         fi; \
280         if test "x@systemdsystemunitdir@" != "x"; then \
281                 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} systemd"; \
282         fi; \
283         export KERNEL_OBJ="$(LINUX_OBJ)"; \
284         export KERNEL_SRC="$(LINUX)"; \
285         echo "Enabled Build Profiles: $${DEB_BUILD_PROFILES}"; \
286         echo "Kernel Source: $${KERNEL_SRC}"; \
287         echo "Kernel Object: $${KERNEL_OBJ}"; \
288         if test "x@ENABLEO2IB@" = "xno"; then \
289                 export IB_OPTIONS="--with-o2ib=no"; \
290         else \
291                 if test "x@ENABLEO2IB@" != "xyes" && \
292                    test -n "@O2IBPATH@"; then \
293                         export IB_OPTIONS="--with-o2ib=@O2IBPATH@"; \
294                 else \
295                         export IB_OPTIONS="--with-o2ib=yes"; \
296                 fi; \
297         fi; \
298         dpkg-buildpackage -us -uc -I.git -I\*.out[0-9]\* -I\*.swp || { \
299                 rc=$${PIPESTATUS[0]}; \
300                 cp $$debiantmp/control.bkp debian/control || true && \
301                 cp $$debiantmp/control.main.bkp debian/control.main || true && \
302                 cp $$debiantmp/control.modules.in.bkp debian/control.modules.in || true && \
303                 [ $${rc} -gt 1 ] && exit $${rc}; \
304                 exit 0; \
305         }; \
306         cp $$debiantmp/control.bkp debian/control || true && \
307         cp $$debiantmp/control.main.bkp debian/control.main || true && \
308         cp $$debiantmp/control.modules.in.bkp debian/control.modules.in || true && \
309         export KPKG_DEST_DIR="$$(pwd)/.." && \
310         version=$$(sed -ne '1s/^lustre (\(.*\)).*$$/\1/p' debian/changelog) && \
311         rm -rf debian/tmp/modules-deb && \
312         mkdir debian/tmp/modules-deb && \
313         pushd debian/tmp/modules-deb && \
314         dpkg -x ../../../../lustre-source_$${version}_all.deb $$(pwd) && \
315         mkdir usr_src/ && \
316         tar -C usr_src/ -xjf usr/src/lustre.tar.bz2 && \
317         chmod 755 usr_src/modules/lustre/debian/rules && \
318         mkdir -p usr_share_modass && \
319         ln -s /usr/share/modass/include/ usr_share_modass/ && \
320         ln -s /usr/share/modass/packages/ usr_share_modass/ && \
321         echo "lustre" > usr_share_modass/compliant.list && \
322         export MA_DIR=$$(pwd)/usr_share_modass && \
323         KVERS=$${KVERS:-$(LINUXRELEASE)} && \
324         export KSRC_TREE=$(LINUX) && \
325         KSRC=$${KSRC:-$(LINUX_OBJ)} && \
326         m-a build $${KSRC:+-k $$KSRC} $${KVERS:+-l $$KVERS} -i -u $$(pwd) lustre && \
327         popd && \
328         VER=$$(sed -ne '1s/^lustre (\(.*-[0-9][0-9]*\)).*$$/\1/p' debian/changelog) && \
329         if test "x@ENABLE_SERVER@" = "xyes"; then \
330                 DEB_SERVER_PKG="../lustre-resource-agents_$${VER}_*.deb"; \
331         fi; \
332         mkdir -p debs && \
333         mv ../lustre-dev_$${VER}_*.deb ../lustre-source_$${VER}_all.deb \
334            ../lustre-iokit_$${VER}_*.deb ../lustre-tests_$${VER}_*.deb \
335            ../lustre-*-utils_$${VER}_*.deb $${DEB_SERVER_PKG} \
336            ../lustre_$${VER}.dsc ../lustre_$${VER}_*.changes \
337            ../lustre_$${VER}.tar.gz ../lustre-*-modules-$${KVERS}_$${VER}_*.deb \
338            debs/
339
340 dkms-debs: undef.h
341         lversion=$$(echo @VERSION@ | tr '_' '-'); \
342         cversion=$$(sed -ne '1s/^lustre (\(.*\)-[0-9][0-9]*).*$$/\1/p' debian/changelog); \
343         if [ "$$lversion" != "$$cversion" ]; then \
344                 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; \
345         fi; \
346         rm -rf debs; \
347         export DEB_BUILD_PROFILES="client"; \
348         export KERNEL_OBJ="$(LINUX_OBJ)"; \
349         export KERNEL_SRC="$(LINUX)"; \
350         echo "Enabled Build Profiles: $${DEB_BUILD_PROFILES}"; \
351         echo "Kernel Source: $${KERNEL_SRC}"; \
352         echo "Kernel Object: $${KERNEL_OBJ}"; \
353         export BUILD_DKMS="true" && \
354         dpkg-buildpackage -us -uc -I.git -I\*.out[0-9]\* -I\*.swp || { \
355                 rc=$${PIPESTATUS[0]}; \
356                 [ $${rc} -gt 1 ] && exit $${rc}; \
357                 exit 0; \
358         }; \
359         VER=$$(sed -ne '1s/^lustre (\(.*-[0-9][0-9]*\)).*$$/\1/p' debian/changelog) && \
360         mkdir -p debs && \
361         mv ../lustre-dev_$${VER}_*.deb ../lustre-source_$${VER}_all.deb \
362            ../lustre-iokit_$${VER}_*.deb ../lustre-tests_$${VER}_*.deb \
363            ../lustre-*-utils_$${VER}_*.deb \
364            ../lustre_$${VER}.dsc ../lustre_$${VER}_*.changes \
365            ../lustre_$${VER}.tar.gz ../lustre-*-modules-dkms_$${VER}_*.deb \
366            debs/
367
368 EXTRA_DIST += debian/*
369
370 CSTK=/tmp/checkstack
371 CSTKO=/tmp/checkstack.orig
372
373 checkstack:
374         [ -f ${CSTK} -a ! -s ${CSTKO} ] && mv -f ${CSTK} ${CSTKO} || true
375         { for MOD in $$(find . -name "*.ko"); do                             \
376                 objdump -d $$MOD | perl contrib/scripts/checkstack.pl;       \
377           done } | grep -v " bug " | sort -nr | uniq > ${CSTK}
378         [ -f ${CSTKO} ] && ! diff -u ${CSTKO} ${CSTK} || head -n 30 ${CSTK}
379
380 checkstack-update:
381         [ -f ${CSTK} ] && mv -f ${CSTK} ${CSTKO}
382
383 checkstack-clean:
384         rm -f ${CSTK} ${CSTKO}