Home | History | Annotate | Download | only in C

Lines Matching refs:subdirs

47 all: makerootdir subdirs $(MAKEROOT)/libs

70 SUBDIRS := $(LIBRARIES) $(APPLICATIONS)
76 .PHONY: subdirs $(SUBDIRS)
77 subdirs: $(SUBDIRS)
78 $(SUBDIRS):
81 .PHONY: $(patsubst %,%-clean,$(sort $(SUBDIRS)))
82 $(patsubst %,%-clean,$(sort $(SUBDIRS))):
85 clean: $(patsubst %,%-clean,$(sort $(SUBDIRS)))