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
4533d776
Commit
4533d776
authored
Apr 09, 2020
by
Brice Videau
Browse files
Fix build system for parallel build.
parent
5c904dac
Changes
1
Hide whitespace changes
Inline
Side-by-side
ze/Makefile
View file @
4533d776
...
...
@@ -38,10 +38,10 @@ tracer_ze.c: gen_ze.rb tracer_ze_helpers.include.c ze_api.yaml zet_api.yaml yaml
tracer_ze.so
:
../utils/lttng/tracepoint_gen.h tracer_ze.c $(ZE_OBJS) $(ZE_INCL)
gcc
-g
-O3
-Wall
-Wextra
-Werror
-I
./include/core
-I
./include/tools
-I
./
-I
../utils/
-o
tracer_ze.so
-shared
-fPIC
tracer_ze.c
$(ZE_OBJS)
-llttng-ust
-ldl
-lffi
ze_library.rb
:
gen_ze_library.rb gen_ze_library_base.rb gen_probe_base.rb ze_model.rb
ze_library.rb
:
gen_ze_library.rb gen_ze_library_base.rb gen_probe_base.rb ze_model.rb
ze_api.yaml zet_api.yaml
ruby
$<
>
$@
babeltrace_ze_lib.rb
:
gen_babeltrace_ze_lib.rb gen_ze_library_base.rb gen_probe_base.rb ze_model.rb
babeltrace_ze_lib.rb
:
gen_babeltrace_ze_lib.rb gen_ze_library_base.rb gen_probe_base.rb ze_model.rb
ze_api.yaml zet_api.yaml
ruby
$<
>
$@
# objcopy --prefix-symbols= on ze_api.a content should allow a wrapper creation
...
...
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