1# -*- makefile -*-
2#
3# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
4#                         University Research and Technology
5#                         Corporation.  All rights reserved.
6# Copyright (c) 2004-2005 The University of Tennessee and The University
7#                         of Tennessee Research Foundation.  All rights
8#                         reserved.
9# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
10#                         University of Stuttgart.  All rights reserved.
11# Copyright (c) 2004-2005 The Regents of the University of California.
12#                         All rights reserved.
13# Copyright (c) 2006-2007 University of Houston. All rights reserved.
14# Copyright (c) 2016      IBM Corporation.  All rights reserved.
15# $COPYRIGHT$
16#
17# Additional copyrights may follow
18#
19# $HEADER$
20#
21
22# This makefile.am does not stand on its own - it is included from ompi/Makefile.am
23
24headers += \
25        group/group.h \
26	group/group_dbg.h
27
28lib@OMPI_LIBMPI_NAME@_la_SOURCES += \
29        group/group.c \
30        group/group_init.c \
31        group/group_set_rank.c \
32        group/group_plist.c \
33	group/group_sporadic.c \
34	group/group_strided.c \
35	group/group_bitmap.c
36