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