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