2005-07-02 18:08:19 +04:00
|
|
|
# -*- makefile -*-
|
|
|
|
#
|
2007-03-17 02:11:45 +03:00
|
|
|
# Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
|
2005-11-05 22:57:48 +03:00
|
|
|
# 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.
|
2005-07-02 18:08:19 +04:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2005-10-17 04:21:10 +04:00
|
|
|
# This makefile.am does not stand on its own - it is included from opal/Makefile.am
|
2005-07-02 18:08:19 +04:00
|
|
|
|
|
|
|
# Source code files
|
2005-10-17 04:21:10 +04:00
|
|
|
dist_pkgdata_DATA += runtime/help-opal-runtime.txt
|
2005-07-02 18:08:19 +04:00
|
|
|
|
2005-10-17 04:21:10 +04:00
|
|
|
headers += \
|
|
|
|
runtime/opal_progress.h \
|
2007-03-17 02:11:45 +03:00
|
|
|
runtime/opal.h \
|
|
|
|
runtime/opal_cr.h
|
2005-07-02 18:08:19 +04:00
|
|
|
|
2006-12-05 21:27:24 +03:00
|
|
|
libopen_pal_la_SOURCES += \
|
2005-10-17 04:21:10 +04:00
|
|
|
runtime/opal_progress.c \
|
|
|
|
runtime/opal_finalize.c \
|
2006-01-11 07:36:39 +03:00
|
|
|
runtime/opal_init.c \
|
2007-03-17 02:11:45 +03:00
|
|
|
runtime/opal_params.c \
|
|
|
|
runtime/opal_cr.c
|