Back to home page

LXR

 
 

    


Warning, /spec/build/bsps/pkgconfig.yml is written in an unsupported language. File is not indexed.

0001 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
0002 build-type: config-file
0003 content: |
0004   #
0005   # pkg-config support file for RTEMS BSP ${ARCH}/${BSP_NAME}
0006   #
0007   # Warning: This stuff is experimental and may be changed at any time.
0008   #
0009 
0010   prefix=${PREFIX}
0011   exec_prefix=$${prefix}/${ARCH}-rtems${__RTEMS_MAJOR__}
0012   libdir=$${exec_prefix}/${BSP_NAME}/lib
0013   includedir=$${libdir}/include
0014 
0015   ABI_FLAGS=${ABI_FLAGS}
0016   RTEMS_ARCH=${ARCH}
0017   RTEMS_BSP=${BSP_NAME}
0018   RTEMS_BSP_BASE=${BSP_BASE}
0019   RTEMS_BSP_FAMILY=${BSP_FAMILY}
0020   RTEMS_MAJOR=${__RTEMS_MAJOR__}
0021   RTEMS_MINOR=${__RTEMS_MINOR__}
0022   RTEMS_REVISION=${__RTEMS_REVISION__}
0023 
0024   Name: ${ARCH}-rtems${__RTEMS_MAJOR__}-${BSP_NAME}
0025   Version: ${RTEMS_VERSION}
0026   Description: RTEMS BSP ${ARCH}/${BSP_NAME}
0027   Cflags: $${ABI_FLAGS} -isystem$${includedir}
0028   Ldflags: $${ABI_FLAGS} -B$${libdir} ${PKGCONFIG_LDFLAGS}
0029   Libs: $${ABI_FLAGS} -B$${libdir} ${PKGCONFIG_LDFLAGS}
0030 copyrights:
0031 - Copyright (C) 2020 embedded brains GmbH & Co. KG
0032 enabled-by: true
0033 install-path: ${PREFIX}/lib/pkgconfig
0034 links: []
0035 target: ${ARCH}-rtems${__RTEMS_MAJOR__}-${BSP_NAME}.pc
0036 type: build