From d4b5e87662e6d334e12a92ef93a97a5454c06750 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 13 Aug 2003 10:07:44 +0000 Subject: 2003-08-13 Ralf Corsepius * Makefile.am: Add bsp.pc.in * bsp.pc.in: New (pkgconfig support). --- c/src/bsp.pc.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 c/src/bsp.pc.in (limited to 'c/src/bsp.pc.in') diff --git a/c/src/bsp.pc.in b/c/src/bsp.pc.in new file mode 100644 index 0000000000..5451620d98 --- /dev/null +++ b/c/src/bsp.pc.in @@ -0,0 +1,20 @@ +# +# pkg-config support file for RTEMS BSP @RTEMS_BSP@ +# +# Warning: This stuff is experimental and may be changed at any time. +# +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +CPU_CFLAGS=@CPU_CFLAGS@ +CFLAGS_OPTIMIZE=@CFLAGS_OPTIMIZE_V@ +CFLAGS_DEBUG=@CFLAGS_DEBUG_V@ +RTEMS_BSP=@RTEMS_BSP@ + +Name: @host_alias@-@RTEMS_BSP@ +Version: @VERSION@ +Description: RTEMS BSP @RTEMS_BSP@ +Libs: +Cflags: -qrtems -B${exec_prefix}/lib/ -B${libdir}/ --specs bsp_specs ${CPU_CFLAGS} -- cgit v1.2.3