Whamcloud - gitweb
New release 2.12.7
[fs/lustre-release.git] / autoMakefile.am
1 SUBDIRS := @LDISKFS_SUBDIR@ \
2         . \
3         @LUSTREIOKIT_SUBDIR@ \
4         @LIBCFS_SUBDIR@ \
5         @SNMP_SUBDIR@ \
6         lnet \
7         lustre
8
9 DIST_SUBDIRS := ldiskfs \
10         lustre-iokit \
11         @LIBCFS_SUBDIR@ \
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),-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         elif test "x@ENABLE_GSS@" = "xno"; then \
266                 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} nogss"; \
267         fi; \
268         if test "x@systemdsystemunitdir@" != "x"; then \
269                 export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} systemd"; \
270         fi; \
271         export KERNEL_OBJ="$(LINUX_OBJ)"; \
272         export KERNEL_SRC="$(LINUX)"; \
273         echo "Enabled Build Profiles: $${DEB_BUILD_PROFILES}"; \
274         echo "Kernel Source: $${KERNEL_SRC}"; \
275         echo "Kernel Object: $${KERNEL_OBJ}"; \
276         if test "x@ENABLEO2IB@" = "xno"; then \
277                 export IB_OPTIONS="--with-o2ib=no"; \
278         else \
279                 if test "x@ENABLEO2IB@" != "xyes" && \
280                    test -n "@O2IBPATH@"; then \
281                         export IB_OPTIONS="--with-o2ib=@O2IBPATH@"; \
282                 else \
283                         export IB_OPTIONS="--with-o2ib=yes"; \
284                 fi; \
285         fi; \
286         dpkg-buildpackage -us -uc -I.git -I\*.out[0-9]\* -I\*.swp || { \
287                 rc=$${PIPESTATUS[0]}; \
288                 [ $${rc} -gt 1 ] && exit $${rc}; \
289                 exit 0; \
290         }; \
291         export KPKG_DEST_DIR="$$(pwd)/.." && \
292         version=$$(sed -ne '1s/^lustre (\(.*\)).*$$/\1/p' debian/changelog) && \
293         rm -rf debian/tmp/modules-deb && \
294         mkdir debian/tmp/modules-deb && \
295         pushd debian/tmp/modules-deb && \
296         dpkg -x ../../../../lustre-source_$${version}_all.deb $$(pwd) && \
297         mkdir usr_src/ && \
298         tar -C usr_src/ -xjf usr/src/lustre.tar.bz2 && \
299         chmod 755 usr_src/modules/lustre/debian/rules && \
300         mkdir -p usr_share_modass && \
301         ln -s /usr/share/modass/include/ usr_share_modass/ && \
302         ln -s /usr/share/modass/packages/ usr_share_modass/ && \
303         echo "lustre" > usr_share_modass/compliant.list && \
304         export MA_DIR=$$(pwd)/usr_share_modass && \
305         KVERS=$${KVERS:-$(LINUXRELEASE)} && \
306         export KSRC_TREE=$(LINUX) && \
307         KSRC=$${KSRC:-$(LINUX_OBJ)} && \
308         m-a build $${KSRC:+-k $$KSRC} $${KVERS:+-l $$KVERS} -i -u $$(pwd) lustre && \
309         popd && \
310         VER=$$(sed -ne '1s/^lustre (\(.*-[0-9][0-9]*\)).*$$/\1/p' debian/changelog) && \
311         if test "x@ENABLE_SERVER@" = "xyes"; then \
312                 DEB_SERVER_PKG="../lustre-resource-agents_$${VER}_*.deb"; \
313         fi; \
314         mkdir -p debs && \
315         mv ../lustre-dev_$${VER}_*.deb ../lustre-source_$${VER}_all.deb \
316            ../lustre-iokit_$${VER}_*.deb ../lustre-tests_$${VER}_*.deb \
317            ../lustre-*-utils_$${VER}_*.deb $${DEB_SERVER_PKG} \
318            ../lustre_$${VER}.dsc ../lustre_$${VER}_*.changes \
319            ../lustre_$${VER}.tar.gz ../lustre-*-modules-$${KVERS}_$${VER}_*.deb \
320            debs/
321
322 dkms-debs: undef.h
323         lversion=$$(echo @VERSION@ | tr '_' '-'); \
324         cversion=$$(sed -ne '1s/^lustre (\(.*\)-[0-9][0-9]*).*$$/\1/p' debian/changelog); \
325         if [ "$$lversion" != "$$cversion" ]; then \
326                 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; \
327         fi; \
328         rm -rf debs; \
329         export DEB_BUILD_PROFILES="client"; \
330         export KERNEL_OBJ="$(LINUX_OBJ)"; \
331         export KERNEL_SRC="$(LINUX)"; \
332         echo "Enabled Build Profiles: $${DEB_BUILD_PROFILES}"; \
333         echo "Kernel Source: $${KERNEL_SRC}"; \
334         echo "Kernel Object: $${KERNEL_OBJ}"; \
335         export BUILD_DKMS="true" && \
336         dpkg-buildpackage -us -uc -I.git -I\*.out[0-9]\* -I\*.swp || { \
337                 rc=$${PIPESTATUS[0]}; \
338                 [ $${rc} -gt 1 ] && exit $${rc}; \
339                 exit 0; \
340         }; \
341         VER=$$(sed -ne '1s/^lustre (\(.*-[0-9][0-9]*\)).*$$/\1/p' debian/changelog) && \
342         mkdir -p debs && \
343         mv ../lustre-dev_$${VER}_*.deb ../lustre-source_$${VER}_all.deb \
344            ../lustre-iokit_$${VER}_*.deb ../lustre-tests_$${VER}_*.deb \
345            ../lustre-*-utils_$${VER}_*.deb \
346            ../lustre_$${VER}.dsc ../lustre_$${VER}_*.changes \
347            ../lustre_$${VER}.tar.gz ../lustre-*-modules-dkms_$${VER}_*.deb \
348            debs/
349
350 EXTRA_DIST += debian/*
351
352 CSTK=/tmp/checkstack
353 CSTKO=/tmp/checkstack.orig
354
355 checkstack:
356         [ -f ${CSTK} -a ! -s ${CSTKO} ] && mv -f ${CSTK} ${CSTKO} || true
357         { for MOD in $$(find . -name "*.ko"); do                             \
358                 objdump -d $$MOD | perl contrib/scripts/checkstack.pl;       \
359           done } | grep -v " bug " | sort -nr | uniq > ${CSTK}
360         [ -f ${CSTKO} ] && ! diff -u ${CSTKO} ${CSTK} || head -n 30 ${CSTK}
361
362 checkstack-update:
363         [ -f ${CSTK} ] && mv -f ${CSTK} ${CSTKO}
364
365 checkstack-clean:
366         rm -f ${CSTK} ${CSTKO}