2006-01-16 04:48:03 +03: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.
|
2015-06-24 06:59:57 +03:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
2006-01-16 04:48:03 +03:00
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2014-01-25 02:19:36 +04:00
|
|
|
# Copyright (c) 2006-2014 Cisco Systems, Inc. All rights reserved.
|
2014-01-24 21:26:54 +04:00
|
|
|
# Copyright (c) 2014 Intel, Inc. All rights reserved.
|
2014-10-28 10:42:51 +03:00
|
|
|
# Copyright (c) 2014 Research Organization for Information Science
|
|
|
|
# and Technology (RIST). All rights reserved.
|
2006-01-16 04:48:03 +03:00
|
|
|
# $COPYRIGHT$
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2006-01-16 04:48:03 +03:00
|
|
|
# Additional copyrights may follow
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2006-01-16 04:48:03 +03:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2013-02-13 04:33:05 +04:00
|
|
|
if !OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
|
2014-05-06 01:43:05 +04:00
|
|
|
if OPAL_INSTALL_BINARIES
|
2009-10-21 03:46:46 +04:00
|
|
|
|
2014-05-08 18:32:24 +04:00
|
|
|
nodist_ortedata_DATA = ortecc-wrapper-data.txt
|
2010-01-09 04:08:10 +03:00
|
|
|
|
2010-02-24 21:46:06 +03:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = orte.pc
|
|
|
|
|
2014-01-25 02:19:36 +04:00
|
|
|
install-exec-hook:
|
2012-06-21 20:52:37 +04:00
|
|
|
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
2014-10-28 10:42:51 +03:00
|
|
|
(cd $(DESTDIR)$(bindir); rm -f ortecc$(EXEEXT); $(LN_S) opal_wrapper$(EXEEXT) ortecc$(EXEEXT))
|
2006-09-29 18:34:39 +04:00
|
|
|
|
2014-01-25 02:19:36 +04:00
|
|
|
uninstall-local:
|
2014-01-24 21:26:54 +04:00
|
|
|
rm -f $(DESTDIR)$(bindir)/ortecc$(EXEEXT)
|
2006-01-16 04:48:03 +03:00
|
|
|
|
2014-05-06 01:43:05 +04:00
|
|
|
endif # OPAL_INSTALL_BINARIES
|
2006-10-19 22:34:17 +04:00
|
|
|
|
2009-10-24 05:04:35 +04:00
|
|
|
endif # OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
|