2005-08-09 22:40:42 +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.
|
2005-08-09 22:40:42 +00:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2005-09-07 05:54:53 +00:00
|
|
|
|
2005-08-09 22:40:42 +00:00
|
|
|
|
|
|
|
check_PROGRAMS = \
|
2005-08-12 13:29:26 +00:00
|
|
|
opal_memory_basic \
|
2005-08-18 15:45:09 +00:00
|
|
|
opal_memory_speed \
|
|
|
|
opal_memory_cxx
|
2005-08-09 22:40:42 +00:00
|
|
|
|
|
|
|
TESTS = \
|
|
|
|
$(check_PROGRAMS)
|
|
|
|
|
|
|
|
opal_memory_basic_SOURCES = opal_memory_basic.c
|
2005-08-14 17:22:54 +00:00
|
|
|
opal_memory_basic_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
|
2005-08-09 22:40:42 +00:00
|
|
|
opal_memory_basic_LDADD = \
|
2006-12-05 18:27:24 +00:00
|
|
|
$(top_builddir)/opal/libopen-pal.la
|
2005-08-09 22:40:42 +00:00
|
|
|
opal_memory_basic_DEPENDENCIES = $(opal_memory_basic_LDADD)
|
2005-08-12 13:29:26 +00:00
|
|
|
|
|
|
|
opal_memory_speed_SOURCES = opal_memory_speed.c
|
2005-08-14 17:22:54 +00:00
|
|
|
opal_memory_speed_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
|
2005-08-12 13:29:26 +00:00
|
|
|
opal_memory_speed_LDADD = \
|
2006-12-05 18:27:24 +00:00
|
|
|
$(top_builddir)/opal/libopen-pal.la
|
2005-08-12 13:29:26 +00:00
|
|
|
opal_memory_speed_DEPENDENCIES = $(opal_memory_speed_LDADD)
|
2005-08-18 15:45:09 +00:00
|
|
|
|
|
|
|
opal_memory_cxx_SOURCES = opal_memory_cxx.cc
|
|
|
|
opal_memory_cxx_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
|
|
|
|
opal_memory_cxx_LDADD = \
|
2006-12-05 18:27:24 +00:00
|
|
|
$(top_builddir)/opal/libopen-pal.la
|
2005-08-18 15:45:09 +00:00
|
|
|
opal_memory_cxx_DEPENDENCIES = $(opal_memory_cxx_LDADD)
|