042e97b92a31ca95e2b8554eccc8ed8146943ea5
[mono.git] / mcs / tools / sqlsharp / Makefile
1 thisdir = tools/SqlSharp
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Data.dll
6 PROGRAM = sqlsharp.exe
7
8 EXTRA_DISTFILES = README
9
10 include ../../build/executable.make
11
12 # Disable test for now
13 #run-test-local: run-sqlsharp-test
14
15 run-sqlsharp-test: $(PROGRAM)
16         $(TEST_RUNTIME) $(PROGRAM) -A $(PROGRAM) $(ARGS)
17
18 run: $(PROGRAM)
19         $(RUNTIME) $(RUNTIME_FLAGS) $(PROGRAM) $(ARGS)