* Remove unused libr.pc.acr

* Set procmod group in osx make target of r2 bin
This commit is contained in:
pancake 2010-11-29 10:27:11 +01:00
parent 8aded92fa6
commit 61cf8cd3aa
3 changed files with 4 additions and 14 deletions

5
TODO
View File

@ -7,7 +7,6 @@
Bindings
========
* Remove libr/pkgconfig ... already used?
* Distribute generated .i files or cxx files.. so build is faster
Debugger
@ -23,8 +22,8 @@ Debugger
pancake
-------
* Implement PTRACE_BLOCK
* Implement software stepping (with code analysis+ breakpoints)
* Implement PTRACE_BLOCK on Linux
* Implement software stepping (with code analysis+breakpoints)
* Implement dbg.bep - in r_core? in r_debug after attach? maybe only in r2 binr?
- must be refined.. and look for better names
* fork/clone child . inject code to create new threads or pids

View File

@ -11,6 +11,8 @@ sign:
osxsign:
${CC} radare2.o ${CFLAGS} ${LDFLAGS} -sectcreate __TEXT __info_plist ./Info.plist -o radare2 -framework Security -framework CoreFoundation
codesign -dvvv -s radare2 ./radare2
sudo chown root:procmod radare2
sudo chmod g+s radare2
ifeq ($(WITHNONPIC),1)
LDFLAGS+=${DL_LIBS} -lm -lpthread

View File

@ -1,11 +0,0 @@
prefix=@PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libr
Description: radare framework libraries
Version: 0.1
Requires:
Libs: -L${libdir} -lr_core -lr_lang -lr_search -lr_cmd -lr_asm -lr_util -lr_hash -lr_vm -lr_socket -lr_print
Cflags: -I${includedir}/libr