radare2/pkgcfg/r_core.pc.acr

12 lines
444 B
Plaintext
Raw Normal View History

prefix=@PREFIX@
exec_prefix=${prefix}
2011-07-19 11:19:09 +00:00
libdir=@LIBDIR@
includedir=${prefix}/include
Name: r_core
Description: radare foundation libraries
2011-07-19 11:19:09 +00:00
Version: @VERSION@
Requires: r_config r_cons r_io r_util r_flag r_asm r_debug r_hash r_bin r_lang r_io r_anal r_parse r_bp r_egg r_reg r_search r_syscall r_socket r_fs r_magic r_crypto
Libs: -L${libdir} -lr_core @SSL_LDFLAGS@ @CAPSTONE_LDFLAGS@
Cflags: -I${includedir}/libr @SSL_CFLAGS@ @CAPSTONE_CFLAGS@