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-2007 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) 2013-2019 Intel, Inc.  All rights reserved.
14# Copyright (c) 2016      Cisco Systems, Inc.  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
23# Makefile.am
24
25# Source code files
26headers += \
27        class/pmix_bitmap.h \
28        class/pmix_object.h \
29        class/pmix_list.h \
30        class/pmix_pointer_array.h \
31        class/pmix_hash_table.h \
32        class/pmix_hotel.h \
33        class/pmix_ring_buffer.h \
34        class/pmix_value_array.h
35
36sources += \
37        class/pmix_bitmap.c \
38        class/pmix_object.c \
39        class/pmix_list.c \
40        class/pmix_pointer_array.c \
41        class/pmix_hash_table.c \
42        class/pmix_hotel.c \
43        class/pmix_ring_buffer.c \
44        class/pmix_value_array.c
45