there was an #include directive missing
[openmpi-llc.git] / test / mca / soh / Makefile.am
blobc54d9088881898bf907d084d73da7e4b72bd5db2
1 # -*- makefile -*-
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
8 #                         reserved.
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.
13 # $COPYRIGHT$
14
15 # Additional copyrights may follow
16
17 # $HEADER$
21 AM_CPPFLAGS = -I$(top_srcdir)/test/support
23 check_PROGRAMS = \
24         soh_dt_buffer \
25         soh_dt_compare \
26         soh_dt_print \
27         soh_dt_size \
28         soh_dt_release \
29         soh_dt_copy
31 TESTS = \
32         $(check_PROGRAMS)
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
41 soh_dt_copy_LDADD = \
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
59 soh_dt_size_LDADD = \
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)