1
1

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
Этот коммит содержится в:
Jeff Squyres 2014-01-24 22:19:36 +00:00
родитель f73d23e723
Коммит 21ffddbbd0

Просмотреть файл

@ -9,7 +9,7 @@
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# 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$
#
@ -18,40 +18,21 @@
# $HEADER$
#
#man_pages = ortecc.1
if !OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
if OMPI_INSTALL_BINARIES
nodist_ompidata_DATA = \
ortecc-wrapper-data.txt
nodist_ompidata_DATA = ortecc-wrapper-data.txt
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = orte.pc
#man_MANS = $(man_pages)
install-exec-hook-always:
install-exec-hook:
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
(cd $(DESTDIR)$(bindir); rm -f ortecc$(EXEEXT); $(LN_S) opal_wrapper ortecc)
uninstall-local-always:
uninstall-local:
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 # 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