# # 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 Research Organization for Information Science # and Technology (RIST). All rights reserved. # Copyright (c) 2019-2020 Intel, Inc. All rights reserved. # Copyright (c) 2020 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2022 Nanook Consulting. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow # # $HEADER$ # AM_LFLAGS = -Pprte_util_hostfile_ LEX_OUTPUT_ROOT = lex.prte_util_hostfile_ # we do NOT want picky compilers down here CFLAGS = $(PMIX_CFLAGS_BEFORE_PICKY) noinst_LTLIBRARIES = libprrteutilhostfile.la # Source code files libprrteutilhostfile_la_SOURCES = \ hostfile_lex.h \ hostfile_lex.l \ hostfile.h \ hostfile.c maintainer-clean-local: rm -f hostfile_lex.c