Addendum to r30408: if we're going to remove stale kruft, let's remove
all of it. :-) Refs trac:4175. This commit was SVN r30417. The following SVN revision numbers were found above: r30408 --> open-mpi/ompi@31acdb15bc The following Trac tickets were found above: Ticket 4175 --> https://svn.open-mpi.org/trac/ompi/ticket/4175
Этот коммит содержится в:
родитель
f73d23e723
Коммит
21ffddbbd0
@ -9,7 +9,7 @@
|
|||||||
# University of Stuttgart. All rights reserved.
|
# University of Stuttgart. All rights reserved.
|
||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
|
# Copyright (c) 2006-2014 Cisco Systems, Inc. All rights reserved.
|
||||||
# Copyright (c) 2014 Intel, Inc. All rights reserved.
|
# Copyright (c) 2014 Intel, Inc. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
@ -18,40 +18,21 @@
|
|||||||
# $HEADER$
|
# $HEADER$
|
||||||
#
|
#
|
||||||
|
|
||||||
#man_pages = ortecc.1
|
|
||||||
|
|
||||||
if !OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
|
if !OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
|
||||||
if OMPI_INSTALL_BINARIES
|
if OMPI_INSTALL_BINARIES
|
||||||
|
|
||||||
nodist_ompidata_DATA = \
|
nodist_ompidata_DATA = ortecc-wrapper-data.txt
|
||||||
ortecc-wrapper-data.txt
|
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = orte.pc
|
pkgconfig_DATA = orte.pc
|
||||||
|
|
||||||
#man_MANS = $(man_pages)
|
install-exec-hook:
|
||||||
|
|
||||||
install-exec-hook-always:
|
|
||||||
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
||||||
(cd $(DESTDIR)$(bindir); rm -f ortecc$(EXEEXT); $(LN_S) opal_wrapper ortecc)
|
(cd $(DESTDIR)$(bindir); rm -f ortecc$(EXEEXT); $(LN_S) opal_wrapper ortecc)
|
||||||
|
|
||||||
uninstall-local-always:
|
uninstall-local:
|
||||||
rm -f $(DESTDIR)$(bindir)/ortecc$(EXEEXT)
|
rm -f $(DESTDIR)$(bindir)/ortecc$(EXEEXT)
|
||||||
|
|
||||||
install-exec-hook: install-exec-hook-always
|
|
||||||
|
|
||||||
install-data-hook:
|
|
||||||
|
|
||||||
uninstall-local: uninstall-local-always
|
|
||||||
|
|
||||||
|
|
||||||
endif # OMPI_INSTALL_BINARIES
|
endif # OMPI_INSTALL_BINARIES
|
||||||
|
|
||||||
endif # OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
|
endif # OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
|
||||||
|
|
||||||
distclean-local:
|
|
||||||
# rm -f $(man_pages)
|
|
||||||
|
|
||||||
#ortecc.1: $(top_builddir)/opal/tools/wrappers/generic_wrapper.1
|
|
||||||
# rm -f ortecc.1
|
|
||||||
# sed -e 's/#COMMAND#/ortecc/g' -e 's/#PROJECT#/OpenRTE/g' -e 's/#PROJECT_SHORT#/ORTE/g' -e 's/#LANGUAGE#/C/g' < $(top_builddir)/opal/tools/wrappers/generic_wrapper.1 > ortecc.1
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user