1
1
openmpi/orte/threads/Makefile.am
Ralph Castain a47b33678b Add orte-level thread support to avoid some of the opal_if_threads protection used solely for ompi.
Use threads to help process multicast messages.

This commit was SVN r24009.
2010-11-08 19:09:23 +00:00

21 строка
412 B
Makefile

# -*- makefile -*-
#
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# This makefile.am does not stand on its own - it is included from orte/Makefile.am
# Source code files
headers += \
threads/condition.h \
threads/mutex.h \
threads/threads.h
libopen_rte_la_SOURCES += \
threads/thread.c