2005-04-01 20:17:49 +00:00
|
|
|
# -*- makefile -*-
|
|
|
|
#
|
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-04-01 20:17:49 +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-04-01 20:17:49 +00:00
|
|
|
|
|
|
|
check_PROGRAMS = \
|
|
|
|
test_ras
|
|
|
|
|
|
|
|
TESTS = \
|
|
|
|
$(check_PROGRAMS)
|
|
|
|
|
|
|
|
test_ras_SOURCES = test_ras.c
|
|
|
|
test_ras_LDADD = \
|
|
|
|
$(top_builddir)/test/support/libsupport.a \
|
2006-12-05 18:27:24 +00:00
|
|
|
$(top_builddir)/orte/libopen-rte.la \
|
|
|
|
$(top_builddir)/opal/libopen-pal.la
|
2005-04-01 20:17:49 +00:00
|
|
|
test_ras_DEPENDENCIES = $(test_ras_LDADD)
|