Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
cd41374c
Commit
cd41374c
authored
Jun 28, 2019
by
Alessio Netti
Browse files
Fixes to makefile targets
- Fixed install of BACNet headers on MAC OS - Fixed install_conf target in analytics
parent
25de5a2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
cd41374c
...
...
@@ -234,7 +234,8 @@ $(DCDBDEPSPATH)/bacnet-stack-$(BACNET-STACK_VERSION)/.built: $(DCDBDEPSPATH)/bac
$(DCDBDEPSPATH)/bacnet-stack-$(BACNET-STACK_VERSION)/.installed
:
$(DCDBDEPSPATH)/bacnet-stack-$(BACNET-STACK_VERSION)/.built | $(DCDBDEPLOYPATH)
@
echo
"Installing BACNet-Stack..."
install
$(DCDBDEPSPATH)
/bacnet-stack-
$
(
BACNET-STACK_VERSION
)
/include/
*
-D
-t
/
$(DCDBDEPLOYPATH)
/include/bacnet
&&
\
mkdir
$(DCDBDEPLOYPATH)
/include/bacnet
&&
\
install
$(DCDBDEPSPATH)
/bacnet-stack-
$
(
BACNET-STACK_VERSION
)
/include/
*
/
$(DCDBDEPLOYPATH)
/include/bacnet
&&
\
install
$(DCDBDEPSPATH)
/bacnet-stack-
$
(
BACNET-STACK_VERSION
)
/lib/libbacnet.a /
$(DCDBDEPLOYPATH)
/lib/
&&
touch
$
(
@
)
$(DCDBDEPSPATH)/freeipmi-$(FREEIPMI_VERSION)/.built
:
$(DCDBDEPSPATH)/freeipmi-$(FREEIPMI_VERSION)/.patched
...
...
analytics/Makefile
View file @
cd41374c
...
...
@@ -31,7 +31,7 @@ $(OBJS) : %.o : %.cpp
install_analyzer
:
$(ANALYZER_LIBS)
install
$^
$(DCDBDEPLOYPATH)
/lib/
install_conf
:
$(foreach p
,
global
$(ANALYZERS)
,
config/$(p).conf)
install_conf
:
$(foreach p
,
$(ANALYZERS)
,
config/$(p).conf)
install
-m
644
$^
$(DCDBDEPLOYPATH)
/etc/
install
:
install_analyzer
...
...
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