2018-11-15 22:52:21 +00:00
|
|
|
-include libs.custom.mk
|
|
|
|
|
|
|
|
ifeq ($(LIBS0),)
|
|
|
|
LIBS0=util
|
2022-09-14 15:28:22 +00:00
|
|
|
LIBS1=socket reg cons magic bp config
|
2022-09-17 22:55:33 +00:00
|
|
|
LIBS2=syscall lang crypto flag arch
|
2022-09-14 15:28:22 +00:00
|
|
|
LIBS3=parse io search
|
2022-09-14 22:23:21 +00:00
|
|
|
LIBS4=asm fs
|
|
|
|
LIBS5=anal egg bin
|
2018-11-15 22:52:21 +00:00
|
|
|
LIBS6=debug
|
|
|
|
LIBS7=core
|
2019-03-08 13:22:59 +00:00
|
|
|
LIBS8=main
|
2018-11-15 22:52:21 +00:00
|
|
|
|
2019-03-08 13:22:59 +00:00
|
|
|
LIBS=$(LIBS0) $(LIBS1) $(LIBS2) $(LIBS3) $(LIBS4) $(LIBS5) $(LIBS6) $(LIBS7) $(LIBS8)
|
2018-11-15 22:52:21 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
.PHONY: $(LIBS)
|