~eda-qa/dhlib/main

« back to all changes in this revision

Viewing changes to app-sudoku/makefile

  • Committer: edA-qa mort-ora-y
  • Date: 2010-02-16 05:36:32 UTC
  • Revision ID: eda-qa@disemia.com-20100216053632-60lt7fndfi3fgblw
first

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include parent.makefile
 
2
 
 
3
HAXECP += -cp $(abspath .)
 
4
 
 
5
HXSRCPATH=$(abspath .)
 
6
ALLSRC:=$(HXSRC) $(HXLIBSRC)
 
7
 
 
8
all: sudoku-test sudoku
 
9
 
 
10
test: SudokuTest.n
 
11
        neko SudokuTest.n
 
12
 
 
13
sudoku-test: SudokuTest.n
 
14
SudokuTest.n: $(ALLSRC)
 
15
        $(STDNEKO) -main sudoku.test.TestWrapper
 
16
 
 
17
sudoku: Sudoku.swf
 
18
Sudoku.swf: $(ALLSRC)
 
19
        $(STDFLASH) -main sudoku.Main