2004-08-17 22:24:17 +00:00
|
|
|
#
|
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.
|
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-17 22:24:17 +00:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2006-07-11 14:48:31 +00:00
|
|
|
dist_pkgdata_DATA = base/help-orte-rmaps-base.txt
|
2006-07-11 12:15:25 +00:00
|
|
|
|
2005-11-20 01:03:01 +00:00
|
|
|
headers += \
|
2005-12-08 04:00:52 +00:00
|
|
|
base/base.h \
|
2006-10-07 15:45:24 +00:00
|
|
|
base/rmaps_class_instances.h \
|
2006-09-14 21:29:51 +00:00
|
|
|
base/rmaps_private.h
|
2005-11-20 01:03:01 +00:00
|
|
|
|
|
|
|
libmca_rmaps_la_SOURCES += \
|
|
|
|
base/rmaps_base_close.c \
|
2006-10-07 15:45:24 +00:00
|
|
|
base/rmaps_base_registry_fns.c \
|
2006-09-14 21:29:51 +00:00
|
|
|
base/rmaps_base_map_job.c \
|
2006-10-07 15:45:24 +00:00
|
|
|
base/rmaps_base_support_fns.c \
|
2005-11-20 01:03:01 +00:00
|
|
|
base/rmaps_base_open.c \
|
2006-09-14 21:29:51 +00:00
|
|
|
base/rmaps_base_receive.c \
|
2006-10-03 17:40:00 +00:00
|
|
|
base/rmaps_base_find_avail.c \
|
|
|
|
base/data_type_support/rmaps_data_type_compare_fns.c \
|
|
|
|
base/data_type_support/rmaps_data_type_copy_fns.c \
|
|
|
|
base/data_type_support/rmaps_data_type_packing_fns.c \
|
|
|
|
base/data_type_support/rmaps_data_type_print_fns.c \
|
|
|
|
base/data_type_support/rmaps_data_type_release_fns.c \
|
|
|
|
base/data_type_support/rmaps_data_type_size_fns.c \
|
|
|
|
base/data_type_support/rmaps_data_type_unpacking_fns.c
|