openpmix-src 0.1.0

Vendored build of OpenPMIx, developed for use by the Lamellar runtime.
#
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
#                         University Research and Technology
#                         Corporation.  All rights reserved.
# Copyright (c) 2004-2005 The University of Tennessee and The University
#                         of Tennessee Research Foundation.  All rights
#                         reserved.
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
#                         University of Stuttgart.  All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
#                         All rights reserved.
# Copyright (c) 2016      Intel, Inc. All rights reserved
# Copyright (c) 2021      Nanook Consulting  All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#


AM_LFLAGS = -Ppmix_util_keyval_yy
# we do NOT want picky compilers down here
CFLAGS = $(PMIX_CFLAGS_BEFORE_PICKY)

LEX_OUTPUT_ROOT = lex.pmix_util_keyval_yy

noinst_LTLIBRARIES = libpmixutilkeyval.la

# Source code files

libpmixutilkeyval_la_SOURCES = \
	keyval_lex.h \
        keyval_lex.l

MAINTAINERCLEANFILES = keyval_lex.c