1
1
openmpi/test/mca/ns/Makefile.am
Laura Casswell aca8377db9 add ns and make run script more general
This commit was SVN r2475.
2004-09-03 14:31:36 +00:00

24 строки
638 B
Makefile

# -*- makefile -*-
#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1
noinst_PROGRAMS = \
test_ns_replica \
test_ns_proxy
test_ns_replica_SOURCES = test_ns_replica.c
test_ns_replica_LDADD = \
$(top_builddir)/test/support/libsupport.la \
$(top_builddir)/src/libmpi.la
test_ns_replica_DEPENDENCIES = $(test_ns_replica_LDADD)
test_ns_proxy_SOURCES = test_ns_proxy.c
test_ns_proxy_LDADD = \
$(top_builddir)/test/support/libsupport.la \
$(top_builddir)/src/libmpi.la
test_ns_proxy_DEPENDENCIES = $(test_ns_proxy_LDADD)