Fix stringsource parsing to that apostrophes don't count as quotes.
[schedulator.git] / Makefile
blob54beaeee41f9684f714cb7820be65c712799f831
1 include wvdotnet/rules.mk
2 include wvdotnet/monorules.mk
4 PKGS=-r:System.Data -r:System.Web
5 CPPFLAGS=-Iwvdotnet
6 DOTDIR=../$(shell basename "$$PWD")
8 all: wvdotnet/all schedulator.exe webtest.exe
10 webtest.exe: webtest.cs $(DOTDIR)/wvdotnet/wv.dll
12 SRC=schedulator.cs \
13 source.cs person.cs project.cs fixfor.cs task.cs dateslider.cs \
14 testsource.cs stringsource.cs logsource.cs fogbugz.cs mantis.cs \
15 resultsource.cs googlecode.cs \
16 $(DOTDIR)/wvdotnet/wv.dll
18 schedulator.exe: webui.cs $(SRC)
20 schedulator.t.exe: $(SRC) \
21 $(addsuffix .E,$(wildcard *.t.cs)) \
23 tests: all schedulator.t.exe
25 test: tests
26 wvdotnet/wvtestrunner.pl mono --debug ./schedulator.t.exe