1
1
openmpi/test/ns/Makefile.am
Ralph Castain a0cfd47135 Add unit tests for name server.
This commit was SVN r1301.
2004-06-16 03:34:19 +00:00

18 строки
348 B
Makefile

# -*- makefile -*-
#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1
noinst_PROGRAMS = \
ns
ns_SOURCES = ns.c
ns_LDADD = \
$(top_builddir)/src/ns/name_server.lo \
$(top_builddir)/test/support/libsupport.la
ns_DEPENDENCIES = $(ompi_ns_LDADD)