Updated Makefile to support different build targets.
authorJesse Williamson <jesse.f.williamson@intel.com>
Tue, 26 Aug 2014 19:49:54 +0000 (12:49 -0700)
committerJesse Williamson <jesse.f.williamson@intel.com>
Fri, 29 Aug 2014 15:53:55 +0000 (08:53 -0700)
commit3701b6f448537f46823d07e537f52618a44d8120
treeda55adcccfb26640ae7d7bc2b7d7fd003d697c5a
parent58314a53c51240c968763b2c5f11fb297ab69d7e
Updated Makefile to support different build targets.
Removed delegating ctors (work-around non-conforming compiler).
Configuration requires explicit ctor.
Restructured client/server program; review fixes; hopefully
extricated from the dangerous world of b0rked commits.

Change-Id: I68462b3d0306d969ba92b5e7affb515aebe03be3
22 files changed:
OCLib/InProcClientWrapper.cpp
OCLib/OCPlatform.cpp
examples/makefile
examples/ocicuc/Makefile
examples/ocicuc/Makefile.debug [deleted file]
examples/ocicuc/client.cpp
examples/ocicuc/demo_client.hpp [new file with mode: 0644]
examples/ocicuc/driver.cpp
examples/ocicuc/light_resource.cpp [new file with mode: 0644]
examples/ocicuc/light_resource.hpp [new file with mode: 0644]
examples/ocicuc/server.cpp
examples/ocicuc/utility.cpp [new file with mode: 0644]
examples/ocicuc/utility.hpp [new file with mode: 0644]
examples/roomclient.cpp
examples/roomserver.cpp
examples/simpleclient.cpp
examples/simpleclientserver.cpp
examples/simpleserver.cpp
include/InProcClientWrapper.h
include/OCApi.h
include/OCPlatform.h
makefile