1
1
openmpi/orte/mca/state/hnp/Makefile.am
Brian Barrett e61c00212d Add files found in svn but not tarball
This commit was SVN r27549.
2012-11-01 02:27:03 +00:00

38 строки
905 B
Makefile

#
# Copyright (c) 2011 Los Alamos National Security, LLC.
# All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
EXTRA_DIST = .windows
sources = \
state_hnp.h \
state_hnp_component.c \
state_hnp.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_state_hnp_DSO
component_noinst =
component_install = mca_state_hnp.la
else
component_noinst = libmca_state_hnp.la
component_install =
endif
mcacomponentdir = $(pkglibdir)
mcacomponent_LTLIBRARIES = $(component_install)
mca_state_hnp_la_SOURCES = $(sources)
mca_state_hnp_la_LDFLAGS = -module -avoid-version
noinst_LTLIBRARIES = $(component_noinst)
libmca_state_hnp_la_SOURCES =$(sources)
libmca_state_hnp_la_LDFLAGS = -module -avoid-version