Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
4006af82
Commit
4006af82
authored
Apr 11, 2016
by
Cédric Roux
Browse files
minor modification
parent
7e382d2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/utils/T/tracer/Makefile
View file @
4006af82
...
...
@@ -10,10 +10,12 @@ CFLAGS += -DT_USE_SHARED_MEMORY
LIBS
+=
-lrt
PROG
=
tracer
OBJS
=
main.o plot.o database.o forward.o gui
/gui.a
OBJS
=
main.o plot.o database.o forward.o gui
.o
$(PROG)
:
$(OBJS)
$(CC)
$(CFLAGS)
-o
$(PROG)
$(OBJS)
$(LIBS)
$(PROG)
:
$(OBJS) gui/gui.a
$(CC)
$(CFLAGS)
-o
$(PROG)
$(OBJS)
$(LIBS)
gui/gui.a
.PHONY
:
gui/gui.a
gui/gui.a
:
cd
gui
&&
make
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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