mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 08:12:44 +00:00
fc22e99c95
* Initial work to simplify build porting for OSX and W32
18 lines
241 B
Makefile
18 lines
241 B
Makefile
CFLAGS_APPEND=
|
|
GNULINUX=1
|
|
BSD=0
|
|
SOLARIS=0
|
|
WINDOWS=0
|
|
OSX=0
|
|
USE_RIO=1
|
|
|
|
# static plugins
|
|
STATIC_ASM_PLUGINS=p/x86olly.mk p/mips.mk p/java.mk
|
|
STATIC_BIN_PLUGINS=
|
|
|
|
ifneq (${BINDEPS},)
|
|
include ../../../config.mk
|
|
else
|
|
include ../../config.mk
|
|
endif
|