1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

Enter all directories and print all Makefiles for 'make list'

This commit is contained in:
Jonas Fonseca 2005-10-25 23:41:26 +02:00 committed by Jonas Fonseca
parent 1f69d4b931
commit 1c8f2a3d19

View File

@ -73,7 +73,14 @@ OBJS += $(OBJS-yes)
endif
ifneq ($(findstring cleanall,$(MAKECMDGOALS)),)
INCLUDE_ALL=1
endif
ifneq ($(findstring list,$(MAKECMDGOALS)),)
INCLUDE_ALL=1
endif
ifdef INCLUDE_ALL
ifdef SUBDIRS-no
SUBDIRS += $(SUBDIRS-no)
endif