Rearange menu of mpegplayer. Add new menu with "settings" and "quit", and remove...
[kugel-rb.git] / apps / plugins / jpeg / jpeg.make
blob15168dc4fb36c474dbd2fdd516049d585297a2ba
1 # __________ __ ___.
2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 # \/ \/ \/ \/ \/
7 # $Id$
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)