mirror of
https://github.com/radareorg/radare2.git
synced 2026-04-18 15:45:40 +02:00
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: r_egg
|
|
Description: radare foundation libraries
|
|
Version: @VERSION@
|
|
Requires: r_asm r_syscall r_util r_reg r_flag r_cons
|
|
Libs: -L${libdir} -lr_egg
|
|
Cflags: -I${includedir}/libr
|