OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / hardware / ti / omap3 / omx / audio / src / openmax_il / mp3_dec / inc / Makefile
1
2 HSRC=TIDspOmx.h
3 HTARGET=$(HSRC:%=$(OMXINCLUDEDIR)/%)
4
5 include $(OMXROOT)/Master.mk
6
7 all install:: $(OMXINCLUDEDIR) $(HTARGET) 
8
9 $(OMXINCLUDEDIR)/%: % 
10         cp -f $< $@
11
12 clobber::
13         rm -f $(OMXINCLUDEDIR)/TIDspOmx.h