blob: 183ec9e2cdff5bfa009f715c0a7e81891a101ffc [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
2 'targets': [
3 {
Brian Silverman771b4b82013-04-12 16:36:56 -07004 'target_name': 'netconsole',
5 'type': 'executable',
6 'sources': [
7 'netconsole.cc',
8 ],
9 'dependencies': [
10 '<(AOS)/build/aos.gyp:logging',
11 '<(AOS)/common/common.gyp:common',
12 ],
13 },
14 {
brians343bc112013-02-10 01:53:46 +000015 'target_name': 'starter_exe',
16 'type': 'executable',
17 'sources': [
Brian Silvermand169fcd2013-02-27 13:18:47 -080018 'starter.cc',
brians343bc112013-02-10 01:53:46 +000019 ],
20 'dependencies': [
Brian Silvermanf665d692013-02-17 22:11:39 -080021 '<(AOS)/atom_code/atom_code.gyp:init',
Brian Silvermand169fcd2013-02-27 13:18:47 -080022 '<(EXTERNALS):libevent',
Brian Silverman5cc661b2013-02-27 15:23:36 -080023 '<(AOS)/build/aos.gyp:logging',
24 '<(AOS)/common/common.gyp:once',
25 '<(AOS)/common/common.gyp:time',
brians343bc112013-02-10 01:53:46 +000026 ],
27 'copies': [
28 {
29 'destination': '<(rsync_dir)',
30 'files': [
31 'starter.sh',
32 'starter_loop.sh',
33 ],
34 },
35 ],
36 },
37 ],
38}