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 1313#
1414
1515EXTRA_DIST = post_configure.sh \
16- $(generated_source_modules )
16+ $(generated_source_modules )
1717
1818MAINTAINERCLEANFILES = \
19- $(generated_sources )
19+ $(generated_sources )
2020
2121AM_CPPFLAGS = $(ompi_mtl_ofi_CPPFLAGS ) $(opal_common_ofi_CPPFLAGS )
2222
2323dist_ompidata_DATA = help-mtl-ofi.txt
2424
2525generated_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
3131
3232generated_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
3838
3939mtl_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 )
5050
5151# A number of files are generated from macro expansion to minimize
5252# 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