9
9
# University of Stuttgart. All rights reserved.
10
10
# Copyright (c) 2004-2005 The Regents of the University of California.
11
11
# All rights reserved.
12
- # Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved.
12
+ # Copyright (c) 2009-2017 Cisco Systems, Inc. All rights reserved
13
13
# Copyright (c) 2014 NVIDIA Corporation. All rights reserved.
14
14
# $COPYRIGHT$
15
15
#
20
20
21
21
dist_opaldata_DATA = help-mpi-btl-sm.txt
22
22
23
- libmca_btl_sm_la_sources = \
24
- btl_sm.c \
25
- btl_sm.h \
26
- btl_sm_component.c \
27
- btl_sm_endpoint.h \
28
- btl_sm_fifo.h \
29
- btl_sm_frag.c \
30
- btl_sm_frag.h
23
+ libmca_btl_sm_la_sources = btl_sm_component.c
31
24
32
25
# Make the output library in this directory, and name it either
33
26
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la
@@ -41,19 +34,10 @@ component_noinst = libmca_btl_sm.la
41
34
component_install =
42
35
endif
43
36
44
- # See opal/mca/common/sm/Makefile.am for an explanation of
45
- # libmca_common_sm.la.
46
-
47
37
mcacomponentdir = $(opallibdir )
48
38
mcacomponent_LTLIBRARIES = $(component_install )
49
39
mca_btl_sm_la_SOURCES = $(libmca_btl_sm_la_sources )
50
40
mca_btl_sm_la_LDFLAGS = -module -avoid-version
51
- mca_btl_sm_la_LIBADD = \
52
- $(OPAL_TOP_BUILDDIR ) /opal/mca/common/sm/lib@OPAL_LIB_PREFIX@mca_common_sm.la
53
- if OPAL_cuda_support
54
- mca_btl_sm_la_LIBADD += \
55
- $(OPAL_TOP_BUILDDIR ) /opal/mca/common/cuda/lib@OPAL_LIB_PREFIX@mca_common_cuda.la
56
- endif
57
41
mca_btl_sm_la_CPPFLAGS = $(btl_sm_CPPFLAGS )
58
42
59
43
noinst_LTLIBRARIES = $(component_noinst )
0 commit comments