mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-31 02:16:53 +00:00
323441c122
- Imported code from OpenBSD trunk - Remove the elf part (-1KLOC) - Some refactoring in order to be more r2-like - fixed warning messages - readdir one can be dangerous /cc @vect01 - Remove libmagic dependency * Rename asm.case into asm.ucase
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: r_magic
|
|
Description: radare foundation libraries
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lr_magic
|
|
Cflags: -I${includedir}/libr
|