forked from openucx/ucx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
179 lines (171 loc) · 3.68 KB
/
Copy pathMakefile.am
File metadata and controls
179 lines (171 loc) · 3.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
#
# Copyright (c) NVIDIA CORPORATION & AFFILIATES, 2001-2026. ALL RIGHTS RESERVED.
# Copyright (c) UT-Battelle, LLC. 2017. ALL RIGHTS RESERVED.
# Copyright (C) Los Alamos National Security, LLC. 2019. ALL RIGHTS RESERVED.
# See file LICENSE for terms.
#
lib_LTLIBRARIES = libucp.la
libucp_la_CFLAGS = $(BASE_CFLAGS) $(LT_CFLAGS)
libucp_la_LIBS =
libucp_la_CPPFLAGS = $(BASE_CPPFLAGS)
libucp_la_LDFLAGS = -ldl -version-info $(SOVERSION)
libucp_la_LIBADD = ../ucs/libucs.la ../uct/libuct.la
libucp_ladir = $(includedir)/ucp
nobase_dist_libucp_la_HEADERS = \
api/ucp_compat.h \
api/ucp_def.h \
api/ucp_version.h \
api/ucp.h \
api/device/ucp_device_impl.h \
api/device/ucp_device_types.h \
api/device/ucp_host.h
noinst_HEADERS = \
am/eager.inl \
am/ucp_am.inl \
core/ucp_am.h \
core/ucp_context.h \
core/ucp_ep.h \
core/ucp_ep.inl \
core/ucp_ep_vfs.h \
core/ucp_listener.h \
core/ucp_mm.h \
core/ucp_mm.inl \
core/ucp_proxy_ep.h \
core/ucp_request.h \
core/ucp_request.inl \
core/ucp_rkey.h \
core/ucp_rkey.inl \
core/ucp_worker.h \
core/ucp_worker.inl \
core/ucp_thread.h \
core/ucp_types.h \
core/ucp_vfs.h \
dt/datatype_iter.h \
dt/datatype_iter.inl \
dt/dt.h \
dt/dt.inl \
dt/dt_contig.h \
dt/dt_iov.h \
dt/dt_sgl.h \
dt/dt_generic.h \
proto/lane_type.h \
proto/proto_am.h \
proto/proto_am.inl \
proto/proto_init.h \
proto/proto_common.h \
proto/proto_common.inl \
proto/proto_debug.h \
proto/proto_multi.h \
proto/proto_multi.inl \
proto/proto_perf.h \
proto/proto_select.h \
proto/proto_select.inl \
proto/proto_single.h \
proto/proto_single.inl \
proto/proto.h \
rma/rma.h \
rma/rma.inl \
rndv/proto_rndv.h \
rndv/proto_rndv.inl \
rndv/rndv_mtype.inl \
rndv/rndv.h \
rndv/rndv.inl \
tag/eager.h \
tag/proto_eager.inl \
tag/tag_rndv.h \
tag/tag_match.h \
tag/tag_match.inl \
tag/offload.h \
wireup/address.h \
wireup/ep_match.h \
wireup/wireup_ep.h \
wireup/wireup.h \
wireup/wireup_cm.h \
stream/stream.h
devel_headers = \
core/ucp_resource.h
if INSTALL_DEVEL_HEADERS
nobase_dist_libucp_la_HEADERS += $(devel_headers)
else
noinst_HEADERS += $(devel_headers)
endif
if ENABLE_EXPERIMENTAL_API
nobase_dist_libucp_la_HEADERS += api/ucpx.h
else
noinst_HEADERS += api/ucpx.h
endif
libucp_la_SOURCES = \
am/eager_single.c \
am/eager_multi.c \
am/rndv.c \
core/ucp_context.c \
core/ucp_am.c \
core/ucp_ep.c \
core/ucp_ep_vfs.c \
core/ucp_listener.c \
core/ucp_mm.c \
core/ucp_proxy_ep.c \
core/ucp_request.c \
core/ucp_rkey.c \
core/ucp_version.c \
core/ucp_vfs.c \
core/ucp_worker.c \
core/ucp_device.c \
dt/datatype_iter.c \
dt/dt_iov.c \
dt/dt_sgl.c \
dt/dt_generic.c \
dt/dt.c \
proto/lane_type.c \
proto/proto_am.c \
proto/proto_init.c \
proto/proto_common.c \
proto/proto_debug.c \
proto/proto_perf.c \
proto/proto_reconfig.c \
proto/proto_multi.c \
proto/proto_select.c \
proto/proto_single.c \
proto/proto.c \
rma/amo_basic.c \
rma/amo_offload.c \
rma/amo_send.c \
rma/amo_sw.c \
rma/get_am.c \
rma/get_offload.c \
rma/put_am.c \
rma/put_offload.c \
rma/rma_basic.c \
rma/rma_send.c \
rma/rma_sw.c \
rma/flush.c \
rndv/proto_rndv.c \
rndv/rndv_am.c \
rndv/rndv_get.c \
rndv/rndv_ppln.c \
rndv/rndv_put.c \
rndv/rndv_rtr.c \
rndv/rndv_ats.c \
rndv/rndv_rkey_ptr.c \
rndv/rndv.c \
stream/stream_multi.c \
stream/stream_recv.c \
stream/stream_send.c \
tag/eager_multi.c \
tag/eager_rcv.c \
tag/eager_snd.c \
tag/eager_single.c \
tag/probe.c \
tag/tag_rndv.c \
tag/tag_match.c \
tag/tag_recv.c \
tag/tag_send.c \
tag/offload.c \
tag/offload/eager.c \
tag/offload/rndv.c \
wireup/address.c \
wireup/ep_match.c \
wireup/select.c \
wireup/wireup_ep.c \
wireup/wireup.c \
wireup/wireup_cm.c