12 lines
309 B
Plaintext
12 lines
309 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_hash r_flag r_util r_egg r_socket
|
|
Libs: -L${libdir} -lr_debug
|
|
Cflags: -I${includedir}/libr
|