Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HeteroFlow
THAPI
Commits
41773e7f
Commit
41773e7f
authored
Feb 22, 2021
by
Thomas Applencourt
Browse files
Make dist fixes
parent
a8996ebf
Pipeline
#12631
failed with stage
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
opencl/Makefile.am
View file @
41773e7f
...
...
@@ -218,6 +218,7 @@ EXTRA_DIST = \
dust.c.erb
\
gen_clprof.rb
\
clinterval_callbacks.cpp.erb
\
clinterval_callbacks.hpp
\
babeltrace_opencl.in
\
extract_enqueues
\
test_wrapper.sh
...
...
utils/Makefile.am
View file @
41773e7f
noinst_HEADERS
=
lttng/tracepoint.h utarray.h uthash.h utlist.h
nodist_noinst_HEADERS
=
lttng/tracepoint_gen.h
xprof.sh.erb
noinst_HEADERS
=
lttng/tracepoint.h utarray.h uthash.h utlist.h
xprof_utils.hpp
nodist_noinst_HEADERS
=
lttng/tracepoint_gen.h
lttng/tracepoint_gen.h
:
$(srcdir)/tracepoint_gen.rb
mkdir
-p
lttng
$(RUBY)
$(srcdir)
/tracepoint_gen.rb 25
>
lttng/tracepoint_gen.h
CLEANFILES
=
lttng/tracepoint_gen.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.
cpp
xprof/Makefile.am
View file @
41773e7f
.DELETE_ON_ERROR
:
# I put tally_utils.h to force the generation
# It seem to me that this is an ugly hack...
BUILT_SOURCES
=
xprof.c tally_utils.hpp
bin_SCRIPTS
=
iprof
iprof
:
$(top_builddir)/utils/xprof.sh.erb
...
...
@@ -28,6 +23,7 @@ libXProf_la_SOURCES = \
tally.hpp
\
tally.h
\
tally.cpp
\
tally_utils.hpp
\
timeline.hpp
\
timeline.h
\
timeline.cpp
...
...
@@ -48,7 +44,9 @@ install-data-hook:
$(RM)
-r
$(DESTDIR)$(tmplibdir)
EXTRA_DIST
=
\
tally_utils.hpp.erb
tally_utils.hpp.erb
\
interval.h.erb
\
interval.c.erb
CLEANFILES
=
\
tally_utils.hpp
ze/Makefile.am
View file @
41773e7f
...
...
@@ -280,7 +280,10 @@ babeltrace_ze_dispatchers.c: $(srcdir)/gen_babeltrace_ze_dispatchers.rb $(ZE_LIB
EXTRA_DIST
+=
\
gen_babeltrace_ze_callbacks.rb
\
gen_babeltrace_ze_dispatchers.rb
gen_babeltrace_ze_dispatchers.rb
\
gen_zeprof.rb
\
zeinterval_callbacks.cpp.erb
\
zeinterval_callbacks.hpp
CLEANFILES
+=
\
babeltrace_ze_callbacks.h
\
...
...
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