1
1
openmpi/test/include/Makefile.am
2004-06-15 22:41:41 +00:00

16 строки
340 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
ompi_bitmap_LDADD = \
$(top_builddir)/test/support/libsupport.la
ompi_bitmap_DEPENDENCIES = $(ompi_bitmap_LDADD)