mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-10 00:02:39 +00:00
12 lines
499 B
Plaintext
12 lines
499 B
Plaintext
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libr
|
|
Description: radare foundation libraries
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lr_core -lr_config -lr_cons -lr_line -lr_io -lr_cmd -lr_util -lr_print -lr_flags -lr_asm -lr_lib -lr_debug -lr_hash -lr_bin -lr_lang -lr_io -lr_asm -lr_anal -lr_parse -lr_print -lr_bp -lr_reg -lr_search -lr_syscall -lr_sign -lr_crypto -lr_db -lr_diff -lr_vm -lr_th -lr_socket
|
|
Cflags: -I${includedir}/libr
|