Update the discussion of themeing in the manual, and put a note in the wps tags appen...
[kugel-rb.git] / apps / plugins / sudoku / sudoku.make
blob11bf7690de1682a699e859acba4e3604444fb4cd
1 # __________ __ ___.
2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 # \/ \/ \/ \/ \/
7 # $Id$
10 SUDOKUSRCDIR := $(APPSDIR)/plugins/sudoku
11 SUDOKUBUILDDIR := $(BUILDDIR)/apps/plugins/sudoku
13 ROCKS += $(SUDOKUBUILDDIR)/sudoku.rock
15 SUDOKU_SRC := $(call preprocess, $(SUDOKUSRCDIR)/SOURCES)
16 SUDOKU_OBJ := $(call c2obj, $(SUDOKU_SRC))
18 # add source files to OTHER_SRC to get automatic dependencies
19 OTHER_SRC += $(SUDOKU_SRC)
21 $(SUDOKUBUILDDIR)/sudoku.rock: $(SUDOKU_OBJ)