Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HeteroFlow
THAPI
Commits
ebc2f788
Commit
ebc2f788
authored
Mar 11, 2021
by
Brice Videau
Browse files
Fix build system issues.
parent
7c0eb336
Pipeline
#12884
failed with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
opencl/Makefile.am
View file @
ebc2f788
...
...
@@ -209,17 +209,7 @@ TEST_FILES = \
tests/API_call.dust
\
tests/trace.dust
TESTS
=
$(TEST_FILES)
TEST_EXTENSIONS
=
.dust
DUST_LOG_COMPILER
=
./test_wrapper.sh
check_DATA
=
\
test_wrapper.sh
\
opencl_dummy_trace.yaml
data_DATA
=
\
opencl_model.yaml
\
opencl_infos.yaml
\
TRACE_FILES
=
\
tests/profiling_normal.yaml
\
tests/profiling_inversed.yaml
\
tests/profiling_block.yaml
\
...
...
@@ -235,6 +225,19 @@ data_DATA = \
tests/API_call.yaml
\
tests/trace.yaml
TESTS
=
$(TEST_FILES)
TEST_EXTENSIONS
=
.dust
DUST_LOG_COMPILER
=
./test_wrapper.sh
check_DATA
=
\
test_wrapper.sh
\
opencl_dummy_trace.yaml
data_DATA
=
\
opencl_model.yaml
\
opencl_infos.yaml
\
$(TRACE_FILES)
EXTRA_DIST
=
\
cl.xml
\
cl.xml.patch
\
...
...
@@ -249,17 +252,19 @@ EXTRA_DIST = \
gen_opencl_probes.rb
\
gen_opencl_header.rb
\
gen_opencl_model.rb
\
gen_babeltrace_model.rb
\
gen_opencl_custom_probes.rb
\
gen_babeltrace_cl_dispatchers.rb
\
gen_babeltrace_cl_callbacks.rb
\
dust.c.erb
\
gen_clprof.rb
\
clprof_callbacks.cpp.erb
\
babeltrace_opencl.in
\
extract_enqueues
\
clprof.c.erb
\
clprof_callbacks.h.erb
\
test_wrapper.sh
test_wrapper.sh
\
$(TRACE_FILES)
\
$(TEST_FILES)
CLEANFILES
=
\
$(OPENCL_PROBES_INCL)
\
...
...
@@ -276,8 +281,6 @@ CLEANFILES = \
clprof.c
\
clprof_callbacks.cpp
\
clprof_callbacks.h
\
dust.c
\
testing_clprof.c
\
testing_clprof_callbacks.cpp
\
testing_clprof_callbacks.h
\
$(TEST_FILES)
testing_clprof_callbacks.h
utils/Makefile.am
View file @
ebc2f788
...
...
@@ -9,4 +9,10 @@ xprof_utils.h: $(srcdir)/xprof_utils.h.erb
$(ERB)
$(srcdir)
/xprof_utils.h.erb
>
xprof_utils.h
CLEANFILES
=
lttng/tracepoint_gen.h xprof_utils.h
EXTRA_DIST
=
LTTng.rb tracepoint_gen.rb yaml_ast.rb xprof_utils.h.erb
EXTRA_DIST
=
\
LTTng.rb
\
tracepoint_gen.rb
\
yaml_ast.rb
\
xprof_utils.h.erb
\
gen_dummy_trace.rb
\
dust.rb
ze/Makefile.am
View file @
ebc2f788
...
...
@@ -306,7 +306,8 @@ EXTRA_DIST += \
gen_ze_library.rb
\
gen_babeltrace_ze_lib.rb
\
gen_ze_refinements.rb
\
gen_ze_bindings.rb
gen_ze_bindings.rb
\
ze_bindings_base.rb
CLEANFILES
+=
$(ZE_BINDINGS)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment