2004-12-07 22:03:20 +03:00
|
|
|
#
|
2005-11-05 22:57:48 +03:00
|
|
|
# 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.
|
2004-12-07 22:03:20 +03:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-03-24 15:43:37 +03:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2010-09-18 03:04:06 +04:00
|
|
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
2004-12-07 22:03:20 +03:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2008-02-28 04:57:57 +03:00
|
|
|
dist_pkgdata_DATA = help-plm-rsh.txt
|
2005-07-28 17:00:32 +04:00
|
|
|
|
2004-12-07 22:03:20 +03:00
|
|
|
sources = \
|
2008-02-28 04:57:57 +03:00
|
|
|
plm_rsh.h \
|
|
|
|
plm_rsh_component.c \
|
|
|
|
plm_rsh_module.c
|
2004-12-07 22:03:20 +03:00
|
|
|
|
2005-03-14 23:57:21 +03:00
|
|
|
# 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).
|
2004-12-07 22:03:20 +03:00
|
|
|
|
2010-09-18 03:04:06 +04:00
|
|
|
if MCA_BUILD_orte_plm_rsh_DSO
|
2004-12-07 22:03:20 +03:00
|
|
|
component_noinst =
|
2008-02-28 04:57:57 +03:00
|
|
|
component_install = mca_plm_rsh.la
|
2004-12-07 22:03:20 +03:00
|
|
|
else
|
2008-02-28 04:57:57 +03:00
|
|
|
component_noinst = libmca_plm_rsh.la
|
2004-12-07 22:03:20 +03:00
|
|
|
component_install =
|
|
|
|
endif
|
|
|
|
|
2007-04-12 15:19:42 +04:00
|
|
|
mcacomponentdir = $(pkglibdir)
|
2004-12-07 22:03:20 +03:00
|
|
|
mcacomponent_LTLIBRARIES = $(component_install)
|
2008-02-28 04:57:57 +03:00
|
|
|
mca_plm_rsh_la_SOURCES = $(sources)
|
|
|
|
mca_plm_rsh_la_LDFLAGS = -module -avoid-version
|
2004-12-07 22:03:20 +03:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = $(component_noinst)
|
2008-02-28 04:57:57 +03:00
|
|
|
libmca_plm_rsh_la_SOURCES =$(sources)
|
|
|
|
libmca_plm_rsh_la_LDFLAGS = -module -avoid-version
|