New makefile solution: A single invocation of 'make' to build the entire tree. Fully...
[kugel-rb.git] / apps / plugins / jpeg / jpeg.make
blob9413ef24b3584c5a9a282197bf6e4ba68ab210c1
1 # __________ __ ___.
2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 # \/ \/ \/ \/ \/
7 # $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $
10 JPEGSRCDIR := $(APPSDIR)/plugins/jpeg
11 JPEGBUILDDIR := $(BUILDDIR)/apps/plugins/jpeg
13 ROCKS += $(JPEGBUILDDIR)/jpeg.rock
15 JPEG_SRC := $(call preprocess, $(JPEGSRCDIR)/SOURCES)
16 JPEG_OBJ := $(call c2obj, $(JPEG_SRC))
18 # add source files to OTHER_SRC to get automatic dependencies
19 OTHER_SRC += $(JPEG_SRC)
21 $(JPEGBUILDDIR)/jpeg.rock: $(JPEG_OBJ)