summaryrefslogtreecommitdiffstats
path: root/c/src/bsp.pc.in
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-13 10:07:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-13 10:07:44 +0000
commitd4b5e87662e6d334e12a92ef93a97a5454c06750 (patch)
tree8647386877cd753336ad13fd1f79743a95929a79 /c/src/bsp.pc.in
parent2003-08-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d4b5e87662e6d334e12a92ef93a97a5454c06750.tar.bz2
2003-08-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add bsp.pc.in * bsp.pc.in: New (pkgconfig support).
Diffstat (limited to 'c/src/bsp.pc.in')
-rw-r--r--c/src/bsp.pc.in20
1 files changed, 20 insertions, 0 deletions
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}