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