2005-04-01 20:17:49 +00:00
|
|
|
# -*- makefile -*-
|
|
|
|
#
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
|
|
# All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
|
|
# All rights reserved.
|
|
|
|
# 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 \
|
2005-07-04 14:53:10 +00:00
|
|
|
$(top_builddir)/orte/liborte.la \
|
|
|
|
$(top_builddir)/opal/libopal.la
|
2005-04-01 20:17:49 +00:00
|
|
|
test_ras_DEPENDENCIES = $(test_ras_LDADD)
|