mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-25 16:51:30 +00:00
* Integrate r2rc into the build system
This commit is contained in:
parent
2e54f45389
commit
de65dc6205
8
Makefile
8
Makefile
@ -1,7 +1,7 @@
|
||||
include config-user.mk
|
||||
include global.mk
|
||||
|
||||
all: plugins.cfg libr swig
|
||||
all: plugins.cfg libr swig r2rc
|
||||
|
||||
plugins.cfg:
|
||||
./configure-plugins
|
||||
@ -9,6 +9,9 @@ plugins.cfg:
|
||||
libr:
|
||||
cd libr && ${MAKE} all
|
||||
|
||||
r2rc:
|
||||
cd r2rc && ${MAKE} all
|
||||
|
||||
swig:
|
||||
ifeq (${HAVE_VALASWIG},1)
|
||||
cd swig && ${MAKE} all
|
||||
@ -47,6 +50,7 @@ install:
|
||||
for a in doc/* ; do ${INSTALL_DATA} $$a ${DESTDIR}/${PREFIX}/share/doc/radare2 ; done
|
||||
cd libr && ${MAKE} install PARENT=1 PREFIX=${PREFIX} DESTDIR=${DESTDIR}
|
||||
cd swig && ${MAKE} install PREFIX=${PREFIX} DESTDIR=${DESTDIR}
|
||||
cd r2rc && ${MAKE} install PREFIX=${PREFIX} DESTDIR=${DESTDIR}
|
||||
|
||||
uninstall:
|
||||
rm -rf prefix
|
||||
@ -74,4 +78,4 @@ shot:
|
||||
|
||||
include ${MKPLUGINS}
|
||||
|
||||
.PHONY: all clean mrproper install uninstall deinstall dist shot pkgcfg vdoc swig libr
|
||||
.PHONY: all clean mrproper install uninstall deinstall dist shot pkgcfg vdoc swig libr r2rc
|
||||
|
Loading…
x
Reference in New Issue
Block a user