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
Tammo Jan Dijkema
dt_ctrl
Commits
f54d830b
Commit
f54d830b
authored
Dec 09, 2013
by
Jeroen Vreeken
Browse files
Fix trace dependency on log library
Fix setpoint command include file link
parent
9fcefe48
Changes
2
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
f54d830b
...
...
@@ -5,8 +5,8 @@ CONSOLE_REL_TAR:=$(CURDIR)/console_$(shell date +%Y%m%d%H%M).tar.gz
all
:
$(MAKE)
-C
common/utils
$(MAKE)
-C
common/trace
$(MAKE)
-C
common/log
$(MAKE)
-C
common/trace
$(MAKE)
-C
controller
cd
libnova-0.13.0
;
./configure
-enable-static
-disable-shared
--prefix
=
${CURDIR}
;
make
;
make
install
$(MAKE)
-C
console
...
...
@@ -34,19 +34,20 @@ help:
controller
:
$(MAKE)
-C
common/log
$(MAKE)
-C
common/utils
$(MAKE)
-C
common/log
$(MAKE)
-C
common/trace
$(MAKE)
-C
controller
console
:
$(MAKE)
-C
common/log
$(MAKE)
-C
common/utils
$(MAKE)
-C
common/log
$(MAKE)
-C
common/trace
cd
libnova-0.13.0
;
./configure
-enable-static
-disable-shared
--prefix
=
${CURDIR}
;
make
;
make
install
$(MAKE)
-C
console
clean
:
rm
-rf
common/lib/
*
$(MAKE)
-C
common/log clean
$(MAKE)
-C
common/utils clean
$(MAKE)
-C
common/trace clean
...
...
common/include/controller_setpoint_command.h
0 → 120000
View file @
f54d830b
..
/
..
/
controller
/
controller
/
controller_setpoint_command
.
h
\ No newline at end of file
Write
Preview
Supports
Markdown
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