File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 13
13
#
14
14
15
15
EXTRA_DIST = post_configure.sh \
16
- $(generated_source_modules )
16
+ $(generated_source_modules )
17
17
18
18
MAINTAINERCLEANFILES = \
19
- $(generated_sources )
19
+ $(generated_sources )
20
20
21
21
AM_CPPFLAGS = $(ompi_mtl_ofi_CPPFLAGS ) $(opal_common_ofi_CPPFLAGS )
22
22
23
23
dist_ompidata_DATA = help-mtl-ofi.txt
24
24
25
25
generated_source_modules = \
26
- mtl_ofi_send_opt.pm \
27
- mtl_ofi_isend_opt.pm \
28
- mtl_ofi_irecv_opt.pm \
29
- mtl_ofi_iprobe_opt.pm \
30
- mtl_ofi_improbe_opt.pm
26
+ mtl_ofi_send_opt.pm \
27
+ mtl_ofi_isend_opt.pm \
28
+ mtl_ofi_irecv_opt.pm \
29
+ mtl_ofi_iprobe_opt.pm \
30
+ mtl_ofi_improbe_opt.pm
31
31
32
32
generated_sources = \
33
- mtl_ofi_send_opt.c \
34
- mtl_ofi_isend_opt.c \
35
- mtl_ofi_irecv_opt.c \
36
- mtl_ofi_iprobe_opt.c \
37
- mtl_ofi_improbe_opt.c
33
+ mtl_ofi_send_opt.c \
34
+ mtl_ofi_isend_opt.c \
35
+ mtl_ofi_irecv_opt.c \
36
+ mtl_ofi_iprobe_opt.c \
37
+ mtl_ofi_improbe_opt.c
38
38
39
39
mtl_ofi_sources = \
40
- mtl_ofi.h \
41
- mtl_ofi.c \
42
- mtl_ofi_compat.h \
43
- mtl_ofi_component.c \
44
- mtl_ofi_endpoint.h \
45
- mtl_ofi_endpoint.c \
46
- mtl_ofi_request.h \
47
- mtl_ofi_types.h \
48
- mtl_ofi_opt.h \
49
- $(generated_sources )
40
+ mtl_ofi.h \
41
+ mtl_ofi.c \
42
+ mtl_ofi_compat.h \
43
+ mtl_ofi_component.c \
44
+ mtl_ofi_endpoint.h \
45
+ mtl_ofi_endpoint.c \
46
+ mtl_ofi_request.h \
47
+ mtl_ofi_types.h \
48
+ mtl_ofi_opt.h \
49
+ $(generated_sources )
50
50
51
51
# A number of files are generated from macro expansion to minimize
52
52
# branches in the critical path. These files have perl modules with the suffix
You can’t perform that action at this time.
0 commit comments