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
11 lines
232 B
PkgConfig
11 lines
232 B
PkgConfig
prefix=!SDK_DIR!
|
|
includedir=${prefix}/include/libc
|
|
libdir=${prefix}/lib
|
|
|
|
Name: genode-posix
|
|
Description: Genode POSIX entrypoint library
|
|
URL: https://genode.org/
|
|
Version: !VERSION!
|
|
Requires: genode-libc
|
|
Libs: ${libdir}/posix.lib.so
|