Build doom on clipv2 and clip+
[kugel-rb.git] / apps / plugins / frotz / frotz.make
blob0bf4370ccaacfa4e20aa1ca9ed5d0c6929c36fa8
1 # __________ __ ___.
2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 # \/ \/ \/ \/ \/
7 # $Id$
10 FROTZSRCDIR := $(APPSDIR)/plugins/frotz
11 FROTZBUILDDIR := $(BUILDDIR)/apps/plugins/frotz
13 ROCKS += $(FROTZBUILDDIR)/frotz.rock
15 FROTZ_SRC := $(call preprocess, $(FROTZSRCDIR)/SOURCES)
16 FROTZ_OBJ := $(call c2obj, $(FROTZ_SRC))
18 # add source files to OTHER_SRC to get automatic dependencies
19 OTHER_SRC += $(FROTZ_SRC)
21 $(FROTZBUILDDIR)/frotz.rock: $(FROTZ_OBJ)