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