radare2/libr/libs.mk

18 lines
325 B
Makefile

-include libs.custom.mk
ifeq ($(LIBS0),)
LIBS0=util
LIBS1=socket reg cons magic bp config
LIBS2=syscall lang crypto flag arch
LIBS3=parse io search
LIBS4=asm fs
LIBS5=anal egg bin
LIBS6=debug
LIBS7=core
LIBS8=main
LIBS=$(LIBS0) $(LIBS1) $(LIBS2) $(LIBS3) $(LIBS4) $(LIBS5) $(LIBS6) $(LIBS7) $(LIBS8)
endif
.PHONY: $(LIBS)