1
1
openmpi/orte/mca/schizo/slurm/Makefile.am

38 строки
1018 B
Makefile
Исходник Обычный вид История

#
# Copyright (c) 2016 Intel, Inc. All rights reserved.
# Copyright (c) 2017 IBM Corporation. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
sources = \
schizo_slurm_component.c \
schizo_slurm.h \
schizo_slurm.c
# Make the output library in this directory, and name it either
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la
# (for static builds).
if MCA_BUILD_orte_schizo_slurm_DSO
component_noinst =
component_install = mca_schizo_slurm.la
else
component_noinst = libmca_schizo_slurm.la
component_install =
endif
mcacomponentdir = $(ortelibdir)
mcacomponent_LTLIBRARIES = $(component_install)
mca_schizo_slurm_la_SOURCES = $(sources)
mca_schizo_slurm_la_LDFLAGS = -module -avoid-version
mca_schizo_slurm_la_LIBADD = $(top_builddir)/orte/lib@ORTE_LIB_PREFIX@open-rte.la
noinst_LTLIBRARIES = $(component_noinst)
libmca_schizo_slurm_la_SOURCES = $(sources)
libmca_schizo_slurm_la_LDFLAGS = -module -avoid-version