source:
rtems/c/src/bsp.pc.in
Last change on this file was f1f6f2e0, checked in by Ralf Corsepius <ralf.corsepius@…>, on Sep 19, 2005 at 3:16:13 AM | |
---|---|
|
|
File size: 420 bytes |
Line | |
---|---|
1 | # |
2 | # pkg-config support file for RTEMS BSP @RTEMS_BSP@ |
3 | # |
4 | # Warning: This stuff is experimental and may be changed at any time. |
5 | # |
6 | prefix=@prefix@ |
7 | exec_prefix=@exec_prefix@ |
8 | libdir=@libdir@ |
9 | includedir=@includedir@ |
10 | |
11 | CFLAGS=@CFLAGS@ |
12 | RTEMS_BSP=@RTEMS_BSP@ |
13 | |
14 | Name: @host_alias@-@RTEMS_BSP@ |
15 | Version: @VERSION@ |
16 | Description: RTEMS BSP @RTEMS_BSP@ |
17 | Libs: |
18 | Cflags: -qrtems -B${exec_prefix}/lib/ -B${libdir}/ --specs bsp_specs ${CFLAGS} |
Note: See TracBrowser
for help on using the repository browser.