blob: 9a1664735eaa429e3545db12300ec8a350663ffa [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
2 'targets': [
3 {
4 'target_name': 'starter_exe',
5 'type': 'executable',
6 'sources': [
Brian Silvermand169fcd2013-02-27 13:18:47 -08007 'starter.cc',
brians343bc112013-02-10 01:53:46 +00008 ],
9 'dependencies': [
Brian Silverman14fd0fb2014-01-14 21:42:01 -080010 '<(AOS)/linux_code/linux_code.gyp:init',
Brian Silvermand169fcd2013-02-27 13:18:47 -080011 '<(EXTERNALS):libevent',
Brian Silverman5cc661b2013-02-27 15:23:36 -080012 '<(AOS)/build/aos.gyp:logging',
13 '<(AOS)/common/common.gyp:once',
14 '<(AOS)/common/common.gyp:time',
Brian Silvermanaf784862014-05-13 08:14:55 -070015 '<(AOS)/common/libc/libc.gyp:aos_strsignal',
16 '<(AOS)/common/util/util.gyp:run_command',
brians343bc112013-02-10 01:53:46 +000017 ],
18 'copies': [
19 {
20 'destination': '<(rsync_dir)',
21 'files': [
Brian Silverman20141f92015-01-05 17:39:01 -080022 'starter.sh',
brians343bc112013-02-10 01:53:46 +000023 ],
brians343bc112013-02-10 01:53:46 +000024 },
25 ],
26 },
27 ],
28}