mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-08 14:58:54 +00:00
a6e0d6c480
* Update meson and make build systems * Remove leftovers and unused dependencies
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: r_debug
|
|
Description: radare foundation libraries
|
|
Version: @VERSION@
|
|
Requires: r_reg r_anal r_bp r_io r_parse r_cons r_syscall r_crypto r_flag r_util r_egg r_socket
|
|
Libs: -L${libdir} -lr_debug
|
|
Cflags: -I${includedir}/libr
|