2005-07-02 14:08:19 +00:00
|
|
|
# -*- makefile -*-
|
|
|
|
#
|
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.
|
2005-07-02 14:08:19 +00: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 00:21:10 +00:00
|
|
|
# This makefile.am does not stand on its own - it is included from opal/Makefile.am
|
2005-07-02 14:08:19 +00:00
|
|
|
|
|
|
|
# Source code files
|
2005-10-17 00:21:10 +00:00
|
|
|
dist_pkgdata_DATA += runtime/help-opal-runtime.txt
|
2005-07-02 14:08:19 +00:00
|
|
|
|
2005-10-17 00:21:10 +00:00
|
|
|
headers += \
|
|
|
|
runtime/opal_progress.h \
|
|
|
|
runtime/opal.h
|
2005-07-02 14:08:19 +00:00
|
|
|
|
2006-12-05 18:27:24 +00:00
|
|
|
libopen_pal_la_SOURCES += \
|
2005-10-17 00:21:10 +00:00
|
|
|
runtime/opal_progress.c \
|
|
|
|
runtime/opal_finalize.c \
|
2006-01-11 04:36:39 +00:00
|
|
|
runtime/opal_init.c \
|
|
|
|
runtime/opal_params.c
|