Prepare new maemo release
[maemo-rb.git] / apps / plugins / reversi / reversi.make
blob52a97fa1bad003d547dd2535c4f4a0923ac058e8
1 # __________ __ ___.
2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 # \/ \/ \/ \/ \/
7 # $Id$
10 REVERSISRCDIR := $(APPSDIR)/plugins/reversi
11 REVERSIBUILDDIR := $(BUILDDIR)/apps/plugins/reversi
13 ROCKS += $(REVERSIBUILDDIR)/reversi.rock
15 REVERSI_SRC := $(call preprocess, $(REVERSISRCDIR)/SOURCES)
16 REVERSI_OBJ := $(call c2obj, $(REVERSI_SRC))
18 # add source files to OTHER_SRC to get automatic dependencies
19 OTHER_SRC += $(REVERSI_SRC)
21 $(REVERSIBUILDDIR)/reversi.rock: $(REVERSI_OBJ)