a0cfd47135
This commit was SVN r1301.
18 строки
348 B
Makefile
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)
|
|
|