2004-08-18 02:24:17 +04:00
|
|
|
#
|
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.
|
|
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
# of Tennessee Research Foundation. All rights
|
|
|
|
# reserved.
|
2004-11-28 23:09:25 +03:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-03-24 15:43:37 +03:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2004-11-22 04:38:40 +03:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
2004-08-18 02:24:17 +04:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2006-07-11 18:48:31 +04:00
|
|
|
dist_pkgdata_DATA = base/help-orte-rmaps-base.txt
|
2006-07-11 16:15:25 +04:00
|
|
|
|
2005-11-20 04:03:01 +03:00
|
|
|
headers += \
|
2005-12-08 07:00:52 +03:00
|
|
|
base/base.h \
|
2006-10-07 19:45:24 +04:00
|
|
|
base/rmaps_class_instances.h \
|
2006-09-15 01:29:51 +04:00
|
|
|
base/rmaps_private.h
|
2005-11-20 04:03:01 +03:00
|
|
|
|
|
|
|
libmca_rmaps_la_SOURCES += \
|
|
|
|
base/rmaps_base_close.c \
|
2006-10-07 19:45:24 +04:00
|
|
|
base/rmaps_base_registry_fns.c \
|
2006-09-15 01:29:51 +04:00
|
|
|
base/rmaps_base_map_job.c \
|
2006-10-07 19:45:24 +04:00
|
|
|
base/rmaps_base_support_fns.c \
|
2005-11-20 04:03:01 +03:00
|
|
|
base/rmaps_base_open.c \
|
2006-09-15 01:29:51 +04:00
|
|
|
base/rmaps_base_receive.c \
|
2006-10-03 21:40:00 +04: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
|