source: rtems/c/src/bsp.pc.in @ 194d1282

4.104.114.84.95
Last change on this file since 194d1282 was d4b5e876, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/13/03 at 10:07:44

2003-08-13 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add bsp.pc.in
  • bsp.pc.in: New (pkgconfig support).
  • Property mode set to 100644
File size: 498 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#
6prefix=@prefix@
7exec_prefix=@exec_prefix@
8libdir=@libdir@
9includedir=@includedir@
10
11CPU_CFLAGS=@CPU_CFLAGS@
12CFLAGS_OPTIMIZE=@CFLAGS_OPTIMIZE_V@
13CFLAGS_DEBUG=@CFLAGS_DEBUG_V@
14RTEMS_BSP=@RTEMS_BSP@
15
16Name: @host_alias@-@RTEMS_BSP@
17Version: @VERSION@
18Description: RTEMS BSP @RTEMS_BSP@
19Libs:
20Cflags: -qrtems -B${exec_prefix}/lib/ -B${libdir}/ --specs bsp_specs ${CPU_CFLAGS}
Note: See TracBrowser for help on using the repository browser.