Merge branch 'master' into 'security-CKM' branch.
[platform/upstream/iotivity.git] / resource / csdk / stack / samples / tizen / build / SConstruct
1 ##
2 # The main build script
3 #
4 ##
5
6 # Load common build config
7
8 # Load common build config
9 env = SConscript('SConscript')
10
11 target_os = env.get('TARGET_OS')
12 transport = env.get('TARGET_TRANSPORT')
13 release_mode = env.get('RELEASE')
14
15 print "Given Transport is %s" % transport
16 print "Given OS is %s" % target_os
17 print "Given release mode is %s" % release_mode
18
19 env.SConscript('scons/SConscript')