mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-17 12:48:41 +00:00
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: r_diff
|
|
Description: radare foundation libraries
|
|
Version:
|
|
Requires:
|
|
Libs: -L${libdir} -lr_diff -lr_util
|
|
Cflags: -I${includedir}/libr
|