mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-15 02:00:31 +00:00
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
|
prefix=@PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${exec_prefix}/include
|
||
|
|
||
|
Name: r_io
|
||
|
Description: radare foundation libraries
|
||
|
Version:
|
||
|
Requires:
|
||
|
Libs: -L${libdir} -lr_io
|
||
|
Cflags: -I${includedir}/libr
|