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
20 AM_CPPFLAGS = -I$(top_srcdir)/test/support
22 AM_LDFLAGS = -lpthread
31 opal_thread_SOURCES = opal_thread.c
33 $(top_builddir)/test/support/libsupport.a \
34 $(top_builddir)/opal/libopal.la
35 opal_thread_DEPENDENCIES = $(opal_thread_LDADD)
37 opal_condition_SOURCES = opal_condition.c
38 opal_condition_LDADD = \
39 $(top_builddir)/test/support/libsupport.a \
40 $(top_builddir)/opal/libopal.la
41 opal_condition_DEPENDENCIES = $(opal_condition_LDADD)