Add the identifying header
[kugel-rb.git] / apps / plugins / fractals / fractals.make
blob48bff5c611fd5fc9dc44a002a3432d7c5f1c265c
1 # __________ __ ___.
2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 # \/ \/ \/ \/ \/
7 # $Id$
10 FRACTALSSRCDIR := $(APPSDIR)/plugins/fractals
11 FRACTALSBUILDDIR := $(BUILDDIR)/apps/plugins/fractals
13 ROCKS += $(FRACTALSBUILDDIR)/fractals.rock
15 FRACTALS_SRC := $(call preprocess, $(FRACTALSSRCDIR)/SOURCES)
16 FRACTALS_OBJ := $(call c2obj, $(FRACTALS_SRC))
18 # add source files to OTHER_SRC to get automatic dependencies
19 OTHER_SRC += $(FRACTALS_SRC)
21 $(FRACTALSBUILDDIR)/fractals.rock: $(FRACTALS_OBJ)