3 # Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
4 # University Research and Technology
5 # Corporation. All rights reserved.
6 # Copyright (c) 2004-2005 The University of Tennessee and The University
7 # of Tennessee Research Foundation. All rights
9 # Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
10 # University of Stuttgart. All rights reserved.
11 # Copyright (c) 2004-2005 The Regents of the University of California.
12 # All rights reserved.
15 # Additional copyrights may follow
21 AM_CPPFLAGS = -I$(top_srcdir)/test/support
34 soh_dt_buffer_SOURCES = soh_dt_buffer.c
35 soh_dt_buffer_LDADD = \
36 $(top_builddir)/orte/liborte.la \
37 $(top_builddir)/opal/libopal.la
38 soh_dt_buffer_DEPENDENCIES = $(soh_dt_buffer_LDADD)
40 soh_dt_copy_SOURCES = soh_dt_copy.c
42 $(top_builddir)/orte/liborte.la \
43 $(top_builddir)/opal/libopal.la
44 soh_dt_copy_DEPENDENCIES = $(soh_dt_copy_LDADD)
46 soh_dt_compare_SOURCES = soh_dt_compare.c
47 soh_dt_compare_LDADD = \
48 $(top_builddir)/orte/liborte.la \
49 $(top_builddir)/opal/libopal.la
50 soh_dt_compare_DEPENDENCIES = $(soh_dt_compare_LDADD)
52 soh_dt_print_SOURCES = soh_dt_print.c
53 soh_dt_print_LDADD = \
54 $(top_builddir)/orte/liborte.la \
55 $(top_builddir)/opal/libopal.la
56 soh_dt_print_DEPENDENCIES = $(soh_dt_print_LDADD)
58 soh_dt_size_SOURCES = soh_dt_size.c
60 $(top_builddir)/orte/liborte.la \
61 $(top_builddir)/opal/libopal.la
62 soh_dt_size_DEPENDENCIES = $(soh_dt_size_LDADD)
64 soh_dt_release_SOURCES = soh_dt_release.c
65 soh_dt_release_LDADD = \
66 $(top_builddir)/orte/liborte.la \
67 $(top_builddir)/opal/libopal.la
68 soh_dt_release_DEPENDENCIES = $(soh_dt_release_LDADD)