1
1
openmpi/test/include/Makefile.am
Jeff Squyres ceec782bcd Minor fixes to make the tree build correctly. Temporaryly removed
test/include from the build because it only has one program that
doesn't compile right now.

This commit was SVN r1297.
2004-06-16 00:34:27 +00:00

16 строки
330 B
Makefile

# -*- makefile -*-
#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1
noinst_PROGRAMS = \
atomic
atomic_SOURCES = atomic.c
atomic_LDADD = \
$(top_builddir)/test/support/libsupport.la
atomic_DEPENDENCIES = $(ompi_bitmap_LDADD)