# -*- makefile -*-
#
# 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.
# 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 (c) 2009-2010 Cisco Systems, Inc.  All rights reserved.
# $COPYRIGHT$
# 
# Additional copyrights may follow
# 
# $HEADER$
#

lib_LTLIBRARIES = libompitrace.la

libompitrace_la_SOURCES = \
        abort.c \
        accumulate.c \
        add_error_class.c \
        add_error_code.c \
        add_error_string.c \
        address.c \
        allgather.c \
        allgatherv.c \
        alloc_mem.c \
        allreduce.c \
        barrier.c \
        bcast.c \
        finalize.c \
        init.c \
        isend.c \
        recv.c \
        reduce.c \
        request_free.c \
        send.c \
        sendrecv.c