File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
# Copyright (c) 2012-2013 Los Alamos National Security, LLC.
5
5
# All rights reserved.
6
6
# Copyright (c) 2015 Intel, Inc. All rights reserved
7
+ # Copyright (c) 2016 Research Organization for Information Science
8
+ # and Technology (RIST). All rights reserved.
7
9
# $COPYRIGHT$
8
10
#
9
11
# Additional copyrights may follow
@@ -68,22 +70,18 @@ nobase_opal_HEADERS = $(headers)
68
70
nobase_nodist_opal_HEADERS = libevent/include/event2/event-config.h
69
71
endif
70
72
71
- # Make the output library in this directory, and name it either
72
- # mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la
73
- # (for static builds).
73
+ # Make the output library in this directory, and name it
74
+ # libmca_<type>_<name>.la because build is forced to be static-only
74
75
75
- if MCA_BUILD_opal_event_libevent2022_DSO
76
- component_noinst =
77
- component_install = mca_event_libevent2022.la
78
- else
79
76
component_noinst = libmca_event_libevent2022.la
80
77
component_install =
81
- endif
78
+
82
79
83
80
# We only ever build this component statically
84
81
85
82
noinst_LTLIBRARIES = $(component_noinst )
86
83
libmca_event_libevent2022_la_SOURCES =$(sources )
87
84
libmca_event_libevent2022_la_LDFLAGS = -module -avoid-version
88
85
libmca_event_libevent2022_la_LIBADD = $(builddir ) /libevent/libevent.la
86
+ libmca_event_libevent2022_la_DEPENDENCIES = $(builddir ) /libevent/libevent.la
89
87
Original file line number Diff line number Diff line change 1
1
#
2
2
# Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
3
3
# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
4
- # Copyright (c) 2015 Research Organization for Information Science
4
+ # Copyright (c) 2015-2016 Research Organization for Information Science
5
5
# and Technology (RIST). All rights reserved.
6
6
# $COPYRIGHT$
7
7
#
@@ -42,10 +42,12 @@ mca_pmix_pmix112_la_CPPFLAGS = \
42
42
-I$(srcdir ) /pmix/include $(opal_pmix_pmix112_CPPFLAGS )
43
43
mca_pmix_pmix112_la_LDFLAGS = -module -avoid-version $(opal_pmix_pmix112_LDFLAGS )
44
44
mca_pmix_pmix112_la_LIBADD = $(opal_pmix_pmix112_LIBS )
45
+ mca_pmix_pmix112_la_DEPENDENCIES = $(opal_pmix_pmix112_LIBS )
45
46
46
47
noinst_LTLIBRARIES = $(component_noinst )
47
48
libmca_pmix_pmix112_la_SOURCES =$(sources )
48
49
libmca_pmix_pmix112_la_CFLAGS = $(opal_pmix_pmix112_CFLAGS )
49
50
libmca_pmix_pmix112_la_CPPFLAGS = -I$(srcdir ) /pmix/include $(opal_pmix_pmix112_CPPFLAGS )
50
51
libmca_pmix_pmix112_la_LDFLAGS = -module -avoid-version $(opal_pmix_pmix112_LDFLAGS )
51
52
libmca_pmix_pmix112_la_LIBADD = $(opal_pmix_pmix112_LIBS )
53
+ libmca_pmix_pmix112_la_DEPENDENCIES = $(opal_pmix_pmix112_LIBS )
You can’t perform that action at this time.
0 commit comments