ChangeLog: Updated ChangeLog.
[mono.git] / mcs / mbas / Makefile
1 thisdir = mbas
2 SUBDIRS = 
3 include ../build/rules.make
4
5 PROGRAM = mbas.exe
6 BUILT_SOURCES = mb-parser.cs
7
8 LOCAL_MCS_FLAGS = /r:System.dll /r:$(topdir)/class/lib/$(PROFILE)/Mono.GetOptions.dll
9
10 EXTRA_DISTFILES = mb-parser.jay mbas.csproj mbas.ico mbas.sln
11 CLEAN_FILES = y.output testmbas/WriteOK.exe
12
13 PROGRAM_INSTALL_DIR = $(prefix)/lib/mono/1.0
14
15 include ../build/executable.make
16
17 run-test-local: run-mbas-test
18
19 run-mbas-test: testmbas/WriteOK.exe
20         $(TEST_RUNTIME) --debug testmbas/WriteOK.exe --sayho /about -say:this,that,those /say:what?
21
22 mb-parser.cs: mb-parser.jay
23         $(topdir)/jay/jay -ctv <$(topdir)/jay/skeleton.cs $< >$@
24
25 verbose: mbas.exe
26         $(TEST_RUNTIME) ./mbas.exe --verbosegetoptions --verbose --stacktrace /libpath:../class/lib/$(PROFILE) /r:Mono.GetOptions /r:System.Data,System.Windows.Forms --main WriteOK testmbas/WriteOK.vb testmbas/WriteOK2.mbs
27
28 testmbas/WriteOK.exe: Makefile mbas.exe testmbas/*.vb testmbas/*.mbs
29         $(TEST_RUNTIME) ./mbas.exe --verbosegetoptions --stacktrace /libpath:../class/lib/$(PROFILE) --reference=Mono.GetOptions -r:System.Data,System.Messaging --main WriteOK testmbas/WriteOK.vb testmbas/WriteOK2.mbs
30
31 test-aspx: mbas.exe testmbas/aspx_temp.vb
32         $(TEST_RUNTIME) --debug ./mbas.exe --stacktrace --verbosegetoptions /libpath:../class/lib/$(PROFILE) /target:library /r:"System.dll" /r:"System.Xml.dll" /r:"System.Data.dll" /r:"System.Web.dll" /r:"System.Web.Services.dll" /r:"System.Drawing.dll" -- testmbas/aspx_temp.vb