16d250b376
This commit was SVN r2344.
17 строки
358 B
Makefile
17 строки
358 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)/src/libmpi.la \
|
|
$(top_builddir)/test/support/libsupport.la
|
|
atomic_DEPENDENCIES = $(atomic_LDADD)
|