2006-07-01 02:01:56 +04:00
|
|
|
#
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
# University Research and Technology
|
|
|
|
# Corporation. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
# of Tennessee Research Foundation. All rights
|
|
|
|
# reserved.
|
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2008-03-22 05:04:05 +03:00
|
|
|
# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
|
2009-04-01 18:40:27 +04:00
|
|
|
# Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.
|
2006-07-01 02:01:56 +04:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2009-04-06 18:04:00 +04:00
|
|
|
man_pages = mpirun.1 mpiexec.1 ompi-ps.1 ompi-iof.1 ompi-clean.1 ompi-checkpoint.1 ompi-restart.1 ompi-top.1
|
2008-08-02 01:14:37 +04:00
|
|
|
|
2006-10-19 22:34:17 +04:00
|
|
|
if OMPI_INSTALL_BINARIES
|
2008-06-18 07:15:56 +04:00
|
|
|
if !ORTE_DISABLE_FULL_SUPPORT
|
2006-10-19 22:34:17 +04:00
|
|
|
|
2008-08-07 23:20:40 +04:00
|
|
|
nodist_man_MANS = $(man_pages)
|
2006-07-01 02:01:56 +04:00
|
|
|
|
|
|
|
install-exec-hook:
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpirun$(EXEEXT); $(LN_S) orterun$(EXEEXT) mpirun$(EXEEXT))
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpiexec$(EXEEXT); $(LN_S) orterun$(EXEEXT) mpiexec$(EXEEXT))
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f ompi-ps$(EXEEXT); $(LN_S) orte-ps$(EXEEXT) ompi-ps$(EXEEXT))
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f ompi-clean$(EXEEXT); $(LN_S) orte-clean$(EXEEXT) ompi-clean$(EXEEXT))
|
2008-12-22 23:23:05 +03:00
|
|
|
(cd $(DESTDIR)$(bindir); rm -f ompi-checkpoint$(EXEEXT); $(LN_S) orte-checkpoint$(EXEEXT) ompi-checkpoint$(EXEEXT))
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f ompi-iof$(EXEEXT); $(LN_S) orte-iof$(EXEEXT) ompi-iof$(EXEEXT))
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f ompi-restart$(EXEEXT); $(LN_S) orte-restart$(EXEEXT) ompi-restart$(EXEEXT))
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f ompi-top$(EXEEXT); $(LN_S) orte-top$(EXEEXT) ompi-top$(EXEEXT))
|
2006-07-01 02:01:56 +04:00
|
|
|
|
|
|
|
uninstall-local:
|
|
|
|
rm -f $(DESTDIR)$(bindir)/mpirun$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/mpiexec$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/ompi-ps$(EXEEXT) \
|
2008-12-22 23:23:05 +03:00
|
|
|
$(DESTDIR)$(bindir)/ompi-clean$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/ompi-checkpoint$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/ompi-iof$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/ompi-restart$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/ompi-top$(EXEEXT)
|
2006-07-01 02:01:56 +04:00
|
|
|
|
2008-06-18 07:15:56 +04:00
|
|
|
endif # !ORTE_DISABLE_FULL_SUPPORT
|
2008-03-22 05:04:05 +03:00
|
|
|
endif # OMPI_INSTALL_BINARIES
|
|
|
|
|
2008-08-04 19:17:50 +04:00
|
|
|
$(top_builddir)/orte/tools/orterun/orterun.1:
|
|
|
|
(cd $(top_builddir)/orte/tools/orterun && $(MAKE) $(AM_MAKEFLAGS) orterun.1)
|
2008-08-02 01:14:37 +04:00
|
|
|
|
2008-08-04 19:17:50 +04:00
|
|
|
mpirun.1: $(top_builddir)/orte/tools/orterun/orterun.1
|
|
|
|
cp -f $(top_builddir)/orte/tools/orterun/orterun.1 mpirun.1
|
2006-07-01 02:01:56 +04:00
|
|
|
|
2008-08-04 19:17:50 +04:00
|
|
|
mpiexec.1: $(top_builddir)/orte/tools/orterun/orterun.1
|
|
|
|
cp -f $(top_builddir)/orte/tools/orterun/orterun.1 mpiexec.1
|
2006-07-01 02:01:56 +04:00
|
|
|
|
2008-08-04 19:17:50 +04:00
|
|
|
$(top_builddir)/orte/tools/orte-ps/orte-ps.1:
|
|
|
|
(cd $(top_builddir)/orte/tools/orte-ps && $(MAKE) $(AM_MAKEFLAGS) orte-ps.1)
|
2008-08-02 01:14:37 +04:00
|
|
|
|
2008-08-04 19:17:50 +04:00
|
|
|
ompi-ps.1: $(top_builddir)/orte/tools/orte-ps/orte-ps.1
|
|
|
|
cp -f $(top_builddir)/orte/tools/orte-ps/orte-ps.1 ompi-ps.1
|
2006-07-01 02:01:56 +04:00
|
|
|
|
2008-08-04 19:17:50 +04:00
|
|
|
$(top_builddir)/orte/tools/orte-clean/orte-clean.1:
|
|
|
|
(cd $(top_builddir)/orte/tools/orte-clean && $(MAKE) $(AM_MAKEFLAGS) orte-clean.1)
|
2008-08-02 01:14:37 +04:00
|
|
|
|
2008-08-04 19:17:50 +04:00
|
|
|
ompi-clean.1: $(top_builddir)/orte/tools/orte-clean/orte-clean.1
|
|
|
|
cp -f $(top_builddir)/orte/tools/orte-clean/orte-clean.1 ompi-clean.1
|
2006-07-01 02:01:56 +04:00
|
|
|
|
2008-12-22 23:23:05 +03:00
|
|
|
$(top_builddir)/orte/tools/orte-checkpoint/orte-checkpoint.1:
|
|
|
|
(cd $(top_builddir)/orte/tools/orte-checkpoint && $(MAKE) $(AM_MAKEFLAGS) orte-checkpoint.1)
|
|
|
|
|
|
|
|
ompi-checkpoint.1: $(top_builddir)/orte/tools/orte-checkpoint/orte-checkpoint.1
|
2009-04-06 18:04:00 +04:00
|
|
|
cp -f $(top_builddir)/orte/tools/orte-checkpoint/orte-checkpoint.1 ompi-checkpoint.1
|
2008-12-22 23:23:05 +03:00
|
|
|
|
|
|
|
$(top_builddir)/orte/tools/orte-iof/orte-iof.1:
|
|
|
|
(cd $(top_builddir)/orte/tools/orte-iof && $(MAKE) $(AM_MAKEFLAGS) orte-iof.1)
|
|
|
|
|
|
|
|
ompi-iof.1: $(top_builddir)/orte/tools/orte-iof/orte-iof.1
|
|
|
|
cp -f $(top_builddir)/orte/tools/orte-iof/orte-iof.1 ompi-iof.1
|
|
|
|
|
|
|
|
$(top_builddir)/orte/tools/orte-restart/orte-restart.1:
|
|
|
|
(cd $(top_builddir)/orte/tools/orte-restart && $(MAKE) $(AM_MAKEFLAGS) orte-restart.1)
|
|
|
|
|
|
|
|
ompi-restart.1: $(top_builddir)/orte/tools/orte-restart/orte-restart.1
|
|
|
|
cp -f $(top_builddir)/orte/tools/orte-restart/orte-restart.1 ompi-restart.1
|
|
|
|
|
|
|
|
$(top_builddir)/orte/tools/orte-top/orte-top.1:
|
|
|
|
(cd $(top_builddir)/orte/tools/orte-top && $(MAKE) $(AM_MAKEFLAGS) orte-top.1)
|
|
|
|
|
|
|
|
ompi-top.1: $(top_builddir)/orte/tools/orte-top/orte-top.1
|
|
|
|
cp -f $(top_builddir)/orte/tools/orte-top/orte-top.1 ompi-top.1
|
|
|
|
|
2008-08-07 23:20:40 +04:00
|
|
|
distclean-local:
|
2008-08-02 01:14:37 +04:00
|
|
|
rm -f $(man_pages)
|