mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 15:41:38 +00:00
b6cc9ca1ba
* Display filename in title line of Visual mode --HG-- rename : libr/meta/README => libr/anal/README.meta rename : libr/meta/meta.c => libr/anal/meta.c rename : libr/meta/t/test.c => libr/anal/t/test_meta.c rename : libr/meta/type.c => libr/anal/type.c
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libr
|
|
Description: radare framework libraries
|
|
Version: 0.1
|
|
Requires:
|
|
Libs: -L${libdir} -lr_core -lr_lang -lr_search -lr_cmd -lr_asm -lr_util -lr_reg
|
|
Cflags: -I${includedir}/libr
|