a31bc57849
This commit was SVN r28035.
19 строки
466 B
Makefile
19 строки
466 B
Makefile
# Copyright (c) 2013 Oak Ridge National Laboratory. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
headers += \
|
|
patterns/net/netpatterns.h \
|
|
patterns/net/netpatterns_knomial_tree.h \
|
|
patterns/net/coll_ops.h
|
|
|
|
libmpi_la_SOURCES += \
|
|
patterns/net/netpatterns_base.c \
|
|
patterns/net/netpatterns_multinomial_tree.c \
|
|
patterns/net/netpatterns_nary_tree.c \
|
|
patterns/net/netpatterns_knomial_tree.c
|