1
1
openmpi/orte/mca/grpcomm/mcast/Makefile.am
Ralph Castain 8954700845 No, we don't have a .windows file...
This commit was SVN r22710.
2010-02-25 02:18:54 +00:00

35 строки
870 B
Makefile

#
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
sources = \
grpcomm_mcast.h \
grpcomm_mcast.c \
grpcomm_mcast_component.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 OMPI_BUILD_grpcomm_mcast_DSO
component_noinst =
component_install = mca_grpcomm_mcast.la
else
component_noinst = libmca_grpcomm_mcast.la
component_install =
endif
mcacomponentdir = $(pkglibdir)
mcacomponent_LTLIBRARIES = $(component_install)
mca_grpcomm_mcast_la_SOURCES = $(sources)
mca_grpcomm_mcast_la_LDFLAGS = -module -avoid-version
noinst_LTLIBRARIES = $(component_noinst)
libmca_grpcomm_mcast_la_SOURCES =$(sources)
libmca_grpcomm_mcast_la_LDFLAGS = -module -avoid-version