1
1
openmpi/test/predefined/Makefile.inc
Jeff Squyres a6915364e9 Only build this test if we've enabled the OMPI layer.
This commit was SVN r23520.
2010-07-28 14:14:22 +00:00

22 строки
593 B
Makefile

# -*- makefile -*-
#
# Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.
# Copyright (c) 2009-2010 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
if PROJECT_OMPI
check_PROGRAMS = predefined/ompi_predefined
endif
predefined_ompi_predefined_SOURCES = predefined/ompi_predefined.c
predefined_ompi_predefined_LDADD = \
$(top_builddir)/ompi/libmpi.la \
$(top_builddir)/orte/libopen-rte.la \
$(top_builddir)/opal/libopen-pal.la
predefined_ompi_predefined_DEPENDENCIES = $(ompi_predefined_LDADD)