summaryrefslogtreecommitdiff
path: root/include/makeinclude/rules.nested.GNU
blob: a9f3a6a4509c2f5ef6b8d1374380776c2b9b3dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
#----------------------------------------------------------------------------
#	$Id$
#
#	Nested directory targets makefile definitions
#----------------------------------------------------------------------------

$(TARGETS_NESTED):
	@for dir in $(DIRS) ;\
	do \
		 $(MAKE) -C $$dir $(@:.nested=); \
	done