Whamcloud - gitweb
New tag 2.5.51
[fs/lustre-release.git] / autoMakefile.am
1 SUBDIRS := @LDISKFS_SUBDIR@ . @LIBSYSIO_SUBDIR@ @SNMP_SUBDIR@ @LUSTREIOKIT_SUBDIR@ @LIBCFS_SUBDIR@ lnet lustre
2 DIST_SUBDIRS := ldiskfs @SNMP_DIST_SUBDIR@ libsysio lustre-iokit @LIBCFS_SUBDIR@ lnet lustre config contrib
3
4 @TESTS_TRUE@BUILD_TESTS = true
5 @TESTS_FALSE@BUILD_TESTS = false
6 @SERVER_TRUE@BUILD_SERVER = true
7 @SERVER_FALSE@BUILD_SERVER = false
8 @CLIENT_TRUE@BUILD_CLIENT = true
9 @CLIENT_FALSE@BUILD_CLIENT = false
10 @LDISKFS_ENABLED_TRUE@BUILD_OSD_LDISKFS = true
11 @LDISKFS_ENABLED_FALSE@BUILD_OSD_LDISKFS = false
12 @ZFS_ENABLED_TRUE@BUILD_OSD_ZFS = true
13 @ZFS_ENABLED_FALSE@BUILD_OSD_ZFS = false
14 @BUILD_LUSTREIOKIT_TRUE@BUILD_LUSTREIOKIT = true
15 @BUILD_LUSTREIOKIT_FALSE@BUILD_LUSTREIOKIT = false
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 sources: all-sources
65
66 all-sources: module-symvers
67         $(MAKE) sources -C lustre || exit $$?
68
69 if LINUX
70 all-am: modules
71
72 modules: $(DEP) all-sources
73         $(MAKE) CC="$(CC)" $(CROSS_VARS) -C $(LINUX_OBJ)             \
74         -f $(PWD)/build/Makefile LUSTRE_LINUX_CONFIG=$(LINUX_CONFIG) \
75         LINUXINCLUDE='$(EXTRA_LNET_INCLUDE) -I$$(srctree)/arch/$$(SRCARCH)/include -I$$(srctree)/arch/$$(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)' \
76         $(MODULE_TARGET)=$(PWD) -o tmp_include_depends -o scripts -o \
77         include/config/MARKER $@
78 endif # LINUX
79
80 endif # MODULES
81
82 dist-hook:
83         find $(distdir) -name .deps -o \
84                         -name CVS -o \
85                         -name .svn -o \
86                         -name .git -o \
87                         -name .#* | xargs rm -rf
88         $(MAKE) $(AM_MAKEFLAGS) \
89           top_distdir="$(top_distdir)" distdir="$(distdir)" \
90           module-dist-hook
91
92 EXTRA_DIST = @PACKAGE_TARNAME@.spec     \
93         build/Makefile                  \
94         build/Rules.in                  \
95         build/gen_filelist.sh
96
97 rpms: @PACKAGE_TARNAME@.spec dist Makefile
98         @CONFIGURE_ARGS=""; \
99         for arg in $(ac_configure_args); do \
100                 case $$arg in \
101                         --with-release=* ) ;; \
102                         --enable-tests | --disable-tests ) ;; \
103                         --with-linux=* | --with-linux-obj=* ) ;; \
104                         * ) CONFIGURE_ARGS="$$CONFIGURE_ARGS '$$arg'" ;; \
105                 esac; \
106         done; \
107         RPMARGS="--define \"configure_args $$CONFIGURE_ARGS\""; \
108         if [ -n "@LINUX@" ]; then  \
109                 RPMARGS="$$RPMARGS --define \"kdir @LINUX@\""; \
110                 if [ -n "@LINUX_OBJ@" -a "@LINUX_OBJ@" != "@LINUX@" ]; then \
111                         RPMARGS="$$RPMARGS --define \"kobjdir @LINUX_OBJ@\""; \
112                 fi; \
113         fi; \
114         if [ -n "@CROSS_PATH@" ]; then \
115                 if [[ "X$(BUILD_SERVER)" = Xtrue ]]; then \
116                         echo -e "\n" \
117                         "*** Don't support cross compilation for the Intel(R) Xeon Phi(TM) card.\n"; \
118                         exit 1; \
119                 fi; \
120                 CROSS_SUFFIX="-mic"; \
121                 RPMARGS="$$RPMARGS --define \"post_script build/gen_filelist.sh\""; \
122                 RPMARGS="$$RPMARGS --define \"cross_path @CROSS_PATH@\""; \
123                 RPMARGS="$$RPMARGS --define \"rootdir %{cross_path}\""; \
124                 RPMARGS="$$RPMARGS --define \"_prefix %{cross_path}/usr\""; \
125                 RPMARGS="$$RPMARGS --define \"_mandir %{_prefix}/share/man\""; \
126                 RPMARGS="$$RPMARGS --define \"_sysconfdir %{cross_path}/etc\""; \
127                 RPMARGS="$$RPMARGS --define \"make_args @CROSS_VARS@\""; \
128                 if [ "@CC_TARGET_ARCH@" = "k1om-mpss-linux" ]; then \
129                         RPMARGS="$$RPMARGS --define \"cross_requires mpss-bootimage\""; \
130                 else \
131                         RPMARGS="$$RPMARGS --define \"cross_requires intel-mic-gpl\""; \
132                 fi; \
133         fi; \
134         if [[ "X$(BUILD_TESTS)" = Xfalse ]]; then \
135                 RPMARGS="$$RPMARGS --without lustre_tests"; \
136         fi; \
137         if [[ "X$(BUILD_SERVER)" = Xfalse ]]; then \
138                 RPMARGS="$$RPMARGS --without servers"; \
139                 if [ -n "$$CROSS_SUFFIX" ]; then \
140                         RPMARGS="$$RPMARGS --define \"lustre_name lustre-client$$CROSS_SUFFIX\""; \
141                 fi; \
142         fi; \
143         if [[ "X$(BUILD_OSD_LDISKFS)" = Xtrue ]]; then \
144                 RPMARGS="$$RPMARGS --with ldiskfs"; \
145         fi; \
146         if [[ "X$(BUILD_OSD_ZFS)" = Xtrue ]]; then \
147                 RPMARGS="$$RPMARGS --with zfs"; \
148         fi; \
149         if [[ "X$(BUILD_LUSTREIOKIT)" = Xfalse ]]; then \
150                 RPMARGS="$$RPMARGS --without lustre_iokit"; \
151         fi; \
152         echo "Building Lustre RPM with $$RPMARGS"; \
153         eval rpmbuild $$RPMARGS -ta $(distdir).tar.gz
154
155 srpm: @PACKAGE_TARNAME@.spec dist Makefile
156         if [[ "X$(BUILD_TESTS)" = Xfalse ]]; then \
157                 RPMARGS="--without lustre_tests"; \
158         fi; \
159         if [[ "X$(BUILD_LUSTREIOKIT)" = Xfalse ]]; then \
160                 RPMARGS="$$RPMARGS --without lustre_iokit"; \
161         fi; \
162         eval rpmbuild $$RPMARGS -ts $(distdir).tar.gz
163
164 # In the debs target, first make sure what's in the changelog reflects
165 # the software version.  Here's how we could dig the version out of the
166 # autoconf version file directly:
167 # lversion=$$(sed -ne 's/m4_define(\[LUSTRE_[A-Z][A-Z]*\],\[\([0-9][0-9]*\)\])$$/\1/p'
168 #       lustre/autoconf/lustre-version.ac | tr '\n' '.' | sed -e 's/.$//');
169 #
170 # However, one cannot really run "make debs" without having done a
171 # configure first, so we could use the easier method of digging the
172 # version out of the config.h file.
173 debs:
174         lversion=$$(sed -ne 's/^#define VERSION "\(.*\)"$$/\1/p' config.h); \
175         cversion=$$(sed -ne '1s/^lustre (\(.*\)-[0-9][0-9]*).*$$/\1/p' debian/changelog); \
176         if [ "$$lversion" != "$$cversion" ]; then \
177                 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; \
178         fi; \
179         rm -rf debs
180         dpkg-buildpackage -I.git -I\*.out[0-9]\* -I\*.swp || { \
181                 rc=$${PIPESTATUS[0]}; \
182                 [ $${rc} -gt 1 ] && exit $${rc}; \
183                 exit 0; \
184         }
185         export KPKG_DEST_DIR="$$(pwd)/.." && \
186         version=$$(sed -ne '1s/^lustre (\(.*\)).*$$/\1/p' debian/changelog) && \
187         rm -rf debian/tmp/modules-deb && \
188         mkdir debian/tmp/modules-deb && \
189         pushd debian/tmp/modules-deb && \
190         dpkg -x ../../../../lustre-source_$${version}_all.deb $$(pwd) && \
191         mkdir usr_src/ && \
192         tar -C usr_src/ -xjf usr/src/lustre.tar.bz2 && \
193         chmod 755 usr_src/modules/lustre/debian/rules && \
194         mkdir -p usr_share_modass && \
195         ln -s /usr/share/modass/include/ usr_share_modass/ && \
196         ln -s /usr/share/modass/packages/ usr_share_modass/ && \
197         echo "lustre" > usr_share_modass/compliant.list && \
198         export MA_DIR=$$(pwd)/usr_share_modass && \
199         KVERS=$${KVERS:-$(LINUXRELEASE)}; \
200         m-a build $${KVERS:+-l $$KVERS} -i -u $$(pwd) lustre && \
201         popd && \
202         VER=$$(sed -ne '1s/^lustre (\(.*-[0-9][0-9]*\)).*$$/\1/p' debian/changelog); \
203         mkdir -p debs && \
204         mv ../liblustre_$${VER}_*.deb ../linux-patch-lustre_$${VER}_all.deb ../lustre-dev_$${VER}_*.deb ../lustre-source_$${VER}_all.deb ../lustre-tests_$${VER}_*.deb ../lustre-utils_$${VER}_*.deb ../lustre_$${VER}.dsc ../lustre_$${VER}_*.changes ../lustre_$${VER%-[0-9]*}.orig.tar.gz ../lustre_$${VER}.diff.gz ../lustre-client-modules-$${KVERS}_$${VER}_*.deb debs/
205
206 EXTRA_DIST += config.h.in
207
208 if USES_DPKG
209 EXTRA_DIST += debian/*
210 endif
211
212 module-symvers-zfs:
213 if ZFS_ENABLED
214         @if [ -f @SPL_OBJ@/@SPL_SYMBOLS@ ]; then \
215                 cat @SPL_OBJ@/@SPL_SYMBOLS@ >>@SYMVERFILE@; \
216         elif [ -f @SPL_OBJ@/module/@SPL_SYMBOLS@ ]; then \
217                 cat @SPL_OBJ@/module/@SPL_SYMBOLS@ >>@SYMVERFILE@; \
218         else \
219                 echo -e "\n" \
220                 "*** Missing spl symbols. Ensure you have built spl:\n" \
221                 "*** - @SPL_OBJ@/@SYMVERFILE@\n"; \
222                 exit 1; \
223         fi
224         @if [ -f @ZFS_OBJ@/@ZFS_SYMBOLS@ ]; then \
225                 cat @ZFS_OBJ@/@ZFS_SYMBOLS@ >>@SYMVERFILE@; \
226         elif [ -f @ZFS_OBJ@/module/@ZFS_SYMBOLS@ ]; then \
227                 cat @ZFS_OBJ@/module/@ZFS_SYMBOLS@ >>@SYMVERFILE@; \
228         else \
229                 echo -e "\n" \
230                 "*** Missing zfs symbols. Ensure you have built zfs:\n" \
231                 "*** - @ZFS_OBJ@/@SYMVERFILE@\n"; \
232                 exit 1; \
233         fi
234 endif # ZFS_ENABLED
235
236 module-symvers: module-symvers-zfs
237
238 CSTK=/tmp/checkstack
239 CSTKO=/tmp/checkstack.orig
240
241 checkstack:
242         [ -f ${CSTK} -a ! -s ${CSTKO} ] && mv -f ${CSTK} ${CSTKO} || true
243         { for MOD in $$(find . -name "*.ko"); do                             \
244                 objdump -d $$MOD | perl contrib/scripts/checkstack.pl;       \
245           done } | grep -v " bug " | sort -nr | uniq > ${CSTK}
246         [ -f ${CSTKO} ] && ! diff -u ${CSTKO} ${CSTK} || head -30 ${CSTK}
247
248 checkstack-update:
249         [ -f ${CSTK} ] && mv -f ${CSTK} ${CSTKO}
250
251 checkstack-clean:
252         rm -f ${CSTK} ${CSTKO}
253
254 module-dist-hook:
255         if [ -d CVS -o -d .git ]; then \
256                 perl lustre/scripts/make_META.pl > $(distdir)/META; \
257         elif [ -f META ]; then \
258                 cp META $(distdir)/META; \
259         else \
260                 echo -e "I have no idea how to create a META file in $(distdir).\nPlease file a bug at http://bugzilla.lustre.org/"; \
261                 exit 1; \
262         fi