radare2/libr/bin/Makefile
2014-03-10 02:27:32 +01:00

23 lines
452 B
Makefile

include ../config.mk
include ../../global.mk
NAME=r_bin
DEPS=r_util r_db
.PHONY: pre
pre: $(LIBSO) $(LIBAR)
$(MAKE) -C p
CFLAGS+=-DCORELIB -Iformat -Imangling
include ${STATIC_BIN_PLUGINS}
include ${STATIC_BIN_XTR_PLUGINS}
STATIC_OBJS=$(addprefix $(LTOP)/bin/p/, $(STATIC_OBJ))
OBJS=bin.o dbginfo.o bin_write.o demangle.o dwarf.o
OBJS+=mangling/cxx/cp-demangle.o ${STATIC_OBJS}
OBJS+=mangling/objc.o mangling/cxx.o
include $(TOP)/libr/rules.mk