radare2/libr/libs.mk
2023-01-11 01:25:28 +01:00

18 lines
324 B
Makefile

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