2005-07-02 15:06:47 +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.
|
2007-12-21 06:02:00 +00:00
|
|
|
# Copyright (c) 2004-2007 The University of Tennessee and The University
|
2005-11-05 19:57:48 +00:00
|
|
|
# of Tennessee Research Foundation. All rights
|
|
|
|
# reserved.
|
2005-07-02 15:06:47 +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 ompi/Makefile.am
|
|
|
|
|
|
|
|
headers += \
|
2009-02-20 19:51:57 +00:00
|
|
|
class/ompi_free_list.h \
|
2009-01-02 17:48:24 +00:00
|
|
|
class/ompi_rb_tree.h \
|
2006-03-23 17:02:17 +00:00
|
|
|
class/ompi_seq_tracker.h
|
2005-10-17 00:21:10 +00:00
|
|
|
|
|
|
|
libmpi_la_SOURCES += \
|
|
|
|
class/ompi_free_list.c \
|
2007-12-21 06:02:00 +00:00
|
|
|
class/ompi_rb_tree.c \
|
2006-03-23 17:02:17 +00:00
|
|
|
class/ompi_seq_tracker.c
|
2005-07-02 15:06:47 +00:00
|
|
|
|