radare2/libr/vm/Makefile
pancake 9dc6a049b1 * Fix make -j for paralel builds
- 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
2010-10-29 03:10:10 +02:00

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