blob: 8283d3e88da09c6bc96b36455a5f1b18c1239791 [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',
Brian Silverman14fd0fb2014-01-14 21:42:01 -080011 '<(AOS)/linux_code/linux_code.gyp:configuration',
Brianc1dc7d22014-04-02 12:21:08 -070012 '<(AOS)/common/util/util.gyp:inet_addr',
Brian Silverman771b4b82013-04-12 16:36:56 -070013 ],
14 },
15 {
brians343bc112013-02-10 01:53:46 +000016 'target_name': 'starter_exe',
17 'type': 'executable',
18 'sources': [
Brian Silvermand169fcd2013-02-27 13:18:47 -080019 'starter.cc',
brians343bc112013-02-10 01:53:46 +000020 ],
21 'dependencies': [
Brian Silverman14fd0fb2014-01-14 21:42:01 -080022 '<(AOS)/linux_code/linux_code.gyp:init',
Brian Silvermand169fcd2013-02-27 13:18:47 -080023 '<(EXTERNALS):libevent',
Brian Silverman5cc661b2013-02-27 15:23:36 -080024 '<(AOS)/build/aos.gyp:logging',
25 '<(AOS)/common/common.gyp:once',
26 '<(AOS)/common/common.gyp:time',
brians343bc112013-02-10 01:53:46 +000027 ],
28 'copies': [
29 {
30 'destination': '<(rsync_dir)',
31 'files': [
32 'starter.sh',
33 'starter_loop.sh',
34 ],
35 },
36 ],
37 },
38 ],
39}