mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 15:04:23 +00:00
9dc6a049b1
- use hacky 'waitfordeps.sh' helper script - speed up the build process * Do not build libr2.so by default - Do not generate library archives (.a) - Fix build dependencies in vm/p/plugins.h * Added --with-nonpic - Enable the .a generation
11 lines
151 B
Makefile
11 lines
151 B
Makefile
NAME=r_vm
|
|
DEPS=r_util
|
|
|
|
ALL=p/plugins.h
|
|
OBJ=vm.o mmu.o reg.o extra.o setup.o stack.o op.o
|
|
|
|
include ../rules.mk
|
|
|
|
p/plugins.h:
|
|
cd p && ${MAKE} plugins.h
|