2004-09-25 19:31:17 +00:00
|
|
|
#
|
2005-11-05 19:57:48 +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.
|
2004-11-28 20:09:25 +00:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-03-24 12:43:37 +00:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2004-11-22 01:38:40 +00:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
2004-01-07 15:07:14 +00:00
|
|
|
# $HEADER$
|
2003-11-22 16:36:58 +00:00
|
|
|
#
|
|
|
|
|
2006-01-21 02:05:58 +00:00
|
|
|
dist_pkgdata_DATA = mpicc-wrapper-data.txt \
|
|
|
|
mpic++-wrapper-data.txt \
|
|
|
|
mpif77-wrapper-data.txt \
|
|
|
|
mpif90-wrapper-data.txt
|
2003-11-22 16:36:58 +00:00
|
|
|
|
2004-08-17 02:34:17 +00:00
|
|
|
if CASE_SENSITIVE_FS
|
2004-01-12 08:08:20 +00:00
|
|
|
install-exec-hook:
|
2005-12-31 12:33:44 +00:00
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpiCC$(EXEEXT); $(LN_S) mpic++ mpiCC)
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpicxx$(EXEEXT); $(LN_S) mpic++ mpicxx)
|
2006-01-16 01:48:03 +00:00
|
|
|
|
2006-01-21 02:05:58 +00:00
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpicc$(EXEEXT); $(LN_S) opal_wrapper mpicc)
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpic++$(EXEEXT); $(LN_S) opal_wrapper mpic++)
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpiCC$(EXEEXT); $(LN_S) opal_wrapper mpiCC)
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpicxx$(EXEEXT); $(LN_S) opal_wrapper mpicxx)
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpif77$(EXEEXT); $(LN_S) opal_wrapper mpif77)
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpif90$(EXEEXT); $(LN_S) opal_wrapper mpif90)
|
2006-01-16 01:48:03 +00:00
|
|
|
|
2006-01-21 02:05:58 +00:00
|
|
|
(cd $(DESTDIR)$(pkgdatadir); rm -f mpiCC-wrapper-data.txt; $(LN_S) mpic++-wrapper-data.txt mpiCC-wrapper-data.txt)
|
|
|
|
(cd $(DESTDIR)$(pkgdatadir); rm -f mpicxx-wrapper-data.txt; $(LN_S) mpic++-wrapper-data.txt mpicxx-wrapper-data.txt)
|
2004-08-17 02:34:17 +00:00
|
|
|
else
|
|
|
|
install-exec-hook:
|
2005-12-31 12:33:44 +00:00
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpicxx$(EXEEXT); $(LN_S) mpic++ mpicxx)
|
2006-01-16 01:48:03 +00:00
|
|
|
|
2006-01-21 02:05:58 +00:00
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpicc$(EXEEXT); $(LN_S) opal_wrapper mpicc)
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpic++$(EXEEXT); $(LN_S) opal_wrapper mpic++)
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpicxx$(EXEEXT); $(LN_S) opal_wrapper mpicxx)
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpif77$(EXEEXT); $(LN_S) opal_wrapper mpif77)
|
|
|
|
(cd $(DESTDIR)$(bindir); rm -f mpif90$(EXEEXT); $(LN_S) opal_wrapper mpif90)
|
2006-01-16 01:48:03 +00:00
|
|
|
|
2006-01-21 02:05:58 +00:00
|
|
|
(cd $(DESTDIR)$(pkgdatadir); rm -f mpicxx-wrapper-data.txt; $(LN_S) mpic++-wrapper-data.txt mpicxx-wrapper-data.txt)
|
2004-08-17 02:34:17 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
if CASE_SENSITIVE_FS
|
2004-01-12 08:08:20 +00:00
|
|
|
uninstall-local:
|
2005-12-31 12:33:44 +00:00
|
|
|
rm -f $(DESTDIR)$(bindir)/mpiCC$(EXEEXT) \
|
2006-01-16 01:48:03 +00:00
|
|
|
$(DESTDIR)$(bindir)/mpicxx$(EXEEXT) \
|
2006-01-21 02:05:58 +00:00
|
|
|
$(DESTDIR)$(bindir)/mpicc$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/mpic++$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/mpiCC$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/mpicxx$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/mpif77$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/mpif90$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(pkgdatadir)/mpiCC-wrapper-data.txt \
|
|
|
|
$(DESTDIR)$(pkgdatadir)/mpicxx-wrapper-data.txt
|
2006-01-16 01:48:03 +00:00
|
|
|
|
2004-08-17 02:34:17 +00:00
|
|
|
else
|
|
|
|
uninstall-local:
|
2006-01-16 01:48:03 +00:00
|
|
|
rm -f $(DESTDIR)$(bindir)/mpicxx$(EXEEXT) \
|
2006-01-21 02:05:58 +00:00
|
|
|
$(DESTDIR)$(bindir)/mpicc$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/mpic++$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/mpicxx$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/mpif77$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(bindir)/mpif90$(EXEEXT) \
|
|
|
|
$(DESTDIR)$(pkgdatadir)/mpicxx-wrapper-data.txt
|
2004-01-12 07:09:31 +00:00
|
|
|
endif
|