Revision 416
Added by Aaron Marcuse-Kubitza about 13 years ago
inputs/Makefile | ||
---|---|---|
19 | 19 |
endef |
20 | 20 |
$(foreach subdir,$(wildcard */),$(eval $(subdirTargets))) |
21 | 21 |
|
22 |
Makefile: ; |
|
23 |
|
|
22 | 24 |
%: $(addsuffix %,$(dir $(shell echo */Makefile))) _always ; |
Makefile | ||
---|---|---|
48 | 48 |
endef |
49 | 49 |
$(foreach subdir,$(wildcard */),$(eval $(subdirTargets))) |
50 | 50 |
|
51 |
Makefile: ; |
|
52 |
|
|
51 | 53 |
%: $(addsuffix %,$(dir $(shell echo */Makefile))) _always ; |
52 | 54 |
|
53 | 55 |
##### |
Also available in: Unified diff
Makefiles: Added empty Makefile target so that Makefiles are not included in the targets recursively run on subdirs