mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 00:51:19 +00:00
ffe743ef39
* Rename DEPS to R2DEPS * Cleanup of sys/build.sh
12 lines
277 B
Makefile
12 lines
277 B
Makefile
MAIN_LINK_ALL=1
|
|
|
|
ifeq ($(MAIN_LINK_ALL),1)
|
|
R2DEPS=r_config r_cons r_io r_util r_flag r_asm r_core
|
|
R2DEPS+=r_debug r_hash r_bin r_lang r_io r_anal r_parse r_bp r_egg
|
|
R2DEPS+=r_reg r_search r_syscall r_socket r_fs r_magic r_crypto
|
|
else
|
|
# only works
|
|
WITH_LIBS=0
|
|
WITH_LIBR=1
|
|
endif
|