Bump version numbers for 3.13
[maemo-rb.git] / apps / plugins / clock / clock.make
blob9e03c6665b3ed9482aee1c2ffd92c8c452426e55
1 # __________ __ ___.
2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 # \/ \/ \/ \/ \/
7 # $Id$
10 CLOCKSRCDIR := $(APPSDIR)/plugins/clock
11 CLOCKBUILDDIR := $(BUILDDIR)/apps/plugins/clock
13 ROCKS += $(CLOCKBUILDDIR)/clock.rock
15 CLOCK_SRC := $(call preprocess, $(CLOCKSRCDIR)/SOURCES)
16 CLOCK_OBJ := $(call c2obj, $(CLOCK_SRC))
18 # add source files to OTHER_SRC to get automatic dependencies
19 OTHER_SRC += $(CLOCK_SRC)
21 $(CLOCKBUILDDIR)/clock.rock: $(CLOCK_OBJ)