mirror of
https://github.com/radareorg/radare2.git
synced 2026-04-13 13:26:00 +02:00
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: r_debug
|
|
Description: radare foundation libraries
|
|
Version: @VERSION@
|
|
Requires: r_util
|
|
Libs: -L${libdir} -lr_debug
|
|
Libs.private: -lr_shlr
|
|
Cflags: -I${includedir}/libr
|