Home | History | Annotate | Download | only in inc
      1 
      2 HSRC=OMX_VideoEnc_CustomCmd.h
      3  
      4 HTARGET=$(HSRC:%=$(OMXINCLUDEDIR)/%)
      5 
      6 include $(OMXROOT)/Master.mk
      7 
      8 all install:: $(OMXINCLUDEDIR) $(HTARGET) 
      9 
     10 $(OMXINCLUDEDIR)/%: % 
     11 	cp -f $< $@
     12 
     13 clobber::
     14 	rm -f $(OMXINCLUDEDIR)/OMX_VideoEnc_CustomCmd.h
     15