2004-08-05 14:01:45 +00:00
|
|
|
#
|
2004-11-22 01:38:40 +00:00
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
|
|
# All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
|
|
# All rights reserved.
|
2004-11-28 20:09:25 +00:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-03-24 12:43:37 +00:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2004-11-22 01:38:40 +00:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
2004-08-05 14:01:45 +00:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(top_ompi_srcdir)/config/Makefile.options
|
|
|
|
|
2005-03-14 20:57:21 +00:00
|
|
|
noinst_LTLIBRARIES = libmca_gpr_replica_api.la
|
|
|
|
libmca_gpr_replica_api_la_SOURCES = \
|
|
|
|
gpr_replica_api.h \
|
|
|
|
gpr_replica_segment_ops_api.c \
|
|
|
|
gpr_replica_cleanup_api.c \
|
|
|
|
gpr_replica_compound_cmd_api.c \
|
|
|
|
gpr_replica_del_index_api.c \
|
|
|
|
gpr_replica_dump_api.c \
|
|
|
|
gpr_replica_arithmetic_ops_api.c \
|
2005-05-01 00:53:00 +00:00
|
|
|
gpr_replica_put_get_api.c \
|
2005-03-14 20:57:21 +00:00
|
|
|
gpr_replica_subscribe_api.c
|