Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
Brian Silverman | c0b6543 | 2013-02-24 16:54:47 -0800 | [diff] [blame^] | 4 | 'target_name': 'limit_encoder_reader', |
| 5 | 'type': 'static_library', |
| 6 | 'sources': [ |
| 7 | 'limit_encoder_reader.cc', |
| 8 | ], |
| 9 | 'dependencies': [ |
| 10 | '<(EXTERNALS):WPILib', |
| 11 | 'interrupt_notifier', |
| 12 | ], |
| 13 | 'export_dependent_settings': [ |
| 14 | '<(EXTERNALS):WPILib', |
| 15 | ], |
| 16 | }, |
| 17 | { |
| 18 | 'target_name': 'ByteBuffer', |
| 19 | 'type': 'static_library', |
| 20 | 'sources': [ |
| 21 | # 'ByteBuffer.h', |
| 22 | ], |
| 23 | 'dependencies': [ |
| 24 | '<(AOS)/common/network/network.gyp:socket', |
| 25 | ], |
| 26 | 'export_dependent_settings': [ |
| 27 | '<(AOS)/common/network/network.gyp:socket', |
| 28 | ], |
| 29 | }, |
| 30 | { |
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 31 | 'target_name': 'interrupt_notifier', |
| 32 | 'type': 'static_library', |
| 33 | 'sources': [ |
| 34 | 'interrupt_bridge.cc', |
| 35 | 'interrupt_bridge_c.c', |
| 36 | 'interrupt_bridge_demo.cc', |
Brian Silverman | c0b6543 | 2013-02-24 16:54:47 -0800 | [diff] [blame^] | 37 | # 'interrupt_notifier-tmpl.h', |
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 38 | ], |
| 39 | 'dependencies': [ |
| 40 | '<(AOS)/common/common.gyp:time', |
| 41 | '<(AOS)/build/aos.gyp:logging', |
| 42 | '<(EXTERNALS):WPILib', |
| 43 | '<(AOS)/common/messages/messages.gyp:aos_queues', |
| 44 | ], |
| 45 | 'export_dependent_settings': [ |
| 46 | '<(AOS)/common/common.gyp:time', |
| 47 | '<(AOS)/build/aos.gyp:logging', |
| 48 | '<(EXTERNALS):WPILib', |
| 49 | ], |
| 50 | }, |
| 51 | ], |
| 52 | } |