openpmix-src 0.1.0-rc.1

Vendored build of OpenPMIx, developed for use by the Lamellar runtime.
# -*- makefile -*-
#
# Copyright (c) 2015-2019 Intel, Inc.  All rights reserved.
# Copyright (c) 2016      Cisco Systems, Inc.  All rights reserved.
# Copyright (c) 2023-2025 Nanook Consulting  All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#

dist_pmixdata_DATA += \
        common/help-pfexec-base.txt

sources += \
        common/pmix_query.c \
        common/pmix_strings.c \
        common/pmix_log.c \
        common/pmix_control.c \
        common/pmix_data.c \
        common/pmix_security.c \
        common/pmix_iof.c \
        common/pmix_attributes.c \
        common/pmix_alloc.c \
        common/pmix_pfexec.c

headers += \
        common/pmix_iof.h \
        common/pmix_attributes.h \
        common/pmix_pfexec.h