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) 2013-2020 Intel, Inc.  All rights reserved.
14# Copyright (c) 2007-2016 Cisco Systems, Inc.  All rights reserved.
15# Copyright (c) 2017      Research Organization for Information Science
16#                         and Technology (RIST). All rights reserved.
17# $COPYRIGHT$
18#
19# Additional copyrights may follow
20#
21# $HEADER$
22#
23
24# This makefile.am does not stand on its own - it is included from
25# Makefile.am
26
27headers += \
28        include/pmix_globals.h
29
30sources += \
31        include/pmix_globals.c
32
33nodist_headers += \
34    include/pmix_config.h
35
36if ! PMIX_EMBEDDED_MODE
37headers += \
38        include/align.h \
39        include/hash_string.h \
40        include/pmix_socket_errno.h \
41        include/pmix_stdint.h \
42        include/prefetch.h \
43        include/types.h \
44        include/pmix_config_top.h \
45        include/pmix_config_bottom.h \
46        include/pmix_portable_platform.h \
47        include/frameworks.h \
48        include/pmix_stdatomic.h
49
50endif ! PMIX_EMBEDDED_MODE
51
52if WANT_INSTALL_HEADERS
53nobase_nodist_pmix_HEADERS = \
54    include/pmix_config.h
55endif
56