2005-10-17 00:21:10 +00:00
|
|
|
# -*- makefile -*-
|
2004-08-05 14:01:45 +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.
|
2006-02-07 03:32:36 +00:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
2004-11-28 20:09:25 +00:00
|
|
|
# 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$
|
2006-02-07 03:32:36 +00:00
|
|
|
#
|
2004-11-22 01:38:40 +00:00
|
|
|
# Additional copyrights may follow
|
2006-02-07 03:32:36 +00:00
|
|
|
#
|
2004-08-05 14:01:45 +00:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2005-10-17 00:21:10 +00:00
|
|
|
# This makefile.am does not stand on its own - it is included from orte/Makefile.am
|
|
|
|
|
|
|
|
headers += \
|
2006-02-07 03:32:36 +00:00
|
|
|
dss/dss.h \
|
|
|
|
dss/dss_types.h \
|
|
|
|
dss/dss_internal.h
|
2005-10-17 00:21:10 +00:00
|
|
|
|
2006-02-07 03:32:36 +00:00
|
|
|
noinst_LTLIBRARIES += dss/libdss.la
|
|
|
|
dss_libdss_la_SOURCES = \
|
|
|
|
dss/dss_internal_functions.c \
|
|
|
|
dss/dss_arith.c \
|
|
|
|
dss/dss_compare.c \
|
|
|
|
dss/dss_copy.c \
|
|
|
|
dss/dss_get.c \
|
|
|
|
dss/dss_load_unload.c \
|
|
|
|
dss/dss_lookup.c \
|
|
|
|
dss/dss_pack.c \
|
|
|
|
dss/dss_peek.c \
|
|
|
|
dss/dss_print.c \
|
|
|
|
dss/dss_register.c \
|
|
|
|
dss/dss_release.c \
|
|
|
|
dss/dss_set.c \
|
|
|
|
dss/dss_size.c \
|
|
|
|
dss/dss_unpack.c \
|
|
|
|
dss/dss_open_close.c
|