* typemanager.cs: Property.GetGetMethod() does not return the method if it
[mono.git] / mcs / mbas / Makefile
index 04a1d694399c10920231867d642f0ae0eeb1e6a3..7a9b5299b9efc2ed6c739cbee214d1e111846789 100644 (file)
@@ -1,28 +1,31 @@
-thisdir = mbas
-SUBDIRS = 
-include ../build/rules.make
-
-PROGRAM = mbas.exe
-BUILT_SOURCES = mb-parser.cs
-HAS_TEST = yes
-
-LOCAL_MCS_FLAGS = /r:System.dll /r:$(topdir)/class/lib/Mono.GetOptions.dll
-
-EXTRA_DISTFILES = mb-parser.jay mbas.csproj mbas.ico mbas.sln
-CLEAN_FILES = y.output testmbas/WriteOK.exe
-
-include ../build/executable.make
-
-test-local: mbas.exe
-
-run-test-local: testmbas/WriteOK.exe
-       $(TEST_RUNTIME) testmbas/WriteOK.exe
-
-mb-parser.cs: mb-parser.jay
-       $(topdir)/jay/jay -ctv <$(topdir)/jay/skeleton.cs $< >$@
-
-verbose: mbas.exe
-       $(TEST_RUNTIME) mbas.exe --verbosegetoptions --stacktrace /r:Mono.GetOptions.dll /r:System.Data,System.Windows.Forms --main WriteOK testmbas/WriteOK.vb testmbas/WriteOK2.mbs
-
-testmbas/WriteOK.exe: mbas.exe
-       $(TEST_RUNTIME) mbas.exe --stacktrace /r:Mono.GetOptions.dll /r:System.Data,System.Windows.Forms --main WriteOK testmbas/WriteOK.vb testmbas/WriteOK2.mbs
+thisdir = mbas\r
+SUBDIRS = \r
+include ../build/rules.make\r
+\r
+PROGRAM = mbas.exe\r
+BUILT_SOURCES = mb-parser.cs\r
+HAS_TEST = yes\r
+\r
+LOCAL_MCS_FLAGS = /r:System.dll /r:$(topdir)/class/lib/$(PROFILE)/Mono.GetOptions.dll\r
+\r
+EXTRA_DISTFILES = mb-parser.jay mbas.csproj mbas.ico mbas.sln\r
+CLEAN_FILES = y.output testmbas/WriteOK.exe\r
+\r
+include ../build/executable.make\r
+\r
+test-local: mbas.exe\r
+\r
+run-test-local: testmbas/WriteOK.exe\r
+       $(TEST_RUNTIME) --debug testmbas/WriteOK.exe\r
+\r
+mb-parser.cs: mb-parser.jay\r
+       $(topdir)/jay/jay -ctv <$(topdir)/jay/skeleton.cs $< >$@\r
+\r
+verbose: mbas.exe\r
+       $(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\r
+\r
+testmbas/WriteOK.exe: mbas.exe testmbas/*.vb testmbas/*.mbs\r
+       $(TEST_RUNTIME) ./mbas.exe --stacktrace --verbosegetoptions /libpath:../class/lib/$(PROFILE) /r:Mono.GetOptions /r:System.Data,System.Windows.Forms --main WriteOK testmbas/WriteOK.vb testmbas/WriteOK2.mbs\r
+
+test-aspx: mbas.exe testmbas/aspx_temp.vb
+       $(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