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