mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
918281b01f
Makefile for generating a Genode SDK. Fix #2948
12 lines
365 B
PkgConfig
12 lines
365 B
PkgConfig
prefix=!SDK_DIR!
|
|
includedir=${prefix}/include/stdcxx/stdcxx
|
|
libdir=${prefix}/lib
|
|
|
|
Name: genode-stdcxx
|
|
Description: Genode Standard C++ library
|
|
URL: https://genode.org/
|
|
Version: !VERSION!
|
|
Requires: genode-libc
|
|
Cflags: -D_GLIBCXX_HAVE_MBSTATE_T -D_GLIBCXX_ATOMIC_BUILTINS_4 -I${includedir} -I${includedir}/std -I${includedir}/c_global
|
|
Libs: ${libdir}/stdcxx.lib.so
|