| 1 | prefix=@prefix@ |
| 2 | exec_prefix=@exec_prefix@ |
| 3 | libdir=@libdir@ |
| 4 | includedir=@includedir@ |
| 5 | |
| 6 | Name: libirobot |
| 7 | Description: A C++ library to interface with the iRobot Create series of robots |
| 8 | Requires: conexus-1.0 |
| 9 | Version: @VERSION@ |
| 10 | Libs: -L${libdir} $(CONEXUS_LIBS) |
| 11 | Cflags: -I${includedir}/libirobot-0.1 $(CONEXUS_CFLAGS) |

