1 2 3all:: 4 5# pull in the master "inherited" definitions 6include $(OMXROOT)/Master.mk 7 8DIRS= \ 9 src \ 10 inc \ 11 docs 12 13EXTRA=\ 14 patterns 15 16 17$(BASETARGETS):: 18 @$(call traverse_dirs,$(DIRS),$@) 19 20