1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644
|
##
## Copyright (C) by Argonne National Laboratory
## See COPYRIGHT in top-level directory
##
ACLOCAL_AMFLAGS = -I confdb
# automake requires that we initialize variables to something, even just empty,
# before appending to them with "+="
AM_CFLAGS = @VISIBILITY_CFLAGS@
AM_CPPFLAGS =
AM_FFLAGS =
AM_FCFLAGS =
include_HEADERS =
nodist_include_HEADERS =
nodist_noinst_HEADERS =
BUILT_SOURCES =
bin_PROGRAMS =
bin_SCRIPTS =
dist_noinst_SCRIPTS = autogen.sh
noinst_DATA =
dist_noinst_DATA =
noinst_HEADERS =
noinst_LIBRARIES =
noinst_LTLIBRARIES =
sysconf_DATA =
nodist_pkgconfig_DATA =
CLEANFILES =
DISTCLEANFILES =
MAINTAINERCLEANFILES =
SUFFIXES =
EXTRA_DIST =
DOC_SUBDIRS =
MANDOC_SUBDIRS =
HTMLDOC_SUBDIRS =
INSTALL_DATA_LOCAL_TARGETS =
doc1_src_txt =
doc3_src_txt =
# add (+=) target names to this variable to add them to the dependencies of the
# 'clean-local' target
CLEAN_LOCAL_TARGETS =
# used by nodist_pkgconfig_DATA
pkgconfigdir = @pkgconfigdir@
# contains all of the "errnames.txt" files that are used by maint/extracterrmsgs
# to build src/mpi/errhan/defmsg.h
errnames_txt_files =
external_subdirs = @mplsrcdir@ @hwlocsrcdir@ @jsonsrcdir@ @yaksasrcdir@ @pmisrcdir@
external_ldflags = @mpllibdir@ @yaksalibdir@
external_libs = @WRAPPER_LIBS@
mpi_convenience_libs =
pmpi_convenience_libs = @mpllib@ @hwloclib@ @jsonlib@ @yaksalib@ @pmilib@
# NOTE on our semi-unconventional usage of DIST_SUBDIRS:
# The automake manual recommends thinking of DIST_SUBDIRS as the list of all
# *configured* subdirectories. The normal autotools model involves
# unconditional configure steps for all/most directories with conditional make
# steps (i.e., conditional inclusion in SUBDIRS). But in the MPICH case we
# almost always configure exactly the directories that will be included in
# SUBDIRS. So most additions to DIST_SUBDIRS should be conditional on the same
# condition as the corresponding SUBDIRS addition.
DIST_SUBDIRS = ${external_subdirs}
SUBDIRS = ${external_subdirs}
lib_lib@MPILIBNAME@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(lib_lib@MPILIBNAME@_la_CFLAGS) $(CFLAGS) \
$(lib_lib@MPILIBNAME@_la_LDFLAGS) $(LDFLAGS) -o $@
lib_lib@PMPILIBNAME@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(lib_lib@PMPILIBNAME@_la_CFLAGS) $(CFLAGS) \
$(lib_lib@PMPILIBNAME@_la_LDFLAGS) $(LDFLAGS) -o $@
if BUILD_F77_BINDING
if BUILD_FC_BINDING
lib_lib@MPIFCLIBNAME@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=FC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(FCLD) \
$(AM_FCFLAGS) $(FCFLAGS) $(lib_lib@MPIFCLIBNAME@_la_LDFLAGS) \
$(LDFLAGS) -o $@
else !BUILD_FC_BINDING
lib_lib@MPIFCLIBNAME@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=F77 \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(F77LD) \
$(AM_FFLAGS) $(FFLAGS) $(lib_lib@MPIFCLIBNAME@_la_LDFLAGS) \
$(LDFLAGS) -o $@
endif !BUILD_FC_BINDING
endif BUILD_F77_BINDING
## Create lists of files for different libraries
##
## mpi_sources: When compiled with -DMPICH_MPI_FROM_PMPI, these files
## provide "MPI_" public functions for the C bindings and end up in
## lib@MPILIBNAME@. When compiled without this macro, these files
## provide "PMPI_" public functions for the C bindings as well as a
## few other internal MPICH functions, all of which end up in
## lib@PMPILIBNAME@ (which is the same as lib@MPILIBNAME@ on systems
## that support weak symbols).
##
## mpi_f77_sources: When compiled with -DMPICH_MPI_FROM_PMPI, these
## files provide the "mpi_" public functions for the F77 bindings and
## end up in lib@MPIFCLIBNAME@.
##
## mpi_fc_sources: When compiled with -DMPICH_MPI_FROM_PMPI, these
## files provide the "mpi_" public functions for the F90+ bindings and
## end up in lib@MPIFCLIBNAME@.
##
## mpi_cxx_sources: When compiled with -DMPICH_MPI_FROM_PMPI, these
## files provide the "MPI" public functions for the C++ bindings and
## end up in lib@MPICXXLIBNAME@.
##
## mpi_core_sources: These files are internal non-public functions
## that are used by all bindings.
mpi_sources =
mpi_f77_sources =
mpi_fc_sources =
mpi_fc_modules =
mpi_cxx_sources =
mpi_core_sources =
lib_LTLIBRARIES =
# include our subdir automake fragments
include maint/Makefile.mk
include src/Makefile.mk
if BUILD_PROFILING_LIB
# dropping mpi_fc_sources and mpi_cxx_sources from libmpmpi since they
# don't contribute any PMPI symbols.
lib_LTLIBRARIES += lib/lib@PMPILIBNAME@.la
lib_lib@PMPILIBNAME@_la_SOURCES = $(mpi_sources) $(mpi_f77_sources) $(mpi_core_sources)
lib_lib@PMPILIBNAME@_la_LDFLAGS = $(external_ldflags) $(ABIVERSIONFLAGS)
lib_lib@PMPILIBNAME@_la_CPPFLAGS = $(AM_CPPFLAGS) -DF77_USE_PMPI
lib_lib@PMPILIBNAME@_la_LIBADD = $(external_libs) $(pmpi_convenience_libs)
EXTRA_lib_lib@PMPILIBNAME@_la_DEPENDENCIES = $(pmpi_convenience_libs)
# lib@MPILIBNAME@.la might depend on lib@PMPILIBNAME@.la. We add them
# in that order to lib_LTLIBRARIES so libtool doesn't get
# confused. (see https://bugzilla.redhat.com/show_bug.cgi?id=91110)
lib_LTLIBRARIES += lib/lib@MPILIBNAME@.la
lib_lib@MPILIBNAME@_la_SOURCES = $(mpi_sources)
lib_lib@MPILIBNAME@_la_LDFLAGS = $(ABIVERSIONFLAGS)
lib_lib@MPILIBNAME@_la_CPPFLAGS = $(AM_CPPFLAGS) -DMPICH_MPI_FROM_PMPI
lib_lib@MPILIBNAME@_la_LIBADD = lib/lib@PMPILIBNAME@.la $(mpi_convenience_libs)
else !BUILD_PROFILING_LIB
lib_LTLIBRARIES += lib/lib@MPILIBNAME@.la
lib_lib@MPILIBNAME@_la_SOURCES = $(mpi_sources) $(mpi_core_sources)
lib_lib@MPILIBNAME@_la_LDFLAGS = $(external_ldflags) $(ABIVERSIONFLAGS)
lib_lib@MPILIBNAME@_la_CPPFLAGS = $(AM_CPPFLAGS)
lib_lib@MPILIBNAME@_la_LIBADD = $(external_libs) $(pmpi_convenience_libs) $(mpi_convenience_libs)
EXTRA_lib_lib@MPILIBNAME@_la_DEPENDENCIES = $(pmpi_convenience_libs) $(mpi_convenience_libs)
endif !BUILD_PROFILING_LIB
if BUILD_F77_BINDING
lib_LTLIBRARIES += lib/lib@MPIFCLIBNAME@.la
lib_lib@MPIFCLIBNAME@_la_CPPFLAGS = $(AM_CPPFLAGS)
if BUILD_PROFILING_LIB
lib_lib@MPIFCLIBNAME@_la_CPPFLAGS += -DMPICH_MPI_FROM_PMPI -DUSE_ONLY_MPI_NAMES
endif BUILD_PROFILING_LIB
lib_lib@MPIFCLIBNAME@_la_SOURCES = $(mpi_f77_sources)
if BUILD_FC_BINDING
modinc_HEADERS = $(mpi_fc_modules)
lib_lib@MPIFCLIBNAME@_la_SOURCES += $(mpi_fc_sources)
endif BUILD_FC_BINDING
lib_lib@MPIFCLIBNAME@_la_LDFLAGS = $(ABIVERSIONFLAGS) @FCLIB_LDFLAGS@
lib_lib@MPIFCLIBNAME@_la_LIBADD = lib/lib@MPILIBNAME@.la
endif BUILD_F77_BINDING
if BUILD_CXX_BINDING
lib_LTLIBRARIES += lib/lib@MPICXXLIBNAME@.la
lib_lib@MPICXXLIBNAME@_la_SOURCES = $(mpi_cxx_sources)
lib_lib@MPICXXLIBNAME@_la_LDFLAGS = $(ABIVERSIONFLAGS)
lib_lib@MPICXXLIBNAME@_la_LIBADD = lib/lib@MPILIBNAME@.la
endif BUILD_CXX_BINDING
# build the current directory and then the examples directory after everything else
SUBDIRS += . examples
DIST_SUBDIRS += . examples test
EXTRA_DIST += README CHANGES COPYRIGHT README.envvar
# README.vin is tricky, we don't actually distribute it when we use release.pl,
# but we do need to distribute it in order for ./autogen.sh to work
# correctly on a distribution tarball. For now we distribute it when we "make
# dist".
EXTRA_DIST += README.vin
testing:
( cd test && $(MAKE) $(AM_MAKEFLAGS) testing )
testconfig:
( cd test && $(MAKE) $(AM_MAKEFLAGS) mpi/Makefile )
test-clean:
( cd test && $(MAKE) $(AM_MAKEFLAGS) clean )
## FIXME: this should live in src/env/Makefile.mk. Moving it there
## will not cause a problem, but it will break the build if another
## Makefile.mk also decides to create a install-exec-hook target. A
## better approach might be to have each Makefile.mk append to a
## common set of rules.
install-exec-hook:
if test -e lib/lib@PMPILIBNAME@.la ; then \
. lib/lib@PMPILIBNAME@.la ; \
elif test -e lib/lib@MPILIBNAME@.la ; then \
. lib/lib@MPILIBNAME@.la ; \
fi ; \
for e in ${DESTDIR}${bindir}/@MPICC_NAME@ ${DESTDIR}${bindir}/@MPICXX_NAME@ \
${DESTDIR}${bindir}/@MPIF77_NAME@ ${DESTDIR}${bindir}/@MPIFORT_NAME@ ; do \
if test -e $${e} ; then \
sed -e 's|__PREFIX_TO_BE_FILLED_AT_INSTALL_TIME__|${prefix}|g' \
-e 's|__EXEC_PREFIX_TO_BE_FILLED_AT_INSTALL_TIME__|${exec_prefix}|g' \
-e 's|__SYSCONFDIR_TO_BE_FILLED_AT_INSTALL_TIME__|${sysconfdir}|g' \
-e 's|__INCLUDEDIR_TO_BE_FILLED_AT_INSTALL_TIME__|${includedir}|g' \
-e 's|__LIBDIR_TO_BE_FILLED_AT_INSTALL_TIME__|${libdir}|g' \
-e "s|__LIBS_TO_BE_FILLED_AT_INSTALL_TIME__|$$dependency_libs|g" $${e} > $${e}.tmp ; \
$(INSTALL_SCRIPT) $${e}.tmp $${e} ; \
rm -f $${e}.tmp ; \
fi ; \
done ; \
if test -e ${DESTDIR}${bindir}/@MPICXX_NAME@ ; then \
if test "@MPICXX_NAME@" != "@MPICPP_NAME@" ; then \
cd ${DESTDIR}${bindir} && ln -f -s @MPICXX_NAME@ @MPICPP_NAME@ ; \
fi ; \
fi ; \
if test -e ${DESTDIR}${bindir}/@MPIFORT_NAME@ ; then \
if test "@MPIFORT_NAME@" != "@MPIF90_NAME@" ; then \
cd ${DESTDIR}${bindir} && ln -f -s @MPIFORT_NAME@ @MPIF90_NAME@ ; \
fi ; \
fi ; \
if test -e ${DESTDIR}${bindir}/@MPIFORT_NAME@ -a ! -e ${DESTDIR}${bindir}/@MPIF77_NAME@ ; then \
if test "@MPIFORT_NAME@" != "@MPIF77_NAME@" ; then \
cd ${DESTDIR}${bindir} && ln -f -s @MPIFORT_NAME@ @MPIF77_NAME@ ; \
fi ; \
fi ; \
if test -e ${DESTDIR}${libdir}/lib@MPILIBNAME@@SHLIB_EXT@ ; then \
if test "@MPILIBNAME@" != "mpl" ; then \
cd ${DESTDIR}${libdir} && ln -f -s lib@MPILIBNAME@@SHLIB_EXT@ libmpl@SHLIB_EXT@ ; \
fi ; \
if test "@MPILIBNAME@" != "opa" ; then \
cd ${DESTDIR}${libdir} && ln -f -s lib@MPILIBNAME@@SHLIB_EXT@ libopa@SHLIB_EXT@ ; \
fi ; \
if test "@MPILIBNAME@" != "mpich" ; then \
cd ${DESTDIR}${libdir} && ln -f -s lib@MPILIBNAME@@SHLIB_EXT@ libmpich@SHLIB_EXT@ ; \
fi ; \
fi ; \
if test -e ${DESTDIR}${libdir}/lib@MPIFCLIBNAME@@SHLIB_EXT@ ; then \
if test "@MPIFCLIBNAME@" != "fmpich" ; then \
cd ${DESTDIR}${libdir} && ln -f -s lib@MPIFCLIBNAME@@SHLIB_EXT@ libfmpich@SHLIB_EXT@ ; \
fi ; \
if test "@MPIFCLIBNAME@" != "mpichf90" ; then \
cd ${DESTDIR}${libdir} && ln -f -s lib@MPIFCLIBNAME@@SHLIB_EXT@ libmpichf90@SHLIB_EXT@ ; \
fi ; \
fi ; \
if test -e ${DESTDIR}${libdir}/lib@MPICXXLIBNAME@@SHLIB_EXT@ ; then \
if test "@MPICXXLIBNAME@" != "mpichcxx" ; then \
cd ${DESTDIR}${libdir} && ln -f -s lib@MPICXXLIBNAME@@SHLIB_EXT@ libmpichcxx@SHLIB_EXT@ ; \
fi ; \
fi
# the configure step checks for the 'lib' dir to decide whether a source
# directory has been previously used for an in-path build before allowing a
# VPATH build to continue
distclean-local:
-rm -rf $(top_builddir)/lib
-rm -rf $(top_builddir)/bin
-rm -rf $(top_builddir)/include
-rm -rf $(top_builddir)/share
# created by confdb/aclocal_cache.m4
DISTCLEANFILES += config.system
# we can only have one clean-local, so we hook into it via conditionally
# defined variables in the dependencies section
clean-local: $(CLEAN_LOCAL_TARGETS)
uninstall-local:
for x in @MPICPP_NAME@ @MPIF90_NAME@ @MPIF77_NAME@ ; do \
rm -f ${DESTDIR}${bindir}/$$x ; \
done ; \
for x in mpl opa mpich fmpich mpichf90 mpichcxx ; do \
rm -f ${DESTDIR}${libdir}/lib$$x@SHLIB_EXT@ ; \
done
# --------------------------------------------------------------------------
# coverage rules
# --------------------------------------------------------------------------
.PHONY: coverage
if BUILD_COVERAGE
# $(lib_lib@MPILIBNAME@_la_SOURCES) already contains $(mpi_sources)
# We don't include the $(lib_lib@PMPILIBNAME@_la_SOURCES) here because of gcov's
# inability to correctly handle multiple object files with the same source file.
gcov_sources = $(lib_lib@MPILIBNAME@_la_SOURCES)
# local var meaning (for profiling foo/bar/baz.c):
# dir=foo/bar
# bname=baz.c
# aux=baz
#
# Note that we delete all extra ".gcov" files that were not the direct goal,
# even though they contain useful information. A more robust solution is needed
# in the long run, probably one that uses "--long-file-names --preserve-paths"
# and some postprocessing in a perl script.
#
# Gcov has no good way to deal with source files that have been compiled twice
# into two different object files, such as
# bcast.c --> {bcast.o,lib_libpmpi_la-bcast.o}
# It still generates a bcast.c.gcov output for each object file. Long file
# names and preserved paths do not help with this problem.
# What we can do in this case is to move the second files to a separate
# directory, rename name, and run gcov on the new files.
# For the web-based coverage reports, the gcov output for the two files
# needs to be merged; see maint/gcovmerge .
# To make it easier to re-run the coverage generation, we copy, rather than
# move, when there are two object files for each source file.
# A change to the build procedure broke this target. This is a partial though
# nearly complete fix to the broken build process. The generated coverage
# files after the fix appear mostly correct, though there appear to also be
# errors in the gcov output itself (the format of this output changes
# frequently). However, the coverage analysis is still valuable and has
# identified missing tests.
#
# The problem:
# The source file is foo.c
# gcov expects foo.o, foo.gcno, and foo.gcda files
# The MPICH build process, unfortunately, does not produce a foo.o file;
# instead, it produces a .libs/lib_lib@MPILIBNAME@_la-foo.o file (and
# similarly .libs/lib_lib@MPILIBNAME@_la_foo.gcno etc.
# This change broke this coverage target. If further changes to the
# naming conventions for object files are made, make sure that the
# coverage target is also modified to correspond to those changes.
#
coverage:
@for file in $(gcov_sources) ; do \
dir=`dirname $$file` ; \
bname=`basename $$file` ; \
aux=`echo $$bname | sed -e 's,\.*$$,,'` ; \
sname=`echo $$bname | sed -e 's/\.[^\.]*$$//'` ;\
if [ -s "$$dir/$$sname.o" ] ; then \
echo "( $(GCOV) -b -f -o $$file $$file && mv $$bname.gcov $$dir )" ; \
( $(GCOV) -b -f -o $$file $$file && mv $$bname.gcov $$dir ) ; \
elif [ -s "$$dir/lib_lib@MPILIBNAME@_la-$$sname.o" ] ; then \
if [ ! -d $$dir-mpi ] ; then mkdir $$dir-mpi ; fi ; \
echo "Copying name-mangled files to $$dir-mpi" ; \
for pfile in $$dir/.libs/lib_lib@MPILIBNAME@_la-$$sname.* ; do \
nfile=`echo $$pfile | sed -e 's/lib_lib@MPILIBNAME@_la-//'` ;\
nfile=`basename $$nfile` ; \
echo "cp -p $$pfile $$dir-mpi/$$nfile" ; \
cp -p $$pfile $$dir-mpi/$$nfile ; \
done ; \
for pfile in $$dir/lib_lib@MPILIBNAME@_la-$$sname.o ; do \
nfile=`echo $$pfile | sed -e 's/lib_lib@MPILIBNAME@_la-//'` ;\
nfile=`basename $$nfile` ; \
echo "( cd $$dir-mpi && $(GCOV) -b -f $$nfile )" ; \
( cd $$dir-mpi && $(GCOV) -b -f $$nfile ) ; \
if [ ! -s $$dir-mpi/$$bname.gcov ] ; then \
echo "No $$bname.gcov file created" ;\
else \
mv $$dir-mpi/$$bname.gcov $$dir ; \
fi ; \
done ; \
else \
echo "Missing object file for source $$file" ; \
fi ; \
if [ -s "$$dir/lib_lib@PMPILIBNAME@_la-$$sname.o" ] ; then \
if [ ! -d $$dir-pmpi ] ; then mkdir $$dir-pmpi ; fi ; \
echo "Copying name-mangled files to $$dir-pmpi" ; \
for pfile in $$dir/.libs/lib_lib@PMPILIBNAME@_la-$$sname.* ; do \
nfile=`echo $$pfile | sed -e 's/lib_lib@PMPILIBNAME@_la-//'` ;\
nfile=`basename $$nfile` ; \
echo "cp -p $$pfile $$dir-pmpi/$$nfile" ; \
cp -p $$pfile $$dir-pmpi/$$nfile ; \
done ; \
for pfile in $$dir/lib_lib@PMPILIBNAME@_la-$$sname.o ; do \
nfile=`echo $$pfile | sed -e 's/lib_lib@PMPILIBNAME@_la-//'` ;\
nfile=`basename $$nfile` ; \
echo "( cd $$dir-pmpi && $(GCOV) -b -f $$nfile )" ; \
( cd $$dir-pmpi && $(GCOV) -b -f $$nfile ) ; \
if [ -s $$dir/$$bname.gcov ] ; then \
echo "gcovmerge $$dir-pmpi/$$bname.gcov $$dir/$$bname.gcov > $$dir/$$bname.gcov.merge" ; \
$(srcdir)/maint/gcovmerge $$dir-pmpi/$$bname.gcov \
$$dir/$$bname.gcov > $$dir/$$bname.gcov.merge ;\
else \
echo "Did not find file $$dir/$$bname.gcov" ; \
echo "mv $$dir-pmpi/$$bname.gcov $$dir/$$bname.gcov";\
mv $$dir-pmpi/$$bname.gcov $$dir/$$bname.gcov ; \
fi ;\
done ; \
fi ; \
rm -f *.gcov ; \
done
for subdir in $(SUBDIRS) - ; do \
if test "x$$subdir" = "x-" ; then break ; fi ; \
## SUBDIRS contains "."
if test "x$$subdir" = "x." ; then \
: ; \
else \
if grep coverage: $$subdir/Makefile >/dev/null 2>&1 ; then \
( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) coverage ) ; \
fi \
fi \
done
CLEAN_LOCAL_TARGETS += coverage-clean
# heavy handed, but it gets the job done
coverage-clean:
-find $(top_builddir) -name "*.gcda" -o -name "*.gcno" -o -name "*.gcov" | \
xargs -n 10 rm -f
else !BUILD_COVERAGE
coverage:
@echo 'ERROR: MPICH was not configured with "--enable-coverage"'
exit 1
endif !BUILD_COVERAGE
# --------------------------------------------------------------------------
# documentation rules
# --------------------------------------------------------------------------
# Tell make (via the automake SUFFIXES var) that our phony suffixes exist and
# should be considered when dissecting suffix-based implicit rules. These phony
# suffix files should NOT be added to a .PHONY target, otherwise make will not
# use the implicit rules to attempt to build them.
SUFFIXES += .man-phony .html-phony .man1-phony .html1-phony .man3-phony .html3-phony .txt
# "make V=1" support for our documentation recipes
doctextman_verbose = $(doctextman_verbose_$(V))
doctextman_verbose_ = $(doctextman_verbose_$(AM_DEFAULT_VERBOSITY))
doctextman_verbose_0 = @echo " DOCTEXTMAN " $@;
doctexthtml_verbose = $(doctexthtml_verbose_$(V))
doctexthtml_verbose_ = $(doctexthtml_verbose_$(AM_DEFAULT_VERBOSITY))
doctexthtml_verbose_0 = @echo " DOCTEXTHTML " $@;
# build dir paths for doc generation, used to override subdir (esp. ROMIO) doc
# generation locations/options
mandoc_path1=$(abs_top_builddir)/man/man1
mandoc_path3=$(abs_top_builddir)/man/man3
htmldoc_path1=$(abs_top_builddir)/www/www1
htmldoc_path3=$(abs_top_builddir)/www/www3
doctext_docnotes=$(abs_top_srcdir)/maint/docnotes
# Provide an easily replaced url root for the generated index file.
# You can override this with URL desired in the index file generated by doctext.
# You can ignore this if you don't use mapnames or tohtml to add links
# to the MPI manual pages to documents.
htmldoc_root3="--your-url-here--"
# Implicit suffix rules to cause the docs to be built. These are a bit of a
# hack, but using the implicit rules like this instead of a shell for loop
# permits make -jN to work.
.c.man-phony:
$(doctextman_verbose)$(DOCTEXT) -man -mpath $(mandoc_path3) -ext 3 \
-heading MPI -quotefmt -nolocation $(doctext_docnotes) $<
.c.html-phony:
$(doctexthtml_verbose)$(DOCTEXT) -html -mpath $(htmldoc_path3) \
-heading MPI -quotefmt -nolocation \
-index $(htmldoc_path3)/mpi.cit -indexdir $(htmldoc_root3) \
$(doctext_docnotes) $<
.txt.man1-phony:
$(doctextman_verbose)$(DOCTEXT) -man -mpath $(mandoc_path1) -ext 1 \
-heading MPI -quotefmt -nolocation $(doctext_docnotes) $<
.txt.html1-phony:
$(doctexthtml_verbose)$(DOCTEXT) -html -mpath $(htmldoc_path1) \
-heading MPI -quotefmt -nolocation $(doctext_docnotes) $<
.txt.man3-phony:
$(doctextman_verbose)$(DOCTEXT) -man -mpath $(mandoc_path3) -ext 3 \
-heading MPI -quotefmt -nolocation $(doctext_docnotes) $<
.txt.html3-phony:
$(doctexthtml_verbose)$(DOCTEXT) -html -mpath $(htmldoc_path3) \
-heading MPI -quotefmt -nolocation \
-index $(htmldoc_path3)/mpi.cit -indexdir $(htmldoc_root3) \
$(doctext_docnotes) $<
# use mandoc-local target to force directory creation before running DOCTEXT
mandoc:
test -d $(mandoc_path1) || $(MKDIR_P) $(mandoc_path1)
test -d $(mandoc_path3) || $(MKDIR_P) $(mandoc_path3)
$(MAKE) $(AM_MAKEFLAGS) mandoc-local
mandoc-local: $(doc1_src_txt:.txt=.man1-phony) \
$(doc3_src_txt:.txt=.man3-phony)
for subdir in $(MANDOC_SUBDIRS) - ; do \
if test "x$$subdir" = "x-" ; then break ; fi ; \
## MANDOC_SUBDIRS might accidentally contain "."
if test "x$$subdir" = "x." ; then \
: ; \
else \
if grep 'mandoc:' $$subdir/Makefile >/dev/null 2>&1 ; then \
## make 'mandoc' in subdirectory but tell sub-make to output to the top-level
( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) \
mandoc_path1=$(mandoc_path1) \
mandoc_path3=$(mandoc_path3) \
doctext_docnotes=$(doctext_docnotes) \
mandoc ) ; \
fi \
fi \
done
$(srcdir)/maint/alias_mancnst
# use htmldoc-local target to force directory creation before running DOCTEXT
# Note that the mpi.cit is appended to by each update, so it must be removed
# and recreated when the documentation files are updated
htmldoc:
test -d $(top_builddir)/www/www1 || $(MKDIR_P) $(top_builddir)/www/www1
test -d $(top_builddir)/www/www3 || $(MKDIR_P) $(top_builddir)/www/www3
rm -f $(htmldoc_path3)/mpi.cit
$(MAKE) $(AM_MAKEFLAGS) htmldoc-local
htmldoc-local: $(doc1_src_txt:.txt=.html1-phony) \
$(doc3_src_txt:.txt=.html3-phony)
for subdir in $(HTMLDOC_SUBDIRS) - ; do \
if test "x$$subdir" = "x-" ; then break ; fi ; \
## HTMLDOC_SUBDIRS might accidentally contain "."
if test "x$$subdir" = "x." ; then \
: ; \
else \
if grep 'htmldoc:' $$subdir/Makefile >/dev/null 2>&1 ; then \
## make 'htmldoc' in subdirectory but tell sub-make to output to the top-level
( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) \
htmldoc_path1=$(htmldoc_path1) \
htmldoc_path3=$(htmldoc_path3) \
doctext_docnotes=$(doctext_docnotes) \
htmldoc ) ; \
fi \
fi \
done
$(srcdir)/maint/createhtmlindex -wwwroot=$(top_builddir)
# install-man does not have a special "-local" target for some reason
if INSTALL_DOCS
INSTALL_DATA_LOCAL_TARGETS += install-man-local
endif
# this is a variation on the recipe that was previously generated by simplemake
install-man-local:
@dir= ; \
if test -d $(builddir)/man ; then \
dir=$(builddir)/man ; \
elif test -d $(srcdir)/man ; then \
dir=$(srcdir)/man ; \
fi ; \
export dir ; \
if test ! -z $$dir && test -d $$dir && cd $$dir ; then \
for name in * ; do \
if [ "$$name" = "*" ] ; then continue ; fi ; \
if [ -f $$name ] ; then \
echo "$(INSTALL_DATA) $$name ${DESTDIR}${mandir}/$$name" ; \
$(INSTALL_DATA) $$name ${DESTDIR}${mandir}/$$name ; \
elif [ -d $$name ] ; then \
if [ ! -d ${DESTDIR}${mandir}/$$name ] ; then $(MKDIR_P) ${DESTDIR}${mandir}/$$name ; fi ;\
( cd $$name && for name2 in * ; do \
if [ "$$name2" = "*" ] ; then continue ; fi ; \
if [ -f $$name2 ] ; then \
echo "$(INSTALL_DATA) $$name2 ${DESTDIR}${mandir}/$$name/$$name2" ; \
$(INSTALL_DATA) $$name2 ${DESTDIR}${mandir}/$$name/$$name2 ; \
elif [ -d $$name2 ] ; then \
echo "cp -rp $$name2 ${DESTDIR}${mandir}/$$name" ; \
cp -rp $$name2 ${DESTDIR}${mandir}/$$name ; \
fi \
done ) ; \
else \
echo "Unknown file type for $$name" ; \
fi ; \
done ; \
fi
if INSTALL_DOCS
INSTALL_DATA_LOCAL_TARGETS += install-html-local
endif
install-html-local:
@dir= ; \
if test -d $(builddir)/www ; then \
dir=$(builddir)/www ; \
elif test -d $(srcdir)/www ; then \
dir=$(srcdir)/www ; \
fi ; \
export dir ; \
if test ! -z $$dir && test -d $$dir && cd $$dir ; then \
if [ ! -e ${DESTDIR}${htmldir} ] ; then $(MKDIR_P) ${DESTDIR}${htmldir} ; fi ; \
for name in * ; do \
if [ "$$name" = "*" ] ; then continue ; fi ; \
if [ -f $$name ] ; then \
echo "$(INSTALL_DATA) $$name ${DESTDIR}${htmldir}/$$name" ; \
$(INSTALL_DATA) $$name ${DESTDIR}${htmldir}/$$name ; \
elif [ -d $$name ] ; then \
if [ ! -d ${DESTDIR}${htmldir}/$$name ] ; then $(MKDIR_P) ${DESTDIR}${htmldir}/$$name ; fi ;\
( cd $$name && for name2 in * ; do \
if [ "$$name2" = "*" ] ; then continue ; fi ; \
if [ -f $$name2 ] ; then \
echo "$(INSTALL_DATA) $$name2 ${DESTDIR}${htmldir}/$$name/$$name2" ; \
$(INSTALL_DATA) $$name2 ${DESTDIR}${htmldir}/$$name/$$name2 ; \
elif [ -d $$name2 ] ; then \
echo "cp -rp $$name2 ${DESTDIR}${htmldir}/$$name" ; \
cp -rp $$name2 ${DESTDIR}${htmldir}/$$name ; \
fi \
done ) ; \
else \
echo "Unknown file type for $$name" ; \
fi ; \
done ; \
fi
.PHONY: mandoc mandoc-local htmldoc htmldoc-local install-html-local install-man-local
# build the latex docs in the old style
latexdoc:
for dir in $(DOC_SUBDIRS) ; do \
(cd $$dir && ${MAKE} latexdoc ) ; done
# install-pdf will not be run by default in a "make install" unless we do this
if INSTALL_DOCS
INSTALL_DATA_LOCAL_TARGETS += install-pdf-local
endif
# note that these PDFs are currently built in the srcdir, even in a VPATH
# build...
install-pdf-local:
if [ ! -e ${DESTDIR}${docdir} ] ; then $(MKDIR_P) ${DESTDIR}${docdir} ; fi
if [ -s $(srcdir)/doc/userguide/user.pdf ] ; then $(INSTALL_DATA) $(srcdir)/doc/userguide/user.pdf ${DESTDIR}${docdir}/user.pdf ; fi
if [ -s $(srcdir)/doc/installguide/install.pdf ] ; then $(INSTALL_DATA) $(srcdir)/doc/installguide/install.pdf ${DESTDIR}${docdir}/install.pdf ; fi
if [ -s $(srcdir)/doc/logging/logging.pdf ] ; then $(INSTALL_DATA) $(srcdir)/doc/logging/logging.pdf ${DESTDIR}${docdir}/logging.pdf ; fi
include $(top_srcdir)/doc/Makefile.mk
# use the _TARGETS var as a workaround for being unable to define multiple
# -local targets
install-data-local: $(INSTALL_DATA_LOCAL_TARGETS)
# the dist target created by automake won't work. Direct user to use release.pl
dist:
@echo "To create release tarball, use:" ; \
echo " maint/release.pl --branch=[git_ref_to_use] --version=[version] --git-repo=[path_to_git_repository]"
# sometimes helpful when debugging macros to see the preprocessed output.
# Also using '-CC' because comments provide useful landmarks
SUFFIXES += .i
.c.i:
$(COMPILE) -CC -E -o $@ $<
|