iotivity 0.9.0
[platform/upstream/iotivity.git] / service / notification-manager / build / linux / makefile / Makefile
1 OCPATH = ../../../../../resource
2 NOTIFICATIONMGRPATH = ../../../NotificationManager/build/linux
3
4 .PHONY : resource NotificationManager
5
6 all: .PHONY
7
8 resource:
9         cd $(OCPATH) && $(MAKE)
10
11 NotificationManager:
12         cd $(NOTIFICATIONMGRPATH) && $(MAKE) && cp ./NotificationManager ../../../build/linux/release/ && cp ./SampleConsumer ../../../build/linux/release/ && cp ./SampleProvider ../../../build/linux/release/
13
14 clean:
15         cd ../release && rm *
16         cd $(OCPATH) && $(MAKE) clean
17         cd $(NOTIFICATIONMGRPATH) && $(MAKE) clean