Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'init', |
| 5 | 'type': 'static_library', |
| 6 | 'sources': [ |
Brian Silverman | accb935 | 2014-04-10 12:50:15 -0700 | [diff] [blame] | 7 | 'init.cc', |
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 8 | ], |
| 9 | 'dependencies': [ |
Brian Silverman | 14fd0fb | 2014-01-14 21:42:01 -0800 | [diff] [blame] | 10 | '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:shared_mem', |
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 11 | '<(AOS)/common/common.gyp:die', |
| 12 | '<(AOS)/build/aos.gyp:logging', |
| 13 | ], |
| 14 | }, |
Brian Silverman | 66f079a | 2013-08-26 16:24:30 -0700 | [diff] [blame] | 15 | { |
| 16 | 'target_name': 'configuration', |
| 17 | 'type': 'static_library', |
| 18 | 'sources': [ |
| 19 | 'configuration.cc', |
| 20 | ], |
| 21 | 'dependencies': [ |
| 22 | '<(AOS)/common/common.gyp:once', |
| 23 | '<(AOS)/build/aos.gyp:logging', |
| 24 | ], |
| 25 | }, |
Brian Silverman | fe9b7a2 | 2014-02-10 15:03:42 -0800 | [diff] [blame] | 26 | { |
| 27 | 'target_name': 'core', |
| 28 | 'type': 'executable', |
| 29 | 'sources': [ |
| 30 | 'core.cc', |
| 31 | ], |
| 32 | 'dependencies': [ |
| 33 | 'init', |
Brian Silverman | af78486 | 2014-05-13 08:14:55 -0700 | [diff] [blame^] | 34 | '<(AOS)/common/util/util.gyp:run_command', |
Brian Silverman | fe9b7a2 | 2014-02-10 15:03:42 -0800 | [diff] [blame] | 35 | ], |
| 36 | }, |
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 37 | ], |
| 38 | } |