projects
/
platform
/
upstream
/
iotivity.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8344335
)
Fix in makefile to build fridgeclient and fridgeserver samples
author
Sudarshan Prasad
<sudarshan.prasad@intel.com>
Wed, 1 Oct 2014 07:22:31 +0000
(
00:22
-0700)
committer
Sudarshan Prasad
<sudarshan.prasad@intel.com>
Wed, 1 Oct 2014 07:22:31 +0000
(
00:22
-0700)
Change-Id: I1b42d33c6dc3b77e25579a6370b9bf8327edaa08
examples/makefile
patch
|
blob
|
history
diff --git
a/examples/makefile
b/examples/makefile
index
b070ab8
..
7b56b7b
100644
(file)
--- a/
examples/makefile
+++ b/
examples/makefile
@@
-49,6
+49,8
@@
APPS += roomserver
APPS += roomclient
APPS += presenceserver
APPS += presenceclient
+APPS += fridgeserver
+APPS += fridgeclient
APPS += garageserver
APPS += garageclient
APPS += ocicuc
@@
-62,7
+64,7
@@
apps: prep_dirs $(APPS)
prep_dirs:
-mkdir -p $(OUT_DIR)
-
+
oc_cpp_sdk:
cd ../ && $(MAKE) cpp_sdk "BUILD=$(BUILD)"
@@
-101,8
+103,8
@@
garageclient: garageclient.cpp
ocicuc:
cd ocicuc && $(MAKE) apps
-
-clean:
+
+clean:
rm -rf $(OUT_DIR)
cd ../ && $(MAKE) clean_cpp_sdk
cd ocicuc && $(MAKE) clean_apps