[Monodevelop-patches-list] r831 - in trunk/MonoDevelop: . gdldock gdldock/gdl gdldock/sources gdldock/sources/gdl gtkmozembed-sharp src src/AddIns src/AddIns/BackendBindings src/AddIns/BackendBindings/CSharpBinding src/AddIns/DisplayBindings src/AddIns/DisplayBindings/SourceEditor src/AddIns/DisplayBindings/TextEditor src/AddIns/Misc src/AddIns/Misc/StartPage src/Libraries src/Libraries/ICSharpCode.TextEditor src/Libraries/MonoDevelop.Core src/Libraries/MonoDevelop.Gui.Utils src/Libraries/MonoDevelop.Gui.Widgets src/Libraries/SharpAssembly src/Libraries/SharpRefactory src/Main src/Main/Base src/Main/Base/Gui/Pads src/Main/StartUp

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sun Feb 8 21:05:12 EST 2004


Author: jluke
Date: 2004-02-08 21:05:12 -0500 (Sun, 08 Feb 2004)
New Revision: 831

Added:
   trunk/MonoDevelop/AUTHORS
   trunk/MonoDevelop/ChangeLog
   trunk/MonoDevelop/Makefile.am
   trunk/MonoDevelop/NEWS
   trunk/MonoDevelop/autogen.sh
   trunk/MonoDevelop/configure.in
   trunk/MonoDevelop/gdldock/Makefile.am
   trunk/MonoDevelop/gdldock/gdl/Makefile.am
   trunk/MonoDevelop/gdldock/sources/Makefile.am
   trunk/MonoDevelop/gdldock/sources/gdl/Makefile.am
   trunk/MonoDevelop/gtkmozembed-sharp/Makefile.am
   trunk/MonoDevelop/monodevelop.in
   trunk/MonoDevelop/src/AddIns/BackendBindings/Makefile.am
   trunk/MonoDevelop/src/AddIns/DisplayBindings/Makefile.am
   trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile.am
   trunk/MonoDevelop/src/AddIns/DisplayBindings/TextEditor/Makefile.am
   trunk/MonoDevelop/src/AddIns/Makefile.am
   trunk/MonoDevelop/src/AddIns/Misc/Makefile.am
   trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile.am
   trunk/MonoDevelop/src/Libraries/Makefile.am
   trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/
   trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Makefile.am
   trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Utils/Makefile.am
   trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Widgets/Makefile.am
   trunk/MonoDevelop/src/Libraries/SharpAssembly/Makefile.am
   trunk/MonoDevelop/src/Libraries/SharpRefactory/Makefile.am
   trunk/MonoDevelop/src/Main/Base/Makefile.am
   trunk/MonoDevelop/src/Main/Makefile.am
   trunk/MonoDevelop/src/Main/StartUp/Makefile.am
   trunk/MonoDevelop/src/Makefile.am
Removed:
   trunk/MonoDevelop/gdldock/Makefile
   trunk/MonoDevelop/gdldock/gdl/Makefile
   trunk/MonoDevelop/gdldock/sources/Makefile
   trunk/MonoDevelop/gdldock/sources/gdl/Makefile
   trunk/MonoDevelop/gtkmozembed-sharp/Makefile
   trunk/MonoDevelop/monodevelop
   trunk/MonoDevelop/src/AddIns/BackendBindings/CSharpBinding/Makefile
   trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile
   trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile
   trunk/MonoDevelop/src/Libraries/ICSharpCode.TextEditor/Makefile
   trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Makefile
   trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Utils/Makefile
   trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Widgets/Makefile
   trunk/MonoDevelop/src/Libraries/SharpAssembly/Makefile
   trunk/MonoDevelop/src/Libraries/SharpRefactory/Makefile
   trunk/MonoDevelop/src/Main/Base/Makefile
   trunk/MonoDevelop/src/Main/Core/
   trunk/MonoDevelop/src/Main/StartUp/Makefile
Modified:
   trunk/MonoDevelop/monodevelop.desktop
   trunk/MonoDevelop/src/Main/Base/Gui/Pads/FileScout.cs
Log:
1st part of auto* th build


Added: trunk/MonoDevelop/AUTHORS
===================================================================

Added: trunk/MonoDevelop/ChangeLog
===================================================================

Added: trunk/MonoDevelop/Makefile.am
===================================================================
--- trunk/MonoDevelop/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,23 @@
+SUBDIRS=gdldock gtkmozembed-sharp src
+
+desktopdir = $(datadir)/applications
+desktop_DATA = monodevelop.desktop
+
+run: runmd
+
+runmd: $(PROGRAM)
+	./monodevelop
+
+pad: $(MONOPAD)
+
+runpad: $(MONOPAD)
+	cd build/bin && mono MonoPad.exe
+
+newed : $(PROGRAM)
+	NEW_EDITOR=true ./monodevelop
+
+run-profile: $(PROGRAM)
+	cd build/bin && mono -O=inline --profile MonoDevelop.exe
+
+profile-pad: $(MONOPAD)
+	cd build/bin && mono -O=inline --profile MonoPad.exe

Added: trunk/MonoDevelop/NEWS
===================================================================

Added: trunk/MonoDevelop/autogen.sh
===================================================================
--- trunk/MonoDevelop/autogen.sh	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/autogen.sh	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+aclocal
+automake --add-missing --gnu
+autoconf
+./configure $@
+


Property changes on: trunk/MonoDevelop/autogen.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/MonoDevelop/configure.in
===================================================================
--- trunk/MonoDevelop/configure.in	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/configure.in	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,68 @@
+AC_INIT(README)
+AC_CANONICAL_SYSTEM
+AM_INIT_AUTOMAKE(monodevelop, 0.1)
+AM_MAINTAINER_MODE
+AM_PROG_LIBTOOL
+
+AC_PATH_PROG(MONO, mono)
+AC_PATH_PROG(MCS, mcs)
+if test "x$MONO" = "x" ; then
+  AC_MSG_ERROR([Can't find "mono" in your PATH])
+fi
+if test "x$MCS" = "x" ; then
+  AC_MSG_ERROR([Can't find "mcs" in your PATH])
+fi
+AC_SUBST(PATH)
+AC_SUBST(LD_LIBRARY_PATH)
+
+dnl Find pkg-config
+AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+if test "x$PKG_CONFIG" = "xno"; then
+        AC_MSG_ERROR([You need to install pkg-config])
+fi
+
+dnl Find mono
+MONO_REQUIRED_VERSION=0.30
+
+PKG_CHECK_MODULES(BASE_DEPENDENCIES, mono >= $MONO_REQUIRED_VERSION)
+
+dnl Find gtk-sharp
+GTKSHARP_REQUIRED_VERSION=0.16
+
+PKG_CHECK_MODULES(BASE_DEPENDENCIES, gtk-sharp >= $GTKSHARP_REQUIRED_VERSION) 
+
+GTKSOURCEVIEW_REQUIRED_VERSION=0.7
+
+PKG_CHECK_MODULES(BASE_DEPENDENCIES, gtksourceview-1.0 >= $GTKSOURCEVIEW_REQUIRED_VERSION)
+
+MOZILLA_HOME="`$PKG_CONFIG --variable=libdir mozilla-gtkmozembed`"
+AC_SUBST(MOZILLA_HOME)
+
+AC_OUTPUT([
+Makefile
+gdldock/Makefile
+gdldock/gdl/Makefile
+gdldock/sources/Makefile
+gdldock/sources/gdl/Makefile
+gtkmozembed-sharp/Makefile
+src/Makefile
+src/AddIns/Makefile
+src/AddIns/BackendBindings/Makefile
+src/AddIns/BackendBindings/CSharpBinding/Makefile
+src/AddIns/DisplayBindings/Makefile
+src/AddIns/DisplayBindings/SourceEditor/Makefile
+src/AddIns/DisplayBindings/TextEditor/Makefile
+src/AddIns/Misc/Makefile
+src/AddIns/Misc/StartPage/Makefile
+src/Main/Makefile
+src/Main/Base/Makefile
+src/Main/StartUp/Makefile
+src/Libraries/Makefile
+src/Libraries/ICSharpCode.TextEditor/Makefile
+src/Libraries/MonoDevelop.Core/Makefile
+src/Libraries/MonoDevelop.Gui.Utils/Makefile
+src/Libraries/MonoDevelop.Gui.Widgets/Makefile
+src/Libraries/SharpAssembly/Makefile
+src/Libraries/SharpRefactory/Makefile
+monodevelop
+])

Deleted: trunk/MonoDevelop/gdldock/Makefile
===================================================================
--- trunk/MonoDevelop/gdldock/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/gdldock/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,3 +0,0 @@
-all:
-	cd gdl && make
-	cd sources && make

Added: trunk/MonoDevelop/gdldock/Makefile.am
===================================================================
--- trunk/MonoDevelop/gdldock/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/gdldock/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1 @@
+SUBDIRS=gdl sources

Deleted: trunk/MonoDevelop/gdldock/gdl/Makefile
===================================================================
--- trunk/MonoDevelop/gdldock/gdl/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/gdldock/gdl/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,26 +0,0 @@
-MCS = mcs
-RUNTIME = mono
-ASSEMBLY = ../../build/bin/gdl-sharp.dll
-PREFIX ?= $(shell pkg-config --variable=prefix gapi)
-
-INCLUDE_APIS = \
-	$(PREFIX)/share/gapi/gdk-api.xml \
-	$(PREFIX)/share/gapi/gtk-api.xml \
-	$(PREFIX)/share/gapi/atk-api.xml
-			
-all: generated-stamp $(ASSEMBLY)
-
-generated-stamp: gdl-api.xml
-	gapi-fixup --api=gdl-api.xml --metadata=Gdl.metadata && \
-	gapi-codegen --generate gdl-api.xml --include $(INCLUDE_APIS) --outdir=generated --customdir=. --assembly-name=gdl-sharp && touch generated-stamp
- 
-$(ASSEMBLY): generated-stamp
-	$(MCS) --unsafe --target library \
-	-r glib-sharp.dll -r gtk-sharp.dll -r gdk-sharp.dll \
-	--recurse '*.cs' -o $(ASSEMBLY)
- 
-clean:
-	rm -f $(ASSEMBLY)
-	rm -f generated-stamp
-	rm -rf generated
-

Added: trunk/MonoDevelop/gdldock/gdl/Makefile.am
===================================================================
--- trunk/MonoDevelop/gdldock/gdl/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/gdldock/gdl/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,26 @@
+MCS = mcs
+RUNTIME = mono
+ASSEMBLY = ../../build/bin/gdl-sharp.dll
+
+INCLUDE_APIS = \
+	@prefix@/share/gapi/gdk-api.xml \
+	@prefix@/share/gapi/gtk-api.xml \
+	@prefix@/share/gapi/atk-api.xml
+			
+all: generated-stamp $(ASSEMBLY)
+
+generated-stamp: gdl-api.xml
+	gapi-fixup --api=gdl-api.xml --metadata=Gdl.metadata && \
+	gapi-codegen --generate gdl-api.xml --include $(INCLUDE_APIS) --outdir=generated --customdir=. --assembly-name=gdl-sharp && touch generated-stamp
+ 
+$(ASSEMBLY): generated-stamp
+	$(MCS) --unsafe --target library \
+	-r glib-sharp.dll -r gtk-sharp.dll -r gdk-sharp.dll \
+	--recurse '*.cs' -o $(ASSEMBLY)
+ 
+clean:
+	rm -f $(ASSEMBLY)
+	rm -f generated-stamp
+	rm -rf generated
+
+CLEANFILES=$(ASSEMBLY) generated-stamp generated

Deleted: trunk/MonoDevelop/gdldock/sources/Makefile
===================================================================
--- trunk/MonoDevelop/gdldock/sources/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/gdldock/sources/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,9 +0,0 @@
-PREFIX ?= $(shell pkg-config --variable=prefix gapi)
-PERLLIB = $(PREFIX)/share/perl5
-
-all:
-	cd gdl && make
-
-api: gdl/*.h
-	gapi-parser gdl-sharp-sources.xml
-

Added: trunk/MonoDevelop/gdldock/sources/Makefile.am
===================================================================
--- trunk/MonoDevelop/gdldock/sources/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/gdldock/sources/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,7 @@
+SUBDIRS=gdl
+
+PERLLIB = @prefix@/share/perl5
+
+api: gdl/*.h
+	gapi-parser gdl-sharp-sources.xml
+

Deleted: trunk/MonoDevelop/gdldock/sources/gdl/Makefile
===================================================================
--- trunk/MonoDevelop/gdldock/sources/gdl/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/gdldock/sources/gdl/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,120 +0,0 @@
-srcdir = .
-
-CFLAGS = -g -Wall -O2
-LDFLAGS = -g -shared
-
-GLIB_GENMARSHAL = $(shell which glib-genmarshal)
-GLIB_MKENUMS = $(shell which glib-mkenums)
-
-GDL_REQUIREMENTS = gtk+-2.0 libglade-2.0 libxml-2.0
-GDL_DEPENDENCIES_CFLAGS = $(shell pkg-config --cflags $(GDL_REQUIREMENTS))
-GDL_DEPENDENCIES_LIBS = $(shell pkg-config --libs $(GDL_REQUIREMENTS))
-
-INCLUDES = \
-	-DG_LOG_DOMAIN=\"GdlDock\" -I..	-I. \
-	$(GDL_DEPENDENCIES_CFLAGS)
-
-libgdldock_headers = \
-	gdl-dock-bar.h \
-	gdl-dock-object.h \
-	gdl-dock-master.h \
-	gdl-dock.h \
-	gdl-dock-item.h \
-	gdl-dock-item-grip.h \
-	gdl-dock-notebook.h \
-	gdl-dock-paned.h \
-	gdl-dock-tablabel.h \
-	gdl-dock-layout.h \
-	gdl-dock-placeholder.h \
-	gdl-stock.h
-
-libgdldock_SOURCES = \
-	$(libgdldock_headers) \
-	gdl-i18n.h \
-	gdl-dock-bar.c \
-	gdl-dock-object.c \
-	gdl-dock-master.c \
-	gdl-dock.c \
-	gdl-dock-item.c \
-	gdl-dock-item-grip.c \
-	gdl-dock-notebook.c \
-	gdl-dock-paned.c \
-	gdl-dock-tablabel.c \
-	gdl-dock-layout.c \
-	gdl-dock-placeholder.c \
-	gdl-stock.c \
-	libgdltypebuiltins.c \
-	libgdlmarshal.c
-
-libgdldock_OBJECTS = $(filter-out %.h,$(patsubst %.c,%.o,$(libgdldock_SOURCES)))
-
-GENERATED_SOURCES = \
-	libgdltypebuiltins.h \
-	libgdltypebuiltins.c \
-	libgdlmarshal.h \
-	libgdlmarshal.c
-
-all: libgdldock.so
-
-$(libgdldock_OBJECTS): $(libgdldock_headers) libgdltypebuiltins.h libgdlmarshal.h
-
-libgdldock.so: $(libgdldock_OBJECTS)
-	$(CC) $(LDFLAGS) -shared -fPIC -o libgdldock.so $+ && \
-	cp libgdldock.so ../../../build/bin && \
-	cp *.png ../../../build/bin
-
-%.o: %.c
-	$(CC) $(CFLAGS) $(INCLUDES) -c $<
-	
-# enumerations code generation
-
-libgdltypebuiltins.c: $(libgdldock_headers)
-	$(GLIB_MKENUMS) \
-			--fhead "#include <glib-object.h>\n" \
-			--fhead "#include \"libgdltypebuiltins.h\"\n\n" \
-			--fprod "\n/* enumerations from \"@filename@\" */" \
-			--vhead "static const G at Type@Value _ at enum_name@_values[] = {" \
-			--vprod "  { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
-			--vtail "  { 0, NULL, NULL }\n};\n\n" \
-			--vtail "GType\n at enum_name@_get_type (void)\n{\n" \
-			--vtail "  static GType type = 0;\n\n" \
-			--vtail "  if (!type)\n" \
-			--vtail "    type = g_ at type@_register_static (\"@EnumName@\", _ at enum_name@_values);\n\n" \
-			--vtail "  return type;\n}\n\n" \
-		$(libgdldock_headers) > xgen-gtbec \
-	&& cp xgen-gtbec $(@F) \
-	&& rm -f xgen-gtbec
-
-libgdltypebuiltins.h: $(libgdldock_headers)
-	$(GLIB_MKENUMS) \
-			--fhead "#ifndef __LIBGDLTYPEBUILTINS_H__\n" \
-			--fhead "#define __LIBGDLTYPEBUILTINS_H__ 1\n\n" \
-			--fhead "#include <gdl/gdl-dock.h>\n\n" \
-			--fhead "G_BEGIN_DECLS\n\n" \
-			--ftail "G_END_DECLS\n\n" \
-			--ftail "#endif /* __LIBGDLTYPEBUILTINS_H__ */\n" \
-			--fprod "\n/* --- @filename@ --- */" \
-			--eprod "#define GDL_TYPE_ at ENUMSHORT@ @enum_name at _get_type()\n" \
-			--eprod "GType @enum_name at _get_type (void);\n" \
-		$(libgdldock_headers) > xgen-gth \
-	&& cp xgen-gth $(@F) \
-	&& rm -f xgen-gth
-
-libgdlmarshal.h: libgdlmarshal.list
-	$(GLIB_GENMARSHAL) \
-		--prefix=gdl_marshal $(srcdir)/libgdlmarshal.list --header > xgen-gmc \
-	&& cp xgen-gmc $(@F) \
-	&& rm -f xgen-gmc
-
-libgdlmarshal.c: libgdlmarshal.h
-	echo "#include \"libgdlmarshal.h\"" > xgen-gmc && \
-	$(GLIB_GENMARSHAL) \
-		--prefix=gdl_marshal $(srcdir)/libgdlmarshal.list --body >> xgen-gmc \
-	&& cp xgen-gmc $(@F) \
-	&& rm -f xgen-gmc
-
-
-clean:
-	rm -f libgdldock.so $(libgdldock_OBJECTS) $(GENERATED_SOURCES)
-
-.PHONY: clean

Added: trunk/MonoDevelop/gdldock/sources/gdl/Makefile.am
===================================================================
--- trunk/MonoDevelop/gdldock/sources/gdl/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/gdldock/sources/gdl/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,122 @@
+srcdir = .
+
+CFLAGS = -g -Wall -O2
+LDFLAGS = -g -shared
+
+GLIB_GENMARSHAL = $(shell which glib-genmarshal)
+GLIB_MKENUMS = $(shell which glib-mkenums)
+
+GDL_REQUIREMENTS = gtk+-2.0 libglade-2.0 libxml-2.0
+GDL_DEPENDENCIES_CFLAGS = $(shell pkg-config --cflags $(GDL_REQUIREMENTS))
+GDL_DEPENDENCIES_LIBS = $(shell pkg-config --libs $(GDL_REQUIREMENTS))
+
+INCLUDES = \
+	-DG_LOG_DOMAIN=\"GdlDock\" -I..	-I. \
+	$(GDL_DEPENDENCIES_CFLAGS)
+
+libgdldock_headers = \
+	gdl-dock-bar.h \
+	gdl-dock-object.h \
+	gdl-dock-master.h \
+	gdl-dock.h \
+	gdl-dock-item.h \
+	gdl-dock-item-grip.h \
+	gdl-dock-notebook.h \
+	gdl-dock-paned.h \
+	gdl-dock-tablabel.h \
+	gdl-dock-layout.h \
+	gdl-dock-placeholder.h \
+	gdl-stock.h
+
+libgdldock_SOURCES = \
+	$(libgdldock_headers) \
+	gdl-i18n.h \
+	gdl-dock-bar.c \
+	gdl-dock-object.c \
+	gdl-dock-master.c \
+	gdl-dock.c \
+	gdl-dock-item.c \
+	gdl-dock-item-grip.c \
+	gdl-dock-notebook.c \
+	gdl-dock-paned.c \
+	gdl-dock-tablabel.c \
+	gdl-dock-layout.c \
+	gdl-dock-placeholder.c \
+	gdl-stock.c \
+	libgdltypebuiltins.c \
+	libgdlmarshal.c
+
+libgdldock_OBJECTS = $(filter-out %.h,$(patsubst %.c,%.o,$(libgdldock_SOURCES)))
+
+GENERATED_SOURCES = \
+	libgdltypebuiltins.h \
+	libgdltypebuiltins.c \
+	libgdlmarshal.h \
+	libgdlmarshal.c
+
+all: libgdldock.so
+
+$(libgdldock_OBJECTS): $(libgdldock_headers) libgdltypebuiltins.h libgdlmarshal.h
+
+libgdldock.so: $(libgdldock_OBJECTS)
+	$(CC) $(LDFLAGS) -shared -fPIC -o libgdldock.so $+ && \
+	cp libgdldock.so ../../../build/bin && \
+	cp *.png ../../../build/bin
+
+%.o: %.c
+	$(CC) $(CFLAGS) $(INCLUDES) -c $<
+	
+# enumerations code generation
+
+libgdltypebuiltins.c: $(libgdldock_headers)
+	$(GLIB_MKENUMS) \
+			--fhead "#include <glib-object.h>\n" \
+			--fhead "#include \"libgdltypebuiltins.h\"\n\n" \
+			--fprod "\n/* enumerations from \"@filename@\" */" \
+			--vhead "static const G at Type@Value _ at enum_name@_values[] = {" \
+			--vprod "  { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
+			--vtail "  { 0, NULL, NULL }\n};\n\n" \
+			--vtail "GType\n at enum_name@_get_type (void)\n{\n" \
+			--vtail "  static GType type = 0;\n\n" \
+			--vtail "  if (!type)\n" \
+			--vtail "    type = g_ at type@_register_static (\"@EnumName@\", _ at enum_name@_values);\n\n" \
+			--vtail "  return type;\n}\n\n" \
+		$(libgdldock_headers) > xgen-gtbec \
+	&& cp xgen-gtbec $(@F) \
+	&& rm -f xgen-gtbec
+
+libgdltypebuiltins.h: $(libgdldock_headers)
+	$(GLIB_MKENUMS) \
+			--fhead "#ifndef __LIBGDLTYPEBUILTINS_H__\n" \
+			--fhead "#define __LIBGDLTYPEBUILTINS_H__ 1\n\n" \
+			--fhead "#include <gdl/gdl-dock.h>\n\n" \
+			--fhead "G_BEGIN_DECLS\n\n" \
+			--ftail "G_END_DECLS\n\n" \
+			--ftail "#endif /* __LIBGDLTYPEBUILTINS_H__ */\n" \
+			--fprod "\n/* --- @filename@ --- */" \
+			--eprod "#define GDL_TYPE_ at ENUMSHORT@ @enum_name at _get_type()\n" \
+			--eprod "GType @enum_name at _get_type (void);\n" \
+		$(libgdldock_headers) > xgen-gth \
+	&& cp xgen-gth $(@F) \
+	&& rm -f xgen-gth
+
+libgdlmarshal.h: libgdlmarshal.list
+	$(GLIB_GENMARSHAL) \
+		--prefix=gdl_marshal $(srcdir)/libgdlmarshal.list --header > xgen-gmc \
+	&& cp xgen-gmc $(@F) \
+	&& rm -f xgen-gmc
+
+libgdlmarshal.c: libgdlmarshal.h
+	echo "#include \"libgdlmarshal.h\"" > xgen-gmc && \
+	$(GLIB_GENMARSHAL) \
+		--prefix=gdl_marshal $(srcdir)/libgdlmarshal.list --body >> xgen-gmc \
+	&& cp xgen-gmc $(@F) \
+	&& rm -f xgen-gmc
+
+
+clean:
+	rm -f libgdldock.so $(libgdldock_OBJECTS) $(GENERATED_SOURCES)
+
+CLEANFILES= ../../../build/bin/libgdldock.so ../../../build/bin/*.png
+
+.PHONY: clean

Deleted: trunk/MonoDevelop/gtkmozembed-sharp/Makefile
===================================================================
--- trunk/MonoDevelop/gtkmozembed-sharp/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/gtkmozembed-sharp/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,24 +0,0 @@
-MCS=mcs
-ASSEMBLY = ../build/bin/gtkmozembed-sharp.dll
-PREFIX ?= $(shell pkg-config --variable=prefix gapi)
-
-INCLUDE_APIS = \
-	$(PREFIX)/share/gapi/gdk-api.xml \
-	$(PREFIX)/share/gapi/gtk-api.xml \
-	$(PREFIX)/share/gapi/atk-api.xml
-			
-all: generated-stamp $(ASSEMBLY)
-
-generated-stamp: gtkmozembed-api.xml
-	gapi-fixup --api=gtkmozembed-api.xml --metadata=GtkMozEmbed.metadata && \
-	 	gapi-codegen --generate gtkmozembed-api.xml --include $(INCLUDE_APIS) --outdir=generated --customdir=. --assembly-name=gtkmozembed-sharp && touch generated-stamp
-
-$(ASSEMBLY): generated-stamp
-	$(MCS) --unsafe --target library \
-	-r glib-sharp.dll -r gtk-sharp.dll -r gdk-sharp.dll \
-	--recurse '*.cs' -o $(ASSEMBLY)
- 
-clean:
-	rm -f generated-stamp
-	rm -rf generated
- 

Added: trunk/MonoDevelop/gtkmozembed-sharp/Makefile.am
===================================================================
--- trunk/MonoDevelop/gtkmozembed-sharp/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/gtkmozembed-sharp/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,20 @@
+MCS=mcs
+ASSEMBLY = ../build/bin/gtkmozembed-sharp.dll
+
+INCLUDE_APIS = \
+	@prefix@/share/gapi/gdk-api.xml \
+	@prefix@/share/gapi/gtk-api.xml \
+	@prefix@/share/gapi/atk-api.xml
+			
+all: generated-stamp $(ASSEMBLY)
+
+generated-stamp: gtkmozembed-api.xml
+	gapi-fixup --api=gtkmozembed-api.xml --metadata=GtkMozEmbed.metadata && \
+	 	gapi-codegen --generate gtkmozembed-api.xml --include $(INCLUDE_APIS) --outdir=generated --customdir=. --assembly-name=gtkmozembed-sharp && touch generated-stamp
+
+$(ASSEMBLY): generated-stamp
+	$(MCS) --unsafe --target library \
+	-r glib-sharp.dll -r gtk-sharp.dll -r gdk-sharp.dll \
+	--recurse '*.cs' -o $(ASSEMBLY)
+ 
+CLEANFILES=$(ASSEMBLY) generated-stamp generated

Deleted: trunk/MonoDevelop/monodevelop
===================================================================
--- trunk/MonoDevelop/monodevelop	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/monodevelop	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-if test -n "$MOZILLA_FIVE_HOME"; then
-	MOZILLA_HOME=$MOZILLA_FIVE_HOME
-elif [ -f /usr/lib/mozilla-1.5/chrome/comm.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla-1.5
-elif [ -f /usr/local/mozilla/chrome/comm.jar ]; then
-	MOZILLA_HOME=/usr/local/mozilla
-elif [ -f /usr/lib/mozilla/chrome/comm.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla
-elif [ -f /opt/mozilla/chrome/comm.jar ]; then
-	MOZILLA_HOME=/opt/mozilla
-elif [ -f /usr/lib/mozilla-0.9.7/chrome/comm.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla-0.9.7/
-elif [ -f /opt/gnome/lib/mozilla/chrome/comm.jar ]; then
-        MOZILLA_HOME=/opt/gnome/lib/mozilla/
-else
-	echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
-	exit 1
-fi
- 
-GDLDOCKPATH=$(pwd)/build/bin
-
-LD_LIBRARY_PATH=$MOZILLA_HOME:$GDLDOCK_PATH:$LD_LIBRARY_PATH
-export LD_LIBRARY_PATH
- 
-MOZILLA_FIVE_HOME=$MOZILLA_HOME
-export MOZILLA_FIVE_HOME
-
-cd build/bin
-
-if test -n "$MD_NO_DBG"; then
-	FLAGS=$MD_MONO_FLAGS
-else
-	FLAGS="$MD_MONO_FLAGS --debug"
-fi
-mono $FLAGS ./MonoDevelop.exe $@

Modified: trunk/MonoDevelop/monodevelop.desktop
===================================================================
--- trunk/MonoDevelop/monodevelop.desktop	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/monodevelop.desktop	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,5 +1,4 @@
 [Desktop Entry]
-Type=Application
 Version=1.0
 Encoding=UTF-8
 Name=MonoDevelop

Added: trunk/MonoDevelop/monodevelop.in
===================================================================
--- trunk/MonoDevelop/monodevelop.in	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/monodevelop.in	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,27 @@
+#!/bin/bash
+
+if test -n "$MOZILLA_FIVE_HOME"; then
+	MOZILLA_HOME=$MOZILLA_FIVE_HOME
+elif [ -f @MOZILLA_HOME@/chrome/comm.jar ]; then
+        MOZILLA_HOME=@MOZILLA_HOME@
+else
+	echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
+	exit 1
+fi
+ 
+GDLDOCKPATH=$(pwd)/build/bin
+
+LD_LIBRARY_PATH=$MOZILLA_HOME:$GDLDOCK_PATH:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
+ 
+MOZILLA_FIVE_HOME=$MOZILLA_HOME
+export MOZILLA_FIVE_HOME
+
+cd build/bin
+
+if test -n "$MD_NO_DBG"; then
+	FLAGS=$MD_MONO_FLAGS
+else
+	FLAGS="$MD_MONO_FLAGS --debug"
+fi
+mono $FLAGS ./MonoDevelop.exe $@


Property changes on: trunk/MonoDevelop/monodevelop.in
___________________________________________________________________
Name: svn:executable
   + *

Deleted: trunk/MonoDevelop/src/AddIns/BackendBindings/CSharpBinding/Makefile
===================================================================
--- trunk/MonoDevelop/src/AddIns/BackendBindings/CSharpBinding/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/AddIns/BackendBindings/CSharpBinding/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,39 +0,0 @@
-SOURCES= \
-./Gui/ChooseRuntimePanel.cs \
-./Gui/OutputOptionsPanel.cs \
-./Gui/CodeGenerationPanel.cs \
-./Parser/SharpDevelopTree/Event.cs \
-./Parser/SharpDevelopTree/Indexer.cs \
-./Parser/SharpDevelopTree/Constructor.cs \
-./Parser/SharpDevelopTree/Method.cs \
-./Parser/SharpDevelopTree/Class.cs \
-./Parser/SharpDevelopTree/Parameter.cs \
-./Parser/SharpDevelopTree/AttributeSection.cs \
-./Parser/SharpDevelopTree/CompilationUnit.cs \
-./Parser/SharpDevelopTree/Property.cs \
-./Parser/SharpDevelopTree/Field.cs \
-./Parser/SharpDevelopTree/ReturnType.cs \
-./Parser/TypeVisitor.cs \
-./Parser/CSharpVisitor.cs \
-./Parser/Resolver.cs \
-./Parser/Parser.cs \
-./CSharpBindingExecutionManager.cs \
-./CSharpAmbience.cs \
-./Project/CSharpProject.cs \
-./Project/CSharpCompilerParameters.cs \
-./CSharpLanguageBinding.cs \
-./FormattingStrategy/CSharpFormattingStrategy.cs \
-./CSharpBindingCompilerManager.cs
-
-DLL=../../../../build/AddIns/AddIns/BackendBindings/CSharpBinding.dll
-
-all: $(DLL)
-
-$(DLL): $(SOURCES)
-	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll \
-		/r:../../../../build/bin/MonoDevelop.Core.dll \
-		/r:../../../../build/bin/MonoDevelop.SourceEditor.dll \
-		/r:../../../../build/bin/MonoDevelop.Base.dll \
-		/r:../../../../build/bin/ICSharpCode.SharpRefactory.dll \
-		/r:gtk-sharp.dll \
-		$(SOURCES)

Added: trunk/MonoDevelop/src/AddIns/BackendBindings/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/BackendBindings/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/AddIns/BackendBindings/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1 @@
+SUBDIRS=CSharpBinding

Added: trunk/MonoDevelop/src/AddIns/DisplayBindings/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1 @@
+SUBDIRS=SourceEditor

Deleted: trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,13 +0,0 @@
-DLL=../../../../build/bin/MonoDevelop.SourceEditor.dll
-
-all : $(DLL)
-
-$(DLL) : $(shell find . -name \*.cs)
-	mcs $(shell find . -name \*.cs) /out:$@ /t:library /r:gtk-sharp /r:gdk-sharp /r:gtksourceview-sharp /r:glib-sharp \
-		/r:../../../../build/bin/MonoDevelop.Core.dll \
-		/r:../../../../build/bin/MonoDevelop.Base.dll \
-		/r:../../../../build/bin/MonoDevelop.Gui.Utils.dll \
-		/r:../../../../build/bin/MonoDevelop.Gui.Widgets.dll \
-		/r:pango-sharp.dll /r:gnome-sharp.dll /r:glade-sharp.dll \
-		/r:gconf-sharp.dll \
-		/r:System.Drawing.dll

Added: trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,15 @@
+DLL=../../../../build/bin/MonoDevelop.SourceEditor.dll
+
+all : $(DLL)
+
+$(DLL) : $(shell find . -name \*.cs)
+	mcs $(shell find . -name \*.cs) /out:$@ /t:library /r:gtk-sharp /r:gdk-sharp /r:gtksourceview-sharp /r:glib-sharp \
+		/r:../../../../build/bin/MonoDevelop.Core.dll \
+		/r:../../../../build/bin/MonoDevelop.Base.dll \
+		/r:../../../../build/bin/MonoDevelop.Gui.Utils.dll \
+		/r:../../../../build/bin/MonoDevelop.Gui.Widgets.dll \
+		/r:pango-sharp.dll /r:gnome-sharp.dll /r:glade-sharp.dll \
+		/r:gconf-sharp.dll \
+		/r:System.Drawing.dll
+
+CLEANFILES=$(DLL)

Added: trunk/MonoDevelop/src/AddIns/DisplayBindings/TextEditor/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/TextEditor/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/TextEditor/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,67 @@
+SDDIR=../../../SharpDevelop/src/Main/Core
+SOURCES = \
+./Gui/Editor/ParserFoldingStrategy.cs \
+./Gui/Editor/SharpDevelopTextEditorProperties.cs \
+./Gui/Editor/SharpDevelopTextAreaControl.cs \
+./Gui/Editor/InsightWindow/IndexerInsightDataProvider.cs \
+./Gui/Editor/InsightWindow/MethodInsightDataProvider.cs \
+./Gui/Editor/CompletionWindow/TemplateCompletionDataProvider.cs \
+./Gui/Editor/CompletionWindow/CodeCompletionDataProvider.cs \
+./Gui/Editor/CompletionWindow/CodeCompletionData.cs \
+./Gui/Editor/CompletionWindow/CommentCompletionDataProvider.cs \
+./Gui/Editor/ErrorDrawer.cs \
+./Gui/Editor/ITextAreaControlProvider.cs \
+./Gui/Editor/TextEditorDisplayBinding.cs \
+./Gui/Dialogs/ExportProjectToHtmlDialog.cs \
+./Gui/Dialogs/SortOptionsDialog.cs \
+./Gui/Dialogs/ReplaceInFilesDialog.cs \
+./Gui/Dialogs/ReplaceDialog.cs \
+./Gui/Dialogs/GotoLineNumberDialog.cs \
+./Conditions/TextContentCondition.cs \
+./Codons/EditActionCodon.cs \
+./Commands/ToolCommands.cs \
+./Commands/TextAreaContextmenuCommands.cs \
+./Commands/FormatCommands.cs \
+./Commands/ProjectCommands.cs \
+./Commands/SearchCommands.cs \
+./Commands/FoldingCommands.cs \
+./Commands/CommentRegionCommand.cs \
+./Commands/CodeActions.cs \
+./Actions.cs \
+./Search/DocumentIterator/ProvidedDocumentInformation.cs \
+./Search/DocumentIterator/DirectoryDocumentIterator.cs \
+./Search/DocumentIterator/AllOpenDocumentIterator.cs \
+./Search/DocumentIterator/IDocumentIterator.cs \
+./Search/DocumentIterator/ReverseDocumentIterator.cs \
+./Search/DocumentIterator/WholeProjectDocumentIterator.cs \
+./Search/DocumentIterator/CurrentDocumentIterator.cs \
+./Search/SearchReplaceManager.cs \
+./Search/DefaultFind.cs \
+./Search/SearchResult/DefaultSearchResult.cs \
+./Search/SearchResult/ISearchResult.cs \
+./Search/SearchReplaceInFilesManager.cs \
+./Search/SearchReplaceUtilities.cs \
+./Search/IFind.cs \
+./Search/TextIterator/ITextIteratorBuilder.cs \
+./Search/TextIterator/ForwardTextIteratorBuilder.cs \
+./Search/TextIterator/ForwardTextIterator.cs \
+./AssemblyInfo.cs \
+./XmlFormattingStrategy.cs
+
+DLL=../../../../build/bin/MonoDevelop.DefaultTexteditor.dll
+
+all: $(DLL)
+
+$(DLL): $(SOURCES) ../../../../data/resources/glade/texteditoraddin.glade
+	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll \
+		/r:../../../../build/bin/MonoDevelop.Core.dll \
+		/r:../../../../build/bin/MonoDevelop.Base.dll \
+		/r:../../../../build/bin/MonoDevelop.SourceEditor.dll \
+		/r:System.DirectoryServices.dll /r:pango-sharp.dll /r:glade-sharp.dll \
+		/r:../../../../build/bin/MonoDevelop.Gui.Widgets.dll \
+		/r:glib-sharp.dll \
+		/resource:../../../../data/resources/glade/texteditoraddin.glade,texteditoraddin.glade \
+		/define:GTK /r:gtk-sharp.dll /r:gdk-sharp.dll /r:gnome-sharp.dll\
+		$(SOURCES)
+
+CLEANFILES=$(DLL)

Added: trunk/MonoDevelop/src/AddIns/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/AddIns/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1 @@
+SUBDIRS=DisplayBindings BackendBindings Misc

Added: trunk/MonoDevelop/src/AddIns/Misc/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/AddIns/Misc/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1 @@
+SUBDIRS=StartPage

Deleted: trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,17 +0,0 @@
-SOURCES= \
-AssemblyInfo.cs \
-ICSharpCodePage.cs \
-Main.cs \
-StartPage.cs
-
-DLL=../../../../build/AddIns/AddIns/Misc/StartPage/MonoDevelop.StartPage.dll
-
-all: $(DLL)
-
-$(DLL): $(SOURCES)
-	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll \
-		/r:../../../../build/bin/MonoDevelop.Core.dll \
-		/r:../../../../build/bin/MonoDevelop.Base.dll \
-		/r:../../../../build/bin/gtkmozembed-sharp.dll \
-		/r:gtk-sharp.dll \
-		$(SOURCES)

Added: trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,19 @@
+SOURCES= \
+AssemblyInfo.cs \
+ICSharpCodePage.cs \
+Main.cs \
+StartPage.cs
+
+DLL=../../../../build/AddIns/AddIns/Misc/StartPage/MonoDevelop.StartPage.dll
+
+all: $(DLL)
+
+$(DLL): $(SOURCES)
+	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll \
+		/r:../../../../build/bin/MonoDevelop.Core.dll \
+		/r:../../../../build/bin/MonoDevelop.Base.dll \
+		/r:../../../../build/bin/gtkmozembed-sharp.dll \
+		/r:gtk-sharp.dll \
+		$(SOURCES)
+
+CLEANFILES=$(DLL)

Deleted: trunk/MonoDevelop/src/Libraries/ICSharpCode.TextEditor/Makefile
===================================================================
--- trunk/MonoDevelop/src/Libraries/ICSharpCode.TextEditor/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Libraries/ICSharpCode.TextEditor/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,110 +0,0 @@
-SOURCES= \
-./src/Actions/ClipBoardActions.cs \
-./src/Actions/IEditAction.cs \
-./src/Actions/MiscActions.cs \
-./src/Actions/CaretActions.cs \
-./src/Actions/HomeEndActions.cs \
-./src/Actions/FoldActions.cs \
-./src/Actions/SelectionActions.cs \
-./src/Actions/BookmarkActions.cs \
-./src/Actions/FormatActions.cs \
-./src/Gui/TextAreaControl.cs \
-./src/Gui/IconBarMargin.cs \
-./src/Gui/TextArea.cs \
-./src/Gui/FoldMargin.cs \
-./src/Gui/TextView.cs \
-./src/Gui/TextAreaMouseHandler.cs \
-./src/Gui/TextAreaUpdate.cs \
-./src/Gui/Ruler.cs \
-./src/Gui/TextEditorControlBase.cs \
-./src/Gui/InsightWindow/InsightWindow.cs \
-./src/Gui/InsightWindow/IInsightDataProvider.cs \
-./src/Gui/TextAreaClipboardHandler.cs \
-./src/Gui/BracketHighlighter.cs \
-./src/Gui/CompletionWindow/DeclarationViewWindow.cs \
-./src/Gui/CompletionWindow/ICompletionData.cs \
-./src/Gui/CompletionWindow/CompletionWindow.cs \
-./src/Gui/CompletionWindow/ICompletionDataProvider.cs \
-./src/Gui/TextEditorControl.cs \
-./src/Gui/Caret.cs \
-./src/Gui/Ime.cs \
-./src/Gui/TextAreaDragDropHandler.cs \
-./src/Gui/AbstractMargin.cs \
-./src/Gui/GutterMargin.cs \
-./src/AssemblyInfo.cs \
-./src/Undo/UndoStack.cs \
-./src/Undo/IUndoableOperation.cs \
-./src/Undo/UndoableDelete.cs \
-./src/Undo/UndoableInsert.cs \
-./src/Undo/UndoQueue.cs \
-./src/Undo/UndoableReplace.cs \
-./src/Util/TipPainterTools.cs \
-./src/Util/TipPainter.cs \
-./src/Util/LookupTable.cs \
-./src/Util/TipSection.cs \
-./src/Util/TipText.cs \
-./src/Util/TipSplitter.cs \
-./src/Util/TextUtility.cs \
-./src/Util/RtfWriter.cs \
-./src/Util/TipSpacer.cs \
-./src/Document/LineManager/ILineManager.cs \
-./src/Document/LineManager/LineSegment.cs \
-./src/Document/LineManager/LineManagerEventArgs.cs \
-./src/Document/LineManager/DefaultLineManager.cs \
-./src/Document/ISegment.cs \
-./src/Document/Selection/SelectionManager.cs \
-./src/Document/Selection/ISelection.cs \
-./src/Document/Selection/SelectionCollection.cs \
-./src/Document/Selection/ColumnRange.cs \
-./src/Document/Selection/DefaultSelection.cs \
-./src/Document/BookmarkManager/BookmarkManager.cs \
-./src/Document/BookmarkManager/IBookMarkManager.cs \
-./src/Document/BookmarkManager/BookmarkManagerMemento.cs \
-./src/Document/DefaultTextEditorProperties.cs \
-./src/Document/TextUtilities.cs \
-./src/Document/HighlightingStrategy/HighlightingManager.cs \
-./src/Document/HighlightingStrategy/HighlightRuleSet.cs \
-./src/Document/HighlightingStrategy/PrevMarker.cs \
-./src/Document/HighlightingStrategy/NextMarker.cs \
-./src/Document/HighlightingStrategy/TextWord.cs \
-./src/Document/HighlightingStrategy/HighlightInfo.cs \
-./src/Document/HighlightingStrategy/HighlightingStrategyFactory.cs \
-./src/Document/HighlightingStrategy/SyntaxModes/SyntaxMode.cs \
-./src/Document/HighlightingStrategy/SyntaxModes/ResourceSyntaxModeProvider.cs \
-./src/Document/HighlightingStrategy/SyntaxModes/ISyntaxModeFileProvider.cs \
-./src/Document/HighlightingStrategy/SyntaxModes/FileSyntaxModeProvider.cs \
-./src/Document/HighlightingStrategy/Span.cs \
-./src/Document/HighlightingStrategy/HighlightingDefinitionParser.cs \
-./src/Document/HighlightingStrategy/DefaultHighlightingStrategy.cs \
-./src/Document/HighlightingStrategy/IHighlightingStrategy.cs \
-./src/Document/HighlightingStrategy/HighlightingColorNotFoundException.cs \
-./src/Document/HighlightingStrategy/HighlightBackground.cs \
-./src/Document/HighlightingStrategy/HighlightColor.cs \
-./src/Document/HighlightingStrategy/FontContainer.cs \
-./src/Document/ITextEditorProperties.cs \
-./src/Document/DefaultDocument.cs \
-./src/Document/IDocument.cs \
-./src/Document/AbstractSegment.cs \
-./src/Document/TextBufferStrategy/StringTextBufferStrategy.cs \
-./src/Document/TextBufferStrategy/GapTextBufferStrategy.cs \
-./src/Document/TextBufferStrategy/ITextBufferStrategy.cs \
-./src/Document/DocumentEventArgs.cs \
-./src/Document/FoldingStrategy/ParserFoldingStrategy.cs \
-./src/Document/FoldingStrategy/FoldingManager.cs \
-./src/Document/FoldingStrategy/IFoldingStrategy.cs \
-./src/Document/FoldingStrategy/FoldMarker.cs \
-./src/Document/FoldingStrategy/IndentFoldingStrategy.cs \
-./src/Document/DocumentFactory.cs \
-
-DLL=../../../build/bin/MonoDevelop.TextEditor.dll
-REFS= \
- /r:System.Drawing.dll \
- /r:gtk-sharp.dll \
- /r:glib-sharp.dll \
- /r:gdk-sharp.dll \
- /r:pango-sharp.dll \
- /r:../../../build/bin/MonoDevelop.SourceEditor.dll 
-all: $(DLL)
-
-$(DLL): $(SOURCES)
-	@ mcs /debug /out:$@ /target:library $(REFS) /define:GTK /resource:data/syntaxmodes/SyntaxModes.xml,SyntaxModes.xml /resource:data/syntaxmodes/CSharp-Mode.xshd,CSharp-Mode.xshd /resource:data/Mode.xsd,Mode.xsd /resource:data/syntaxmodes/ASPX.xshd,ASPX.xshd /resource:data/syntaxmodes/BAT-Mode.xshd,BAT-Mode.xshd /resource:data/syntaxmodes/CPP-Mode.xshd,CPP-Modes.xshd /resource:data/syntaxmodes/Coco-Mode.xshd,Coco-Mode.xshd /resource:data/syntaxmodes/HTML-Mode.xshd,HTML-Mode.xshd /resource:data/syntaxmodes/Java-Mode.xshd,Java-Mode.xshd /resource:data/syntaxmodes/JavaScript-Mode.xshd,JavaScript-Mode.xshd /resource:data/syntaxmodes/PHP-Mode.xshd,PHP-Mode.xshd /resource:data/syntaxmodes/Tex-Mode.xshd,Tex-Mode.xshd /resource:data/syntaxmodes/VBNET-Mode.xshd,VBNET-Mode.xshd /resource:data/syntaxmodes/XML-Mode.xshd,XML-Mode.xshd /resource:data/RightArrow.cur,RightArrow.cur $(SOURCES)

Added: trunk/MonoDevelop/src/Libraries/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Libraries/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Libraries/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1 @@
+SUBDIRS=SharpAssembly SharpRefactory MonoDevelop.Core MonoDevelop.Gui.Widgets MonoDevelop.Gui.Utils

Copied: trunk/MonoDevelop/src/Libraries/MonoDevelop.Core (from rev 828, trunk/MonoDevelop/src/Main/Core)

Deleted: trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Makefile
===================================================================
--- trunk/MonoDevelop/src/Main/Core/Makefile	2004-02-09 00:02:25 UTC (rev 828)
+++ trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,70 +0,0 @@
-SOURCES= \
-./Properties/CharacterEncodings.cs \
-./Properties/DefaultProperties.cs \
-./Properties/UnknownPropertyNodeException.cs \
-./Properties/PropertyEventArgs.cs \
-./Properties/IProperties.cs \
-./Properties/PropertyFileLoadException.cs \
-./Properties/IXmlConvertable.cs \
-./Services/FileUtilityService.cs \
-./Services/SaveErrorInformDialog.cs \
-./Services/AbstractService.cs \
-./Services/IMessageService.cs \
-./Services/StringParserService.cs \
-./Services/PropertyService.cs \
-./Services/ServiceManager.cs \
-./Services/IService.cs \
-./Services/IResourceService.cs \
-./Services/IStringTagProvider.cs \
-./Services/SaveErrorChooseDialog.cs \
-./AssemblyInfo.cs \
-./AddIns/Conditions/DuplicateConditionException.cs \
-./AddIns/Conditions/ConditionCollection.cs \
-./AddIns/Conditions/ICondition.cs \
-./AddIns/Conditions/CompareCondition.cs \
-./AddIns/Conditions/ConditionWithoutRequiredAttributesException.cs \
-./AddIns/Conditions/ConditionBuilder.cs \
-./AddIns/Conditions/ConditionNotFoundException.cs \
-./AddIns/Conditions/ConditionAttribute.cs \
-./AddIns/Conditions/ConditionBuilderCollection.cs \
-./AddIns/Conditions/ConditionFactory.cs \
-./AddIns/Conditions/AbstractCondition.cs \
-./AddIns/Conditions/ComplexConditions.cs \
-./AddIns/PathAttribute.cs \
-./AddIns/Codons/CodonBuilder.cs \
-./AddIns/Codons/CodonNameAttribute.cs \
-./AddIns/Codons/ClassCodon.cs \
-./AddIns/Codons/CodonNotFoundException.cs \
-./AddIns/Codons/AbstractCodon.cs \
-./AddIns/Codons/CodonFactory.cs \
-./AddIns/Codons/IconCodon.cs \
-./AddIns/Codons/AbstractCommand.cs \
-./AddIns/Codons/DuplicateCodonException.cs \
-./AddIns/Codons/ICommand.cs \
-./AddIns/Codons/ICodon.cs \
-./AddIns/AddInLoadException.cs \
-./AddIns/TreePathNotFoundException.cs \
-./AddIns/DefaultAddInTreeNode.cs \
-./AddIns/AddIn.cs \
-./AddIns/IAddInTree.cs \
-./AddIns/DefaultAddInTree.cs \
-./AddIns/IAddInTreeNode.cs \
-./AddIns/AddInTreeSingleton.cs \
-./AddIns/XmlMemberAttributeAttribute.cs \
-./AddIns/XmlMemberArraryAttribute.cs \
-./AddIns/AddInTreeFormatException.cs \
-./AddIns/TypeNotFoundException.cs \
-./AddIns/AddInInitializeException.cs \
-./AddIns/AddInCollection.cs \
-./AddIns/AddInSignatureException.cs
-
-DLL=../../../build/bin/MonoDevelop.Core.dll
-
-RESOURCES= \
-/resource:../../../data/resources/AddIn.xsd,AddIn.xsd \
-
-all: $(DLL)
-
-$(DLL): $(SOURCES)
-	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll /define:LINUX \
-		$(RESOURCES) $(SOURCES)

Added: trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Main/Core/Makefile.am	2004-02-09 00:02:25 UTC (rev 828)
+++ trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,72 @@
+SOURCES= \
+./Properties/CharacterEncodings.cs \
+./Properties/DefaultProperties.cs \
+./Properties/UnknownPropertyNodeException.cs \
+./Properties/PropertyEventArgs.cs \
+./Properties/IProperties.cs \
+./Properties/PropertyFileLoadException.cs \
+./Properties/IXmlConvertable.cs \
+./Services/FileUtilityService.cs \
+./Services/SaveErrorInformDialog.cs \
+./Services/AbstractService.cs \
+./Services/IMessageService.cs \
+./Services/StringParserService.cs \
+./Services/PropertyService.cs \
+./Services/ServiceManager.cs \
+./Services/IService.cs \
+./Services/IResourceService.cs \
+./Services/IStringTagProvider.cs \
+./Services/SaveErrorChooseDialog.cs \
+./AssemblyInfo.cs \
+./AddIns/Conditions/DuplicateConditionException.cs \
+./AddIns/Conditions/ConditionCollection.cs \
+./AddIns/Conditions/ICondition.cs \
+./AddIns/Conditions/CompareCondition.cs \
+./AddIns/Conditions/ConditionWithoutRequiredAttributesException.cs \
+./AddIns/Conditions/ConditionBuilder.cs \
+./AddIns/Conditions/ConditionNotFoundException.cs \
+./AddIns/Conditions/ConditionAttribute.cs \
+./AddIns/Conditions/ConditionBuilderCollection.cs \
+./AddIns/Conditions/ConditionFactory.cs \
+./AddIns/Conditions/AbstractCondition.cs \
+./AddIns/Conditions/ComplexConditions.cs \
+./AddIns/PathAttribute.cs \
+./AddIns/Codons/CodonBuilder.cs \
+./AddIns/Codons/CodonNameAttribute.cs \
+./AddIns/Codons/ClassCodon.cs \
+./AddIns/Codons/CodonNotFoundException.cs \
+./AddIns/Codons/AbstractCodon.cs \
+./AddIns/Codons/CodonFactory.cs \
+./AddIns/Codons/IconCodon.cs \
+./AddIns/Codons/AbstractCommand.cs \
+./AddIns/Codons/DuplicateCodonException.cs \
+./AddIns/Codons/ICommand.cs \
+./AddIns/Codons/ICodon.cs \
+./AddIns/AddInLoadException.cs \
+./AddIns/TreePathNotFoundException.cs \
+./AddIns/DefaultAddInTreeNode.cs \
+./AddIns/AddIn.cs \
+./AddIns/IAddInTree.cs \
+./AddIns/DefaultAddInTree.cs \
+./AddIns/IAddInTreeNode.cs \
+./AddIns/AddInTreeSingleton.cs \
+./AddIns/XmlMemberAttributeAttribute.cs \
+./AddIns/XmlMemberArraryAttribute.cs \
+./AddIns/AddInTreeFormatException.cs \
+./AddIns/TypeNotFoundException.cs \
+./AddIns/AddInInitializeException.cs \
+./AddIns/AddInCollection.cs \
+./AddIns/AddInSignatureException.cs
+
+DLL=../../../build/bin/MonoDevelop.Core.dll
+
+RESOURCES= \
+/resource:../../../data/resources/AddIn.xsd,AddIn.xsd \
+
+all: $(DLL)
+
+$(DLL): $(SOURCES)
+	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll /define:LINUX \
+		$(RESOURCES) $(SOURCES)
+
+CLEANFILES=$(DLL)

Deleted: trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Utils/Makefile
===================================================================
--- trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Utils/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Utils/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,8 +0,0 @@
-DLL=../../../build/bin/MonoDevelop.Gui.Utils.dll
-REFERENCES=/r:System.Drawing.dll /r:gtk-sharp.dll /r:gdk-sharp.dll /r:pango-sharp.dll /r:gnome-sharp.dll /r:glib-sharp.dll /r:glade-sharp.dll
-
-all: $(DLL)
-
-$(DLL): */*.cs *.cs
-	@ mcs /debug /out:$(DLL) /target:library $(REFERENCES) /recurse:*.cs
-

Added: trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Utils/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Utils/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Utils/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,9 @@
+DLL=../../../build/bin/MonoDevelop.Gui.Utils.dll
+REFERENCES=/r:System.Drawing.dll /r:gtk-sharp.dll /r:gdk-sharp.dll /r:pango-sharp.dll /r:gnome-sharp.dll /r:glib-sharp.dll /r:glade-sharp.dll
+
+all: $(DLL)
+
+$(DLL): */*.cs *.cs
+	@ mcs /debug /out:$(DLL) /target:library $(REFERENCES) /recurse:*.cs
+
+CLEANFILES=$(DLL)

Deleted: trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Widgets/Makefile
===================================================================
--- trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Widgets/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Widgets/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,11 +0,0 @@
-DLL=../../../build/bin/MonoDevelop.Gui.Widgets.dll
-REFERENCES=/r:System.Drawing.dll /r:gtk-sharp.dll /r:gdk-sharp.dll /r:pango-sharp.dll /r:gnome-sharp.dll /r:glib-sharp.dll /r:glade-sharp.dll /r:../../../build/bin/MonoDevelop.Core.dll
-
-all: $(DLL)
-
-super-docker: */*.cs
-	@ mcs /debug /out:$(DLL) /target:library $(REFERENCES) /define:EXPERIMENTAL_DOCKER /recurse:*.cs
-
-$(DLL): */*.cs *.cs
-	@ mcs /debug /out:$(DLL) /target:library $(REFERENCES) /recurse:*.cs
-

Added: trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Widgets/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Widgets/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Widgets/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,12 @@
+DLL=../../../build/bin/MonoDevelop.Gui.Widgets.dll
+REFERENCES=/r:System.Drawing.dll /r:gtk-sharp.dll /r:gdk-sharp.dll /r:pango-sharp.dll /r:gnome-sharp.dll /r:glib-sharp.dll /r:glade-sharp.dll /r:../../../build/bin/MonoDevelop.Core.dll
+
+all: $(DLL)
+
+super-docker: */*.cs
+	@ mcs /debug /out:$(DLL) /target:library $(REFERENCES) /define:EXPERIMENTAL_DOCKER /recurse:*.cs
+
+$(DLL): */*.cs *.cs
+	@ mcs /debug /out:$(DLL) /target:library $(REFERENCES) /recurse:*.cs
+
+CLEANFILES=$(DLL)

Deleted: trunk/MonoDevelop/src/Libraries/SharpAssembly/Makefile
===================================================================
--- trunk/MonoDevelop/src/Libraries/SharpAssembly/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Libraries/SharpAssembly/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,75 +0,0 @@
-SDDIR=.
-SOURCES= \
-$(SDDIR)/src/SharpAssembly/PE/SectionTable.cs \
-$(SDDIR)/src/SharpAssembly/PE/IAT.cs \
-$(SDDIR)/src/SharpAssembly/PE/NameTable.cs \
-$(SDDIR)/src/SharpAssembly/PE/CLIHeader.cs \
-$(SDDIR)/src/SharpAssembly/PE/StandardFields.cs \
-$(SDDIR)/src/SharpAssembly/PE/DataDirectories.cs \
-$(SDDIR)/src/SharpAssembly/PE/ImportTable.cs \
-$(SDDIR)/src/SharpAssembly/PE/StreamHeader.cs \
-$(SDDIR)/src/SharpAssembly/PE/PEFileHeader.cs \
-$(SDDIR)/src/SharpAssembly/PE/NTSpecificFields.cs \
-$(SDDIR)/src/SharpAssembly/AssemblyReader.cs \
-$(SDDIR)/src/SharpAssembly/SharpAssemblyName.cs \
-$(SDDIR)/src/SharpAssembly/AssemblyMetadataTables.cs \
-$(SDDIR)/src/SharpAssembly/FusionNative.cs \
-./src/SharpAssembly/SharpAssembly.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/Param.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/TypeDef.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/ModuleRef.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/ClassLayout.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/DeclSecurity.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/TypeRef.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/AssemblyProcessor.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/FieldLayout.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/Module.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/Event.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/AssemblyRefProcessor.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/MethodSemantics.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/AbstractRow.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/AssemblyOS.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/FieldMarshal.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/ImplMap.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/StandAloneSig.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/Method.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/ENCMap.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/ENCLog.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/FieldRVA.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/AssemblyRefOS.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/FieldPtr.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/EventMap.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/ManifestResource.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/EventPtr.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/PropertyMap.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/Constant.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/PropertyPtr.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/File.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/MemberRef.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/Assembly.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/Property.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/ExportedType.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/TypeSpec.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/InterfaceImpl.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/NestedClass.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/AssemblyRef.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/MethodPtr.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/CodedIndex.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/CustomAttribute.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/ParamPtr.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/Field.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Rows/MethodImpl.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/AssemblyMetaData.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/MetadataTable.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Signatures/DataTypes.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/Signatures/CallingConventions.cs \
-$(SDDIR)/src/SharpAssembly/Metadata/MethodBody.cs \
-./src/SharpAssembly/AssemblyInfo.cs \
-$(SDDIR)/src/SharpAssembly/AssemblyNameNotFoundException.cs 
-
-DLL=../../../build/bin/ICSharpCode.SharpAssembly.dll
-
-all: $(DLL)
-
-$(DLL): $(SOURCES)
-	@ mcs /debug /out:$(DLL) /target:library $(SOURCES)

Added: trunk/MonoDevelop/src/Libraries/SharpAssembly/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Libraries/SharpAssembly/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Libraries/SharpAssembly/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,77 @@
+SDDIR=.
+SOURCES= \
+$(SDDIR)/src/SharpAssembly/PE/SectionTable.cs \
+$(SDDIR)/src/SharpAssembly/PE/IAT.cs \
+$(SDDIR)/src/SharpAssembly/PE/NameTable.cs \
+$(SDDIR)/src/SharpAssembly/PE/CLIHeader.cs \
+$(SDDIR)/src/SharpAssembly/PE/StandardFields.cs \
+$(SDDIR)/src/SharpAssembly/PE/DataDirectories.cs \
+$(SDDIR)/src/SharpAssembly/PE/ImportTable.cs \
+$(SDDIR)/src/SharpAssembly/PE/StreamHeader.cs \
+$(SDDIR)/src/SharpAssembly/PE/PEFileHeader.cs \
+$(SDDIR)/src/SharpAssembly/PE/NTSpecificFields.cs \
+$(SDDIR)/src/SharpAssembly/AssemblyReader.cs \
+$(SDDIR)/src/SharpAssembly/SharpAssemblyName.cs \
+$(SDDIR)/src/SharpAssembly/AssemblyMetadataTables.cs \
+$(SDDIR)/src/SharpAssembly/FusionNative.cs \
+./src/SharpAssembly/SharpAssembly.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/Param.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/TypeDef.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/ModuleRef.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/ClassLayout.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/DeclSecurity.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/TypeRef.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/AssemblyProcessor.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/FieldLayout.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/Module.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/Event.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/AssemblyRefProcessor.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/MethodSemantics.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/AbstractRow.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/AssemblyOS.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/FieldMarshal.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/ImplMap.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/StandAloneSig.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/Method.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/ENCMap.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/ENCLog.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/FieldRVA.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/AssemblyRefOS.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/FieldPtr.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/EventMap.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/ManifestResource.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/EventPtr.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/PropertyMap.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/Constant.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/PropertyPtr.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/File.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/MemberRef.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/Assembly.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/Property.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/ExportedType.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/TypeSpec.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/InterfaceImpl.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/NestedClass.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/AssemblyRef.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/MethodPtr.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/CodedIndex.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/CustomAttribute.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/ParamPtr.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/Field.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Rows/MethodImpl.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/AssemblyMetaData.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/MetadataTable.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Signatures/DataTypes.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/Signatures/CallingConventions.cs \
+$(SDDIR)/src/SharpAssembly/Metadata/MethodBody.cs \
+./src/SharpAssembly/AssemblyInfo.cs \
+$(SDDIR)/src/SharpAssembly/AssemblyNameNotFoundException.cs 
+
+DLL=../../../build/bin/ICSharpCode.SharpAssembly.dll
+
+all: $(DLL)
+
+$(DLL): $(SOURCES)
+	@ mcs /debug /out:$(DLL) /target:library $(SOURCES)
+
+CLEANFILES=$(DLL)

Deleted: trunk/MonoDevelop/src/Libraries/SharpRefactory/Makefile
===================================================================
--- trunk/MonoDevelop/src/Libraries/SharpRefactory/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Libraries/SharpRefactory/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,120 +0,0 @@
-SOURCES = \
-./src/Lexer/Tokens.cs \
-./src/Lexer/Reader/IReader.cs \
-./src/Lexer/Reader/FileReader.cs \
-./src/Lexer/Reader/StringReader.cs \
-./src/Lexer/Lexer.cs \
-./src/Lexer/Specials/CommentType.cs \
-./src/Lexer/Specials/PreProcessingDirective.cs \
-./src/Lexer/Specials/SpecialType.cs \
-./src/Lexer/Specials/Comment.cs \
-./src/Lexer/Specials/SpecialTracker.cs \
-./src/Lexer/Specials/BlankLine.cs \
-./src/Parser/AST/DebugASTVisitor.cs \
-./src/Parser/AST/Expressions/BaseReferenceExpression.cs \
-./src/Parser/AST/Expressions/ParenthesizedExpression.cs \
-./src/Parser/AST/Expressions/PointerReferenceExpression.cs \
-./src/Parser/AST/Expressions/InvocationExpression.cs \
-./src/Parser/AST/Expressions/SizeOfExpression.cs \
-./src/Parser/AST/Expressions/ArrayInitializerExpression.cs \
-./src/Parser/AST/Expressions/AssignmentExpression.cs \
-./src/Parser/AST/Expressions/ThisReferenceExpression.cs \
-./src/Parser/AST/Expressions/TypeReferenceExpression.cs \
-./src/Parser/AST/Expressions/UnaryOperatorExpression.cs \
-./src/Parser/AST/Expressions/UncheckedExpression.cs \
-./src/Parser/AST/Expressions/PrimitiveExpression.cs \
-./src/Parser/AST/Expressions/ObjectCreateExpression.cs \
-./src/Parser/AST/Expressions/StackAllocExpression.cs \
-./src/Parser/AST/Expressions/CheckedExpression.cs \
-./src/Parser/AST/Expressions/TypeOfExpression.cs \
-./src/Parser/AST/Expressions/IdentifierExpression.cs \
-./src/Parser/AST/Expressions/DirectionExpression.cs \
-./src/Parser/AST/Expressions/IndexerExpression.cs \
-./src/Parser/AST/Expressions/Expression.cs \
-./src/Parser/AST/Expressions/BinaryOperatorExpression.cs \
-./src/Parser/AST/Expressions/FieldReferenceExpression.cs \
-./src/Parser/AST/Expressions/ArrayCreateExpression.cs \
-./src/Parser/AST/Expressions/CastExpression.cs \
-./src/Parser/AST/Expressions/ConditionalExpression.cs \
-./src/Parser/AST/Enums.cs \
-./src/Parser/AST/IASTVisitor.cs \
-./src/Parser/AST/Modifier.cs \
-./src/Parser/AST/LookupTableVisitor.cs \
-./src/Parser/AST/AbstractNode.cs \
-./src/Parser/AST/Statements/BreakStatement.cs \
-./src/Parser/AST/Statements/UnsafeStatement.cs \
-./src/Parser/AST/Statements/CheckedStatement.cs \
-./src/Parser/AST/Statements/LockStatement.cs \
-./src/Parser/AST/Statements/FixedStatement.cs \
-./src/Parser/AST/Statements/BlockStatement.cs \
-./src/Parser/AST/Statements/SwitchStatement.cs \
-./src/Parser/AST/Statements/ContinueStatement.cs \
-./src/Parser/AST/Statements/GotoCaseStatement.cs \
-./src/Parser/AST/Statements/IfElseStatement.cs \
-./src/Parser/AST/Statements/StatementExpression.cs \
-./src/Parser/AST/Statements/LocalVariableDeclaration.cs \
-./src/Parser/AST/Statements/EmptyStatement.cs \
-./src/Parser/AST/Statements/LabelStatement.cs \
-./src/Parser/AST/Statements/ForStatement.cs \
-./src/Parser/AST/Statements/ReturnStatement.cs \
-./src/Parser/AST/Statements/GotoStatement.cs \
-./src/Parser/AST/Statements/ForeachStatement.cs \
-./src/Parser/AST/Statements/Statement.cs \
-./src/Parser/AST/Statements/TryCatchStatement.cs \
-./src/Parser/AST/Statements/ThrowStatement.cs \
-./src/Parser/AST/Statements/UncheckedStatement.cs \
-./src/Parser/AST/Statements/IfStatement.cs \
-./src/Parser/AST/Statements/WhileStatement.cs \
-./src/Parser/AST/Statements/UsingStatement.cs \
-./src/Parser/AST/Statements/DoWhileStatement.cs \
-./src/Parser/AST/GlobalScope/UsingAliasDeclaration.cs \
-./src/Parser/AST/GlobalScope/UsingDeclaration.cs \
-./src/Parser/AST/GlobalScope/NamespaceDeclaration.cs \
-./src/Parser/AST/GlobalScope/TypeDeclaration.cs \
-./src/Parser/AST/GlobalScope/AttributeSection.cs \
-./src/Parser/AST/GlobalScope/DelegateDeclaration.cs \
-./src/Parser/AST/CompilationUnit.cs \
-./src/Parser/AST/AttributeTargets.cs \
-./src/Parser/AST/TypeLevel/EventAddRegion.cs \
-./src/Parser/AST/TypeLevel/TypeReference.cs \
-./src/Parser/AST/TypeLevel/ConstructorDeclaration.cs \
-./src/Parser/AST/TypeLevel/PropertySetRegion.cs \
-./src/Parser/AST/TypeLevel/ParameterDeclarationExpression.cs \
-./src/Parser/AST/TypeLevel/IndexerDeclaration.cs \
-./src/Parser/AST/TypeLevel/PropertyGetRegion.cs \
-./src/Parser/AST/TypeLevel/VariableDeclaration.cs \
-./src/Parser/AST/TypeLevel/OperatorDeclaration.cs \
-./src/Parser/AST/TypeLevel/MethodDeclaration.cs \
-./src/Parser/AST/TypeLevel/FieldDeclaration.cs \
-./src/Parser/AST/TypeLevel/PropertyDeclaration.cs \
-./src/Parser/AST/TypeLevel/EventRemoveRegion.cs \
-./src/Parser/AST/TypeLevel/EventDeclaration.cs \
-./src/Parser/AST/TypeLevel/DestructorDeclaration.cs \
-./src/Parser/AST/AbstractASTVisitor.cs \
-./src/Parser/AST/INode.cs \
-./src/Parser/generated/ParserUtil.cs \
-./src/Parser/generated/Modifiers.cs \
-./src/Parser/generated/Parser.cs \
-./src/Parser/generated/Error.cs \
-./src/PrettyPrinter/OutputFormatter.cs \
-./src/PrettyPrinter/PrettyPrintVisitor.cs \
-./src/PrettyPrinter/PrettyPrintUtil.cs \
-./src/PrettyPrinter/PrettyPrintData.cs \
-./src/PrettyPrinter/SpecialVisitor.cs \
-./src/CodeDOM/CodeDOMVisitor.cs \
-./src/VBConverter/VBNetRefactory.cs \
-./src/VBConverter/VBNetVisitor.cs \
-./src/AssemblyInfo.cs
-
-DLL=../../../build/bin/ICSharpCode.SharpRefactory.dll
-
-all: $(DLL)
-
-$(DLL): $(SOURCES)
-	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll $(SOURCES)
-
-test-parser.exe : $(DLL) src/Main.cs
-	@ mcs /debug /out:$@ /r:$(DLL) src/Main.cs
-
-run : test-parser.exe
-	@ MONO_PATH=`dirname $(DLL)` mono --debug test-parser.exe $(TEST_SOURCE)

Added: trunk/MonoDevelop/src/Libraries/SharpRefactory/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Libraries/SharpRefactory/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Libraries/SharpRefactory/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,122 @@
+SOURCES = \
+./src/Lexer/Tokens.cs \
+./src/Lexer/Reader/IReader.cs \
+./src/Lexer/Reader/FileReader.cs \
+./src/Lexer/Reader/StringReader.cs \
+./src/Lexer/Lexer.cs \
+./src/Lexer/Specials/CommentType.cs \
+./src/Lexer/Specials/PreProcessingDirective.cs \
+./src/Lexer/Specials/SpecialType.cs \
+./src/Lexer/Specials/Comment.cs \
+./src/Lexer/Specials/SpecialTracker.cs \
+./src/Lexer/Specials/BlankLine.cs \
+./src/Parser/AST/DebugASTVisitor.cs \
+./src/Parser/AST/Expressions/BaseReferenceExpression.cs \
+./src/Parser/AST/Expressions/ParenthesizedExpression.cs \
+./src/Parser/AST/Expressions/PointerReferenceExpression.cs \
+./src/Parser/AST/Expressions/InvocationExpression.cs \
+./src/Parser/AST/Expressions/SizeOfExpression.cs \
+./src/Parser/AST/Expressions/ArrayInitializerExpression.cs \
+./src/Parser/AST/Expressions/AssignmentExpression.cs \
+./src/Parser/AST/Expressions/ThisReferenceExpression.cs \
+./src/Parser/AST/Expressions/TypeReferenceExpression.cs \
+./src/Parser/AST/Expressions/UnaryOperatorExpression.cs \
+./src/Parser/AST/Expressions/UncheckedExpression.cs \
+./src/Parser/AST/Expressions/PrimitiveExpression.cs \
+./src/Parser/AST/Expressions/ObjectCreateExpression.cs \
+./src/Parser/AST/Expressions/StackAllocExpression.cs \
+./src/Parser/AST/Expressions/CheckedExpression.cs \
+./src/Parser/AST/Expressions/TypeOfExpression.cs \
+./src/Parser/AST/Expressions/IdentifierExpression.cs \
+./src/Parser/AST/Expressions/DirectionExpression.cs \
+./src/Parser/AST/Expressions/IndexerExpression.cs \
+./src/Parser/AST/Expressions/Expression.cs \
+./src/Parser/AST/Expressions/BinaryOperatorExpression.cs \
+./src/Parser/AST/Expressions/FieldReferenceExpression.cs \
+./src/Parser/AST/Expressions/ArrayCreateExpression.cs \
+./src/Parser/AST/Expressions/CastExpression.cs \
+./src/Parser/AST/Expressions/ConditionalExpression.cs \
+./src/Parser/AST/Enums.cs \
+./src/Parser/AST/IASTVisitor.cs \
+./src/Parser/AST/Modifier.cs \
+./src/Parser/AST/LookupTableVisitor.cs \
+./src/Parser/AST/AbstractNode.cs \
+./src/Parser/AST/Statements/BreakStatement.cs \
+./src/Parser/AST/Statements/UnsafeStatement.cs \
+./src/Parser/AST/Statements/CheckedStatement.cs \
+./src/Parser/AST/Statements/LockStatement.cs \
+./src/Parser/AST/Statements/FixedStatement.cs \
+./src/Parser/AST/Statements/BlockStatement.cs \
+./src/Parser/AST/Statements/SwitchStatement.cs \
+./src/Parser/AST/Statements/ContinueStatement.cs \
+./src/Parser/AST/Statements/GotoCaseStatement.cs \
+./src/Parser/AST/Statements/IfElseStatement.cs \
+./src/Parser/AST/Statements/StatementExpression.cs \
+./src/Parser/AST/Statements/LocalVariableDeclaration.cs \
+./src/Parser/AST/Statements/EmptyStatement.cs \
+./src/Parser/AST/Statements/LabelStatement.cs \
+./src/Parser/AST/Statements/ForStatement.cs \
+./src/Parser/AST/Statements/ReturnStatement.cs \
+./src/Parser/AST/Statements/GotoStatement.cs \
+./src/Parser/AST/Statements/ForeachStatement.cs \
+./src/Parser/AST/Statements/Statement.cs \
+./src/Parser/AST/Statements/TryCatchStatement.cs \
+./src/Parser/AST/Statements/ThrowStatement.cs \
+./src/Parser/AST/Statements/UncheckedStatement.cs \
+./src/Parser/AST/Statements/IfStatement.cs \
+./src/Parser/AST/Statements/WhileStatement.cs \
+./src/Parser/AST/Statements/UsingStatement.cs \
+./src/Parser/AST/Statements/DoWhileStatement.cs \
+./src/Parser/AST/GlobalScope/UsingAliasDeclaration.cs \
+./src/Parser/AST/GlobalScope/UsingDeclaration.cs \
+./src/Parser/AST/GlobalScope/NamespaceDeclaration.cs \
+./src/Parser/AST/GlobalScope/TypeDeclaration.cs \
+./src/Parser/AST/GlobalScope/AttributeSection.cs \
+./src/Parser/AST/GlobalScope/DelegateDeclaration.cs \
+./src/Parser/AST/CompilationUnit.cs \
+./src/Parser/AST/AttributeTargets.cs \
+./src/Parser/AST/TypeLevel/EventAddRegion.cs \
+./src/Parser/AST/TypeLevel/TypeReference.cs \
+./src/Parser/AST/TypeLevel/ConstructorDeclaration.cs \
+./src/Parser/AST/TypeLevel/PropertySetRegion.cs \
+./src/Parser/AST/TypeLevel/ParameterDeclarationExpression.cs \
+./src/Parser/AST/TypeLevel/IndexerDeclaration.cs \
+./src/Parser/AST/TypeLevel/PropertyGetRegion.cs \
+./src/Parser/AST/TypeLevel/VariableDeclaration.cs \
+./src/Parser/AST/TypeLevel/OperatorDeclaration.cs \
+./src/Parser/AST/TypeLevel/MethodDeclaration.cs \
+./src/Parser/AST/TypeLevel/FieldDeclaration.cs \
+./src/Parser/AST/TypeLevel/PropertyDeclaration.cs \
+./src/Parser/AST/TypeLevel/EventRemoveRegion.cs \
+./src/Parser/AST/TypeLevel/EventDeclaration.cs \
+./src/Parser/AST/TypeLevel/DestructorDeclaration.cs \
+./src/Parser/AST/AbstractASTVisitor.cs \
+./src/Parser/AST/INode.cs \
+./src/Parser/generated/ParserUtil.cs \
+./src/Parser/generated/Modifiers.cs \
+./src/Parser/generated/Parser.cs \
+./src/Parser/generated/Error.cs \
+./src/PrettyPrinter/OutputFormatter.cs \
+./src/PrettyPrinter/PrettyPrintVisitor.cs \
+./src/PrettyPrinter/PrettyPrintUtil.cs \
+./src/PrettyPrinter/PrettyPrintData.cs \
+./src/PrettyPrinter/SpecialVisitor.cs \
+./src/CodeDOM/CodeDOMVisitor.cs \
+./src/VBConverter/VBNetRefactory.cs \
+./src/VBConverter/VBNetVisitor.cs \
+./src/AssemblyInfo.cs
+
+DLL=../../../build/bin/ICSharpCode.SharpRefactory.dll
+
+all: $(DLL)
+
+$(DLL): $(SOURCES)
+	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll $(SOURCES)
+
+test-parser.exe : $(DLL) src/Main.cs
+	@ mcs /debug /out:$@ /r:$(DLL) src/Main.cs
+
+run : test-parser.exe
+	@ MONO_PATH=`dirname $(DLL)` mono --debug test-parser.exe $(TEST_SOURCE)
+
+CLEANFILES=$(DLL)

Modified: trunk/MonoDevelop/src/Main/Base/Gui/Pads/FileScout.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Pads/FileScout.cs	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Pads/FileScout.cs	2004-02-09 02:05:12 UTC (rev 831)
@@ -25,9 +25,8 @@
 		private FileSystemWatcher watcher;
 		private ItemCollection Items;
 		private Gtk.ListStore store;
+		private Gtk.Menu popmenu = null;
 		
-//		private MagicMenus.PopupMenu menu = null;
-		
 		public FileList()
 		{
 			Items = new ItemCollection(this);
@@ -76,9 +75,7 @@
 //			menu.MenuCommands.Add(new MagicMenus.MenuCommand("Delete file", new EventHandler(deleteFiles)));
 //			menu.MenuCommands.Add(new MagicMenus.MenuCommand("Rename", new EventHandler(renameFile)));
 			
-			try {
-				watcher = new FileSystemWatcher();
-			} catch {}
+			watcher = new FileSystemWatcher ();
 			
 			if(watcher != null) {
 				watcher.NotifyFilter = NotifyFilters.FileName;
@@ -164,10 +161,10 @@
 		
 		void deleteFiles(object sender, EventArgs e)
 		{
-/*			IMessageService messageService =(IMessageService)ServiceManager.Services.GetService(typeof(IMessageService));
+			IMessageService messageService =(IMessageService)ServiceManager.Services.GetService(typeof(IMessageService));
 			
 			if (messageService.AskQuestion("Are you sure ?", "Delete files")) {
-				foreach(FileListItem fileItem in SelectedItems)
+				/*foreach(FileListItem fileItem in SelectedItems)
 				{
 					try {
 						File.Delete(fileItem.FullName);
@@ -175,72 +172,10 @@
 						messageService.ShowError(ex, "Couldn't delete file '" + Path.GetFileName(fileItem.FullName) + "'");
 						break;
 					}
-				}
+				}*/
 			}
-*/
 		}
 		
-/*		protected override void OnMouseUp(MouseEventArgs e)
-		{
-			base.OnMouseUp(e);
-			
-			ListViewItem itemUnderMouse = GetItemAt(PointToScreen(new Point(e.X, e.Y)).X, PointToScreen(new Point(e.X, e.Y)).Y);
-			
-			if(e.Button == MouseButtons.Right && this.SelectedItems.Count > 0) {
-//				menu.TrackPopup(PointToScreen(new Point(e.X, e.Y)));
-			}
-		}
-		
-		protected override void OnAfterLabelEdit(LabelEditEventArgs e)
-		{
-			base.OnAfterLabelEdit(e);
-			
-			if(e.Label == null) {
-				e.CancelEdit = true;
-				return;
-			}
-			
-			string filename = ((FileListItem)Items[e.Item]).FullName;
-			string newname = Path.GetDirectoryName(filename) + Path.DirectorySeparatorChar + e.Label;
-			
-			try {
-				File.Move(filename, newname);
-				((FileListItem)Items[e.Item]).FullName = newname;
-			} catch(Exception ex) {
-				e.CancelEdit = true;
-				IMessageService messageService =(IMessageService)ServiceManager.Services.GetService(typeof(IMessageService));
-				messageService.ShowError(ex, "Rename failed");
-			}
-		}
-*/		
-		public void ShowFilesInPath(string path)
-		{
-			string[] files;
-			Items.Clear();
-		
-			try {
-				files = Directory.GetFiles(path);
-			} catch (Exception) {
-				return;
-			}
-			
-			watcher.Path = path;
-			//watcher.EnableRaisingEvents = true;
-			
-			foreach (string file in files) {
-				string filename = System.IO.Path.GetFileName(file);
-				if (filename != null && filename.Length > 0 && filename[0] == '.') {
-					continue;
-				}
-				FileInfo info = new FileInfo(file);
-			
-				FileListItem fileItem = Items.Add(new FileListItem(file,
-					Math.Round((double)info.Length / 1024).ToString() + " KB",
-					info.LastWriteTime.ToString()
-				));
-			}
-		}
-		
 		public class FileListItem
 		{
 			string fullname;
@@ -373,8 +308,6 @@
 			//OnIconChanged(null);
 		}
 		
-		//Splitter      splitter1     = new Splitter();
-		
 		FileList   filelister = new FileList();
 		FileBrowser fb = new FileBrowser ();
 		Gtk.Entry pathEntry;
@@ -409,7 +342,6 @@
 			Pack1(treef, true, true);
 			Pack2(listf, true, true);
 
-			//OnDirChanged (fb, new EventArgs ());
 			fb.TreeView.Selection.SelectPath (new Gtk.TreePath ("0"));
 		}
 

Deleted: trunk/MonoDevelop/src/Main/Base/Makefile
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Main/Base/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,375 +0,0 @@
-SOURCES= \
-./Gui/Pads/ProjectBrowser/ProjectBrowserView.cs \
-./Gui/Pads/ProjectBrowser/NodeBuilder/DefaultDotNetNodeBuilder.cs \
-./Gui/Pads/ProjectBrowser/NodeBuilder/IProjectNodeBuilder.cs \
-./Gui/Pads/ProjectBrowser/BrowserNode/ProjectBrowserNode.cs \
-./Gui/Pads/ProjectBrowser/BrowserNode/FolderNode.cs \
-./Gui/Pads/ProjectBrowser/BrowserNode/AbstractBrowserNode.cs \
-./Gui/Pads/ProjectBrowser/BrowserNode/FileNode.cs \
-./Gui/Pads/ProjectBrowser/BrowserNode/ReferenceNode.cs \
-./Gui/Pads/ProjectBrowser/BrowserNode/CombineBrowserNode.cs \
-./Gui/Pads/ProjectBrowser/BrowserNode/DragDropUtil.cs \
-./Gui/Pads/ProjectBrowser/BrowserNode/DirectoryNode.cs \
-./Gui/Pads/ProjectBrowser/BrowserNode/NamedFolderNode.cs \
-./Gui/Pads/OpenTaskView.cs \
-./Gui/Pads/TreeViewMemento.cs \
-./Gui/Pads/FileScout.cs \
-./Gui/Pads/PropertyPad/PropertyPadCommands.cs \
-./Gui/Pads/PropertyPad/PropertyPad.cs \
-./Gui/Pads/ClassScout/ClassScout.cs \
-./Gui/Pads/ClassScout/NodeBuilder/DefaultDotNetClassScoutNodeBuilder.cs \
-./Gui/Pads/ClassScout/NodeBuilder/IClassScoutNodeBuilder.cs \
-./Gui/Pads/ClassScout/BrowserNode/AbstractClassScoutNode.cs \
-./Gui/Pads/HelpBrowser/HelpBrowser.cs \
-./Gui/Pads/SideBarView.cs \
-./Gui/AbstractPadContent.cs \
-./Gui/ISecondaryViewContent.cs \
-./Gui/IViewContent.cs \
-./Gui/AbstractViewContent.cs \
-./Gui/Components/SdMenuSeparator.cs \
-./Gui/Components/SharpMessageBox.cs \
-./Gui/Components/OpenFileTab.cs \
-./Gui/Components/StatusBar/AxStatusBar.cs \
-./Gui/Components/StatusBar/SdStatusBar.cs \
-./Gui/Components/StatusBar/AxStatusBarPanel.cs \
-./Gui/Components/LocalizedPropertyGrid/LocalizedPropertyDescriptor.cs \
-./Gui/Components/LocalizedPropertyGrid/LocalizedObject.cs \
-./Gui/Components/LocalizedPropertyGrid/LocalizedPropertyAttribute.cs \
-./Gui/Components/SideBar/AxSideTabItem.cs \
-./Gui/Components/SideBar/AxSideTab.cs \
-./Gui/Components/SideBar/SharpDevelopSideTabItem.cs \
-./Gui/Components/SideBar/SharpDevelopSideBar.cs \
-./Gui/Components/SideBar/AxSideBar.cs \
-./Gui/Components/SdMenu.cs \
-./Gui/Components/SdMenuCheckBox.cs \
-./Gui/Components/SdMenuCommand.cs \
-./Gui/Components/SdToolbarCommand.cs \
-./Gui/IProgressMonitor.cs \
-./Gui/WorkbenchWindowCollection.cs \
-./Gui/WorkbenchSingleton.cs \
-./Gui/IMementoCapable.cs \
-./Gui/Dialogs/ViewGPLDialog.cs \
-./Gui/Dialogs/CommonAboutDialog.cs \
-./Gui/Dialogs/OptionPanels/ProjectOptions/CompileFileProjectOptions.cs \
-./Gui/Dialogs/OptionPanels/ProjectOptions/DeployFileOptions.cs \
-./Gui/Dialogs/OptionPanels/ProjectOptions/GeneralProjectOptions.cs \
-./Gui/Dialogs/OptionPanels/IDEOptions/ProjectAndCombinePanel.cs \
-./Gui/Dialogs/OptionPanels/IDEOptions/LoadSavePanel.cs \
-./Gui/Dialogs/OptionPanels/IDEOptions/SelectStylePanel.cs \
-./Gui/Dialogs/OptionPanels/IDEOptions/CodeGenerationPanel.cs \
-./Gui/Dialogs/OptionPanels/IDEOptions/SelectCulturePanel.cs \
-./Gui/Dialogs/OptionPanels/EditTemplateDialog.cs \
-./Gui/Dialogs/OptionPanels/ExternalToolPanel.cs \
-./Gui/Dialogs/OptionPanels/PropertyGridPanel.cs \
-./Gui/Dialogs/FolderDialog.cs \
-./Gui/Dialogs/TreeViewOptions.cs \
-./Gui/Dialogs/WordCountDialog.cs \
-./Gui/Dialogs/SharpDevelopAboutPanels.cs \
-./Gui/Dialogs/SplashScreen.cs \
-./Gui/Dialogs/Wizard/WizardDialog.cs \
-./Gui/Dialogs/Wizard/CurrentPanelPanel.cs \
-./Gui/Dialogs/Wizard/StatusPanel.cs \
-./Gui/Dialogs/Wizard/IWizardPanel.cs \
-./Gui/Dialogs/Wizard/AbstractWizardPanel.cs \
-./Gui/Dialogs/CombineConfiguration/CombineConfigurationPanel.cs \
-./Gui/Dialogs/CombineConfiguration/CombineDependencyPanel.cs \
-./Gui/Dialogs/CombineConfiguration/CombineStartupPanel.cs \
-./Gui/Dialogs/CombineConfiguration/ConfigurationManager.cs \
-./Gui/Dialogs/FusionNative.cs \
-./Gui/Dialogs/NewProjectDialog.cs \
-./Gui/Dialogs/AbstractOptionPanel.cs \
-./Gui/Dialogs/ReferenceDialog/COMReferencePanel.cs \
-./Gui/Dialogs/ReferenceDialog/WebReference.cs \
-./Gui/Dialogs/ReferenceDialog/AssemblyReferencePanel.cs \
-./Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs \
-./Gui/Dialogs/ReferenceDialog/AddWebReferenceDialog.cs \
-./Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs \
-./Gui/Dialogs/ReferenceDialog/ProjectReferencePanel.cs \
-./Gui/Dialogs/TabbedOptions.cs \
-./Gui/Dialogs/DirtyFilesDialog.cs \
-./Gui/Dialogs/TipOfTheDay.cs \
-./Gui/Dialogs/InputBox.cs \
-./Gui/Dialogs/NewFileDialog.cs \
-./Gui/Dialogs/ProjectOptionsDialog.cs \
-./Gui/ContentInterfaces/IBookmarkOperations.cs \
-./Gui/ContentInterfaces/IClipboardHandler.cs \
-./Gui/ContentInterfaces/IPrintable.cs \
-./Gui/ContentInterfaces/IPositionable.cs \
-./Gui/ContentInterfaces/ICustomizedCommands.cs \
-./Gui/ContentInterfaces/IEditable.cs \
-./Gui/ContentInterfaces/IParseInformationListener.cs \
-./Gui/ContentInterfaces/IParsableContent.cs \
-./Gui/XmlForms/SharpDevelopStringValueFilter.cs \
-./Gui/XmlForms/BaseSharpDevelopForm.cs \
-./Gui/XmlForms/SharpDevelopPropertyValueCreator.cs \
-./Gui/XmlForms/BaseSharpDevelopUserControl.cs \
-./Gui/XmlForms/SharpDevelopObjectCreator.cs \
-./Gui/IBaseViewContent.cs \
-./Gui/ErrorDialogs/LoadingError.cs \
-./Gui/IWorkbenchLayout.cs \
-./Gui/ErrorHandlers/GenericError.cs \
-./Gui/ErrorHandlers/CombineLoadError.cs \
-./Gui/IWorkbench.cs \
-./Gui/BrowserDisplayBinding/AxSHDocVw.cs \
-./Gui/BrowserDisplayBinding/HtmlViewPane.cs \
-./Gui/BrowserDisplayBinding/BrowserDisplayBinding.cs \
-./Gui/BrowserDisplayBinding/HTMLInterfaces.cs \
-./Gui/BrowserDisplayBinding/SHDocVw.cs \
-./Gui/IPadContent.cs \
-./Gui/AbstractBaseViewContent.cs \
-./Gui/PadContentCollection.cs \
-./Gui/PixbufList.cs \
-./Gui/AbstractSecondaryViewContent.cs \
-./Gui/CompletionDatabaseWizard/CreateDatabasePanel.cs \
-./Gui/CompletionDatabaseWizard/CreationFinishedPanel.cs \
-./Gui/CompletionDatabaseWizard/UseExistingFilePanel.cs \
-./Gui/CompletionDatabaseWizard/SetupPanel.cs \
-./Gui/CompletionDatabaseWizard/ChooseLocationPanel.cs \
-./Gui/ViewContentCollection.cs \
-./Gui/IWorkbenchWindow.cs \
-./Gui/HtmlControl/IHTMLDocument2.cs \
-./Gui/HtmlControl/HtmlControl.cs \
-./Gui/HtmlControl/BrowserNavigateEventArgs.cs \
-./Gui/HtmlControl/IWebBrowser.cs \
-./Gui/HtmlControl/IHTMLElement.cs \
-./Gui/HtmlControl/IWebBrowserEvents.cs \
-./Gui/HtmlControl/MozillaControl.cs \
-./Gui/HtmlControl/ControlType.cs \
-./Gui/Workbench/Layouts/SdiWorkspaceWindow.cs \
-./Gui/Workbench/Layouts/SdiWorkspaceLayout.cs \
-./Gui/Workbench/WorkbenchMemento.cs \
-./Gui/Workbench/DefaultWorkbench.cs \
-./Commands/FileTabStripCommands.cs \
-./Commands/ClassBrowserCommands/ClassBrowserCommands.cs \
-./Commands/FileCommands.cs \
-./Commands/HelpCommands.cs \
-./Commands/CustomStringTagProvider.cs \
-./Commands/RunCommands.cs \
-./Commands/ProjectBrowserCommands/FolderNodeCommands.cs \
-./Commands/ProjectBrowserCommands/ReferenceFolderNodeCommands.cs \
-./Commands/ProjectBrowserCommands/GeneralNodeCommands.cs \
-./Commands/ProjectBrowserCommands/CombineNodeCommands.cs \
-./Commands/ProjectBrowserCommands/ResourceFolderNodeCommands.cs \
-./Commands/ProjectBrowserCommands/ProjectNodeCommands.cs \
-./Commands/ProjectCommands.cs \
-./Commands/VBConverter/ConvertProject.cs \
-./Commands/VBConverter/ConvertBuffer.cs \
-./Commands/SideBarCommands.cs \
-./Commands/ProjectOptionsCommands.cs \
-./Commands/EditCommands.cs \
-./Commands/WindowCommands.cs \
-./Commands/AutostartCommands.cs \
-./Commands/ToolsCommands.cs \
-./Commands/MenuItemBuilders.cs \
-./Services/File/IFileService.cs \
-./Services/File/DefaultFileService.cs \
-./Services/File/FileEventArgs.cs \
-./Services/File/RingBuffer.cs \
-./Services/File/RecentOpen.cs \
-./Services/MenuService/MenuService.cs \
-./Services/DisplayBinding/DisplayBindingService.cs \
-./Services/LanguageBinding/LanguageBindingService.cs \
-./Services/Tasks/TaskService.cs \
-./Services/Tasks/Task.cs \
-./Services/AmbienceService/AmbienceService.cs \
-./Services/AmbienceService/AmbienceReflectionDecorator.cs \
-./Services/AmbienceService/AbstractAmbience.cs \
-./Services/AmbienceService/CodeDOMGeneratorUtility.cs \
-./Services/AmbienceService/NetAmbience.cs \
-./Services/AmbienceService/IAmbience.cs \
-./Services/Project/ProjectEventArgs.cs \
-./Services/Project/IProjectService.cs \
-./Services/Project/ProjectRenameEventArgs.cs \
-./Services/Project/DefaultProjectService.cs \
-./Services/Project/ParseInformationEventHandler.cs \
-./Services/Project/CombineEventArgs.cs \
-./Services/IconService.cs \
-./Services/StatusBar/DefaultStatusBarService.cs \
-./Services/StatusBar/IStatusBarService.cs \
-./Services/Language/LanguageService.cs \
-./Services/Language/Language.cs \
-./Services/ClassBrowserIcons/ClassBrowserIconsService.cs \
-./Services/ResourceNotFoundException.cs \
-./Services/ParserService/DefaultParserService.cs \
-./Services/ParserService/ClassProxyCollection.cs \
-./Services/ParserService/IParserService.cs \
-./Services/ParserService/ClassProxy.cs \
-./Services/ParserService/AssemblyInformation.cs \
-./Services/ParserService/ParseInformation.cs \
-./Services/ResourceService.cs \
-./Services/StockIcons.cs \
-./Services/MessageService.cs \
-./Services/Toolbar/ToolbarService.cs \
-./Internal/Undo/IUndoableOperation.cs \
-./Internal/Undo/UndoStack.cs \
-./Internal/Undo/UndoQueue.cs \
-./Internal/Conditions/OwnerStateCondition.cs \
-./Internal/Conditions/ProjectActiveCondition.cs \
-./Internal/Conditions/WindowActiveCondition.cs \
-./Internal/Conditions/WindowOpenCondition.cs \
-./Internal/Conditions/CombineOpenCondition.cs \
-./Internal/Conditions/ProjectOpenCondition.cs \
-./Internal/Codons/DisplayBinding/IDisplayBinding.cs \
-./Internal/Codons/DisplayBinding/ISubDisplayBinding.cs \
-./Internal/Codons/DisplayBinding/DisplayBindingCodon.cs \
-./Internal/Codons/LanguageBinding/ICompilerResult.cs \
-./Internal/Codons/LanguageBinding/FileFilterCodon.cs \
-./Internal/Codons/LanguageBinding/ILanguageBinding.cs \
-./Internal/Codons/LanguageBinding/LanguageBindingCodon.cs \
-./Internal/Codons/LanguageBinding/DefaultCompilerResult.cs \
-./Internal/Codons/DefaultDialogPanelDescriptor.cs \
-./Internal/Codons/Toolbars/ToolbarItemCodon.cs \
-./Internal/Codons/IDialogPanel.cs \
-./Internal/Codons/DialogPanelCodon.cs \
-./Internal/Codons/IDialogPanelDescriptor.cs \
-./Internal/Codons/MenuItems/AbstractCheckableMenuCommand.cs \
-./Internal/Codons/MenuItems/ISubmenuBuilder.cs \
-./Internal/Codons/MenuItems/IMenuCommand.cs \
-./Internal/Codons/MenuItems/AbstractMenuCommand.cs \
-./Internal/Codons/MenuItems/ICheckableMenuCommand.cs \
-./Internal/Codons/MenuItems/MenuItemCodon.cs \
-./Internal/DataStructures/PriorityQueue.cs \
-./Internal/Parser/IRegion.cs \
-./Internal/Parser/ICompilationUnitBase.cs \
-./Internal/Parser/IEvent.cs \
-./Internal/Parser/Collections/PropertyCollection.cs \
-./Internal/Parser/Collections/TypedCSharpCollection.cs \
-./Internal/Parser/Collections/IUsingCollection.cs \
-./Internal/Parser/Collections/TagCollection.cs \
-./Internal/Parser/Collections/ClassCollection.cs \
-./Internal/Parser/Collections/EventCollection.cs \
-./Internal/Parser/Collections/AttributeCollection.cs \
-./Internal/Parser/Collections/MethodCollection.cs \
-./Internal/Parser/Collections/CommentCollection.cs \
-./Internal/Parser/Collections/ParameterCollection.cs \
-./Internal/Parser/Collections/FieldCollection.cs \
-./Internal/Parser/Collections/AttributeSectionCollection.cs \
-./Internal/Parser/ParameterModifier.cs \
-./Internal/Parser/ClassType.cs \
-./Internal/Parser/IParser.cs \
-./Internal/Parser/Implementations/AbstractField.cs \
-./Internal/Parser/Implementations/AbstractDecoration.cs \
-./Internal/Parser/Implementations/AbstractCompilationUnit.cs \
-./Internal/Parser/Implementations/AbstractParameter.cs \
-./Internal/Parser/Implementations/AbstractProperty.cs \
-./Internal/Parser/Implementations/AbstractIndexer.cs \
-./Internal/Parser/Implementations/AbstractAttribute.cs \
-./Internal/Parser/Implementations/AbstractEvent.cs \
-./Internal/Parser/Implementations/DefaultRegion.cs \
-./Internal/Parser/Implementations/AbstractComment.cs \
-./Internal/Parser/Implementations/AbstractNamedEntity.cs \
-./Internal/Parser/Implementations/AbstractMember.cs \
-./Internal/Parser/Implementations/AbstractUsing.cs \
-./Internal/Parser/Implementations/AbstractClass.cs \
-./Internal/Parser/Implementations/AbstractMethod.cs \
-./Internal/Parser/Implementations/AbstractReturnType.cs \
-./Internal/Parser/Tag.cs \
-./Internal/Parser/SharpAssemblyLayer/SharpAssemblyMethod.cs \
-./Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs \
-./Internal/Parser/SharpAssemblyLayer/SharpAssemblyReturnType.cs \
-./Internal/Parser/SharpAssemblyLayer/SharpAssemblyClass.cs \
-./Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs \
-./Internal/Parser/SharpAssemblyLayer/SharpAssemblyIndexer.cs \
-./Internal/Parser/SharpAssemblyLayer/SharpAssemblyEvent.cs \
-./Internal/Parser/SharpAssemblyLayer/SharpAssemblyParameter.cs \
-./Internal/Parser/SharpAssemblyLayer/SharpAssemblyProperty.cs \
-./Internal/Parser/IReturnType.cs \
-./Internal/Parser/IUsing.cs \
-./Internal/Parser/IClass.cs \
-./Internal/Parser/IParameter.cs \
-./Internal/Parser/IIndexer.cs \
-./Internal/Parser/IAttribute.cs \
-./Internal/Parser/ReflectionLayer/ReflectionReturnType.cs \
-./Internal/Parser/ReflectionLayer/ReflectionProperty.cs \
-./Internal/Parser/ReflectionLayer/ReflectionClass.cs \
-./Internal/Parser/ReflectionLayer/ReflectionIndexer.cs \
-./Internal/Parser/ReflectionLayer/ReflectionMethod.cs \
-./Internal/Parser/ReflectionLayer/ReflectionField.cs \
-./Internal/Parser/ReflectionLayer/ReflectionParameter.cs \
-./Internal/Parser/ReflectionLayer/ReflectionEvent.cs \
-./Internal/Parser/IDecoration.cs \
-./Internal/Parser/Comment.cs \
-./Internal/Parser/ModifierEnum.cs \
-./Internal/Parser/IMember.cs \
-./Internal/Parser/IField.cs \
-./Internal/Parser/IProperty.cs \
-./Internal/Parser/PersistenceLayer/PersistentIndexer.cs \
-./Internal/Parser/PersistenceLayer/PersistentField.cs \
-./Internal/Parser/PersistenceLayer/PersistentMethod.cs \
-./Internal/Parser/PersistenceLayer/PersistentReturnType.cs \
-./Internal/Parser/PersistenceLayer/PersistentEvent.cs \
-./Internal/Parser/PersistenceLayer/PersistentProperty.cs \
-./Internal/Parser/PersistenceLayer/PersistentParameter.cs \
-./Internal/Parser/PersistenceLayer/PersistentClass.cs \
-./Internal/Parser/IMethod.cs \
-./Internal/Parser/IComment.cs \
-./Internal/Parser/ICompilationUnit.cs \
-./Internal/Project/Attributes/XmlNodeNameAttribute.cs \
-./Internal/Project/Attributes/ConvertToRelativePathAttribute.cs \
-./Internal/Project/Attributes/XmlSetAttribute.cs \
-./Internal/Project/Attributes/XmlAttributeAttribute.cs \
-./Internal/Project/Project/Deployment/DeployInformation.cs \
-./Internal/Project/Project/Deployment/AssemblyDeploy.cs \
-./Internal/Project/Project/Deployment/ScriptDeploy.cs \
-./Internal/Project/Project/Deployment/IDeploymentStrategy.cs \
-./Internal/Project/Project/Deployment/FileDeploy.cs \
-./Internal/Project/Project/Collections/ProjectFileCollection.cs \
-./Internal/Project/Project/Collections/ProjectReferenceCollection.cs \
-./Internal/Project/Project/UnknownProjectVersionException.cs \
-./Internal/Project/Project/TypelibImporter.cs \
-./Internal/Project/Project/AbstractProjectConfiguration.cs \
-./Internal/Project/Project/AbstractProject.cs \
-./Internal/Project/Project/ProjectReference.cs \
-./Internal/Project/Project/ConvertXml.cs \
-./Internal/Project/Project/IncludeFilesDialog.cs \
-./Internal/Project/Project/IConfiguration.cs \
-./Internal/Project/Project/ProjectFile.cs \
-./Internal/Project/Project/AbstractConfiguration.cs \
-./Internal/Project/Project/IProject.cs \
-./Internal/Project/Combine/Combine.cs \
-./Internal/Project/Combine/CombineExecuteDefinition.cs \
-./Internal/Project/Combine/CyclicBuildOrderException.cs \
-./Internal/Project/Combine/CombineConfiguration.cs \
-./Internal/Project/Combine/NoStartupCombineDefinedException.cs \
-./Internal/Project/Combine/CombineEntry.cs \
-./Internal/Templates/FileDescriptionTemplate.cs \
-./Internal/Templates/CodeTemplate.cs \
-./Internal/Templates/CodeTemplateGroup.cs \
-./Internal/Templates/FileTemplate.cs \
-./Internal/Templates/TextTemplate.cs \
-./Internal/Templates/CodeTemplateLoader.cs \
-./Internal/Templates/INewFileCreator.cs \
-./Internal/Templates/ProjectTemplates/ProjectTemplate.cs \
-./Internal/Templates/ProjectTemplates/ProjectDescriptor.cs \
-./Internal/Templates/ProjectTemplates/CombineDescriptor.cs \
-./Internal/Templates/ProjectTemplates/ProjectCreateInformation.cs \
-./Internal/CollectionUtilities/DiffUtility.cs \
-./Internal/CollectionUtilities/SortUtilityBase.cs \
-./Internal/CollectionUtilities/SortUtility.cs \
-./Internal/CollectionUtilities/Comparers.cs \
-./Internal/ExternalTool/ToolLoader.cs \
-./Internal/ExternalTool/ExternalTool.cs \
-./AssemblyInfo.cs
-
-DLL=../../../build/bin/MonoDevelop.Base.dll
-
-all: $(DLL)
-
-$(DLL): $(SOURCES) ../../../data/resources/glade/Base.glade
-	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll /r:ICSharpCode.SharpZipLib.dll \
-		/r:../../../build/bin/ICSharpCode.SharpRefactory.dll /r:../../../build/bin/MonoDevelop.Core.dll \
-		/r:../../../build/bin/ICSharpCode.SharpAssembly.dll \
-		/r:../../../build/bin/MonoDevelop.Gui.Utils.dll \
-		/r:../../../build/bin/MonoDevelop.Gui.Widgets.dll \
-		/r:../../../build/bin/gdl-sharp.dll \
-		/resource:../../../data/resources/glade/Base.glade,Base.glade \
-		/r:System.Data.dll /r:System.Web.Services.dll /define:LINUX \
-		/define:GTK /r:gtk-sharp.dll /r:gdk-sharp.dll /r:glib-sharp.dll \
-		/r:pango-sharp.dll \
-		/r:../../../build/bin/gtkmozembed-sharp.dll \
-		/r:glade-sharp.dll \
-		/r:gnome-sharp.dll \
-		$(SOURCES)
-
-Services/StockIcons.cs : ./Services/process-icons.pl
-	perl  -x../../../build/data/resources/icons -w ./Services/process-icons.pl > $@
\ No newline at end of file

Added: trunk/MonoDevelop/src/Main/Base/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Main/Base/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,377 @@
+SOURCES= \
+./Gui/Pads/ProjectBrowser/ProjectBrowserView.cs \
+./Gui/Pads/ProjectBrowser/NodeBuilder/DefaultDotNetNodeBuilder.cs \
+./Gui/Pads/ProjectBrowser/NodeBuilder/IProjectNodeBuilder.cs \
+./Gui/Pads/ProjectBrowser/BrowserNode/ProjectBrowserNode.cs \
+./Gui/Pads/ProjectBrowser/BrowserNode/FolderNode.cs \
+./Gui/Pads/ProjectBrowser/BrowserNode/AbstractBrowserNode.cs \
+./Gui/Pads/ProjectBrowser/BrowserNode/FileNode.cs \
+./Gui/Pads/ProjectBrowser/BrowserNode/ReferenceNode.cs \
+./Gui/Pads/ProjectBrowser/BrowserNode/CombineBrowserNode.cs \
+./Gui/Pads/ProjectBrowser/BrowserNode/DragDropUtil.cs \
+./Gui/Pads/ProjectBrowser/BrowserNode/DirectoryNode.cs \
+./Gui/Pads/ProjectBrowser/BrowserNode/NamedFolderNode.cs \
+./Gui/Pads/OpenTaskView.cs \
+./Gui/Pads/TreeViewMemento.cs \
+./Gui/Pads/FileScout.cs \
+./Gui/Pads/PropertyPad/PropertyPadCommands.cs \
+./Gui/Pads/PropertyPad/PropertyPad.cs \
+./Gui/Pads/ClassScout/ClassScout.cs \
+./Gui/Pads/ClassScout/NodeBuilder/DefaultDotNetClassScoutNodeBuilder.cs \
+./Gui/Pads/ClassScout/NodeBuilder/IClassScoutNodeBuilder.cs \
+./Gui/Pads/ClassScout/BrowserNode/AbstractClassScoutNode.cs \
+./Gui/Pads/HelpBrowser/HelpBrowser.cs \
+./Gui/Pads/SideBarView.cs \
+./Gui/AbstractPadContent.cs \
+./Gui/ISecondaryViewContent.cs \
+./Gui/IViewContent.cs \
+./Gui/AbstractViewContent.cs \
+./Gui/Components/SdMenuSeparator.cs \
+./Gui/Components/SharpMessageBox.cs \
+./Gui/Components/OpenFileTab.cs \
+./Gui/Components/StatusBar/AxStatusBar.cs \
+./Gui/Components/StatusBar/SdStatusBar.cs \
+./Gui/Components/StatusBar/AxStatusBarPanel.cs \
+./Gui/Components/LocalizedPropertyGrid/LocalizedPropertyDescriptor.cs \
+./Gui/Components/LocalizedPropertyGrid/LocalizedObject.cs \
+./Gui/Components/LocalizedPropertyGrid/LocalizedPropertyAttribute.cs \
+./Gui/Components/SideBar/AxSideTabItem.cs \
+./Gui/Components/SideBar/AxSideTab.cs \
+./Gui/Components/SideBar/SharpDevelopSideTabItem.cs \
+./Gui/Components/SideBar/SharpDevelopSideBar.cs \
+./Gui/Components/SideBar/AxSideBar.cs \
+./Gui/Components/SdMenu.cs \
+./Gui/Components/SdMenuCheckBox.cs \
+./Gui/Components/SdMenuCommand.cs \
+./Gui/Components/SdToolbarCommand.cs \
+./Gui/IProgressMonitor.cs \
+./Gui/WorkbenchWindowCollection.cs \
+./Gui/WorkbenchSingleton.cs \
+./Gui/IMementoCapable.cs \
+./Gui/Dialogs/ViewGPLDialog.cs \
+./Gui/Dialogs/CommonAboutDialog.cs \
+./Gui/Dialogs/OptionPanels/ProjectOptions/CompileFileProjectOptions.cs \
+./Gui/Dialogs/OptionPanels/ProjectOptions/DeployFileOptions.cs \
+./Gui/Dialogs/OptionPanels/ProjectOptions/GeneralProjectOptions.cs \
+./Gui/Dialogs/OptionPanels/IDEOptions/ProjectAndCombinePanel.cs \
+./Gui/Dialogs/OptionPanels/IDEOptions/LoadSavePanel.cs \
+./Gui/Dialogs/OptionPanels/IDEOptions/SelectStylePanel.cs \
+./Gui/Dialogs/OptionPanels/IDEOptions/CodeGenerationPanel.cs \
+./Gui/Dialogs/OptionPanels/IDEOptions/SelectCulturePanel.cs \
+./Gui/Dialogs/OptionPanels/EditTemplateDialog.cs \
+./Gui/Dialogs/OptionPanels/ExternalToolPanel.cs \
+./Gui/Dialogs/OptionPanels/PropertyGridPanel.cs \
+./Gui/Dialogs/FolderDialog.cs \
+./Gui/Dialogs/TreeViewOptions.cs \
+./Gui/Dialogs/WordCountDialog.cs \
+./Gui/Dialogs/SharpDevelopAboutPanels.cs \
+./Gui/Dialogs/SplashScreen.cs \
+./Gui/Dialogs/Wizard/WizardDialog.cs \
+./Gui/Dialogs/Wizard/CurrentPanelPanel.cs \
+./Gui/Dialogs/Wizard/StatusPanel.cs \
+./Gui/Dialogs/Wizard/IWizardPanel.cs \
+./Gui/Dialogs/Wizard/AbstractWizardPanel.cs \
+./Gui/Dialogs/CombineConfiguration/CombineConfigurationPanel.cs \
+./Gui/Dialogs/CombineConfiguration/CombineDependencyPanel.cs \
+./Gui/Dialogs/CombineConfiguration/CombineStartupPanel.cs \
+./Gui/Dialogs/CombineConfiguration/ConfigurationManager.cs \
+./Gui/Dialogs/FusionNative.cs \
+./Gui/Dialogs/NewProjectDialog.cs \
+./Gui/Dialogs/AbstractOptionPanel.cs \
+./Gui/Dialogs/ReferenceDialog/COMReferencePanel.cs \
+./Gui/Dialogs/ReferenceDialog/WebReference.cs \
+./Gui/Dialogs/ReferenceDialog/AssemblyReferencePanel.cs \
+./Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs \
+./Gui/Dialogs/ReferenceDialog/AddWebReferenceDialog.cs \
+./Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs \
+./Gui/Dialogs/ReferenceDialog/ProjectReferencePanel.cs \
+./Gui/Dialogs/TabbedOptions.cs \
+./Gui/Dialogs/DirtyFilesDialog.cs \
+./Gui/Dialogs/TipOfTheDay.cs \
+./Gui/Dialogs/InputBox.cs \
+./Gui/Dialogs/NewFileDialog.cs \
+./Gui/Dialogs/ProjectOptionsDialog.cs \
+./Gui/ContentInterfaces/IBookmarkOperations.cs \
+./Gui/ContentInterfaces/IClipboardHandler.cs \
+./Gui/ContentInterfaces/IPrintable.cs \
+./Gui/ContentInterfaces/IPositionable.cs \
+./Gui/ContentInterfaces/ICustomizedCommands.cs \
+./Gui/ContentInterfaces/IEditable.cs \
+./Gui/ContentInterfaces/IParseInformationListener.cs \
+./Gui/ContentInterfaces/IParsableContent.cs \
+./Gui/XmlForms/SharpDevelopStringValueFilter.cs \
+./Gui/XmlForms/BaseSharpDevelopForm.cs \
+./Gui/XmlForms/SharpDevelopPropertyValueCreator.cs \
+./Gui/XmlForms/BaseSharpDevelopUserControl.cs \
+./Gui/XmlForms/SharpDevelopObjectCreator.cs \
+./Gui/IBaseViewContent.cs \
+./Gui/ErrorDialogs/LoadingError.cs \
+./Gui/IWorkbenchLayout.cs \
+./Gui/ErrorHandlers/GenericError.cs \
+./Gui/ErrorHandlers/CombineLoadError.cs \
+./Gui/IWorkbench.cs \
+./Gui/BrowserDisplayBinding/AxSHDocVw.cs \
+./Gui/BrowserDisplayBinding/HtmlViewPane.cs \
+./Gui/BrowserDisplayBinding/BrowserDisplayBinding.cs \
+./Gui/BrowserDisplayBinding/HTMLInterfaces.cs \
+./Gui/BrowserDisplayBinding/SHDocVw.cs \
+./Gui/IPadContent.cs \
+./Gui/AbstractBaseViewContent.cs \
+./Gui/PadContentCollection.cs \
+./Gui/PixbufList.cs \
+./Gui/AbstractSecondaryViewContent.cs \
+./Gui/CompletionDatabaseWizard/CreateDatabasePanel.cs \
+./Gui/CompletionDatabaseWizard/CreationFinishedPanel.cs \
+./Gui/CompletionDatabaseWizard/UseExistingFilePanel.cs \
+./Gui/CompletionDatabaseWizard/SetupPanel.cs \
+./Gui/CompletionDatabaseWizard/ChooseLocationPanel.cs \
+./Gui/ViewContentCollection.cs \
+./Gui/IWorkbenchWindow.cs \
+./Gui/HtmlControl/IHTMLDocument2.cs \
+./Gui/HtmlControl/HtmlControl.cs \
+./Gui/HtmlControl/BrowserNavigateEventArgs.cs \
+./Gui/HtmlControl/IWebBrowser.cs \
+./Gui/HtmlControl/IHTMLElement.cs \
+./Gui/HtmlControl/IWebBrowserEvents.cs \
+./Gui/HtmlControl/MozillaControl.cs \
+./Gui/HtmlControl/ControlType.cs \
+./Gui/Workbench/Layouts/SdiWorkspaceWindow.cs \
+./Gui/Workbench/Layouts/SdiWorkspaceLayout.cs \
+./Gui/Workbench/WorkbenchMemento.cs \
+./Gui/Workbench/DefaultWorkbench.cs \
+./Commands/FileTabStripCommands.cs \
+./Commands/ClassBrowserCommands/ClassBrowserCommands.cs \
+./Commands/FileCommands.cs \
+./Commands/HelpCommands.cs \
+./Commands/CustomStringTagProvider.cs \
+./Commands/RunCommands.cs \
+./Commands/ProjectBrowserCommands/FolderNodeCommands.cs \
+./Commands/ProjectBrowserCommands/ReferenceFolderNodeCommands.cs \
+./Commands/ProjectBrowserCommands/GeneralNodeCommands.cs \
+./Commands/ProjectBrowserCommands/CombineNodeCommands.cs \
+./Commands/ProjectBrowserCommands/ResourceFolderNodeCommands.cs \
+./Commands/ProjectBrowserCommands/ProjectNodeCommands.cs \
+./Commands/ProjectCommands.cs \
+./Commands/VBConverter/ConvertProject.cs \
+./Commands/VBConverter/ConvertBuffer.cs \
+./Commands/SideBarCommands.cs \
+./Commands/ProjectOptionsCommands.cs \
+./Commands/EditCommands.cs \
+./Commands/WindowCommands.cs \
+./Commands/AutostartCommands.cs \
+./Commands/ToolsCommands.cs \
+./Commands/MenuItemBuilders.cs \
+./Services/File/IFileService.cs \
+./Services/File/DefaultFileService.cs \
+./Services/File/FileEventArgs.cs \
+./Services/File/RingBuffer.cs \
+./Services/File/RecentOpen.cs \
+./Services/MenuService/MenuService.cs \
+./Services/DisplayBinding/DisplayBindingService.cs \
+./Services/LanguageBinding/LanguageBindingService.cs \
+./Services/Tasks/TaskService.cs \
+./Services/Tasks/Task.cs \
+./Services/AmbienceService/AmbienceService.cs \
+./Services/AmbienceService/AmbienceReflectionDecorator.cs \
+./Services/AmbienceService/AbstractAmbience.cs \
+./Services/AmbienceService/CodeDOMGeneratorUtility.cs \
+./Services/AmbienceService/NetAmbience.cs \
+./Services/AmbienceService/IAmbience.cs \
+./Services/Project/ProjectEventArgs.cs \
+./Services/Project/IProjectService.cs \
+./Services/Project/ProjectRenameEventArgs.cs \
+./Services/Project/DefaultProjectService.cs \
+./Services/Project/ParseInformationEventHandler.cs \
+./Services/Project/CombineEventArgs.cs \
+./Services/IconService.cs \
+./Services/StatusBar/DefaultStatusBarService.cs \
+./Services/StatusBar/IStatusBarService.cs \
+./Services/Language/LanguageService.cs \
+./Services/Language/Language.cs \
+./Services/ClassBrowserIcons/ClassBrowserIconsService.cs \
+./Services/ResourceNotFoundException.cs \
+./Services/ParserService/DefaultParserService.cs \
+./Services/ParserService/ClassProxyCollection.cs \
+./Services/ParserService/IParserService.cs \
+./Services/ParserService/ClassProxy.cs \
+./Services/ParserService/AssemblyInformation.cs \
+./Services/ParserService/ParseInformation.cs \
+./Services/ResourceService.cs \
+./Services/StockIcons.cs \
+./Services/MessageService.cs \
+./Services/Toolbar/ToolbarService.cs \
+./Internal/Undo/IUndoableOperation.cs \
+./Internal/Undo/UndoStack.cs \
+./Internal/Undo/UndoQueue.cs \
+./Internal/Conditions/OwnerStateCondition.cs \
+./Internal/Conditions/ProjectActiveCondition.cs \
+./Internal/Conditions/WindowActiveCondition.cs \
+./Internal/Conditions/WindowOpenCondition.cs \
+./Internal/Conditions/CombineOpenCondition.cs \
+./Internal/Conditions/ProjectOpenCondition.cs \
+./Internal/Codons/DisplayBinding/IDisplayBinding.cs \
+./Internal/Codons/DisplayBinding/ISubDisplayBinding.cs \
+./Internal/Codons/DisplayBinding/DisplayBindingCodon.cs \
+./Internal/Codons/LanguageBinding/ICompilerResult.cs \
+./Internal/Codons/LanguageBinding/FileFilterCodon.cs \
+./Internal/Codons/LanguageBinding/ILanguageBinding.cs \
+./Internal/Codons/LanguageBinding/LanguageBindingCodon.cs \
+./Internal/Codons/LanguageBinding/DefaultCompilerResult.cs \
+./Internal/Codons/DefaultDialogPanelDescriptor.cs \
+./Internal/Codons/Toolbars/ToolbarItemCodon.cs \
+./Internal/Codons/IDialogPanel.cs \
+./Internal/Codons/DialogPanelCodon.cs \
+./Internal/Codons/IDialogPanelDescriptor.cs \
+./Internal/Codons/MenuItems/AbstractCheckableMenuCommand.cs \
+./Internal/Codons/MenuItems/ISubmenuBuilder.cs \
+./Internal/Codons/MenuItems/IMenuCommand.cs \
+./Internal/Codons/MenuItems/AbstractMenuCommand.cs \
+./Internal/Codons/MenuItems/ICheckableMenuCommand.cs \
+./Internal/Codons/MenuItems/MenuItemCodon.cs \
+./Internal/DataStructures/PriorityQueue.cs \
+./Internal/Parser/IRegion.cs \
+./Internal/Parser/ICompilationUnitBase.cs \
+./Internal/Parser/IEvent.cs \
+./Internal/Parser/Collections/PropertyCollection.cs \
+./Internal/Parser/Collections/TypedCSharpCollection.cs \
+./Internal/Parser/Collections/IUsingCollection.cs \
+./Internal/Parser/Collections/TagCollection.cs \
+./Internal/Parser/Collections/ClassCollection.cs \
+./Internal/Parser/Collections/EventCollection.cs \
+./Internal/Parser/Collections/AttributeCollection.cs \
+./Internal/Parser/Collections/MethodCollection.cs \
+./Internal/Parser/Collections/CommentCollection.cs \
+./Internal/Parser/Collections/ParameterCollection.cs \
+./Internal/Parser/Collections/FieldCollection.cs \
+./Internal/Parser/Collections/AttributeSectionCollection.cs \
+./Internal/Parser/ParameterModifier.cs \
+./Internal/Parser/ClassType.cs \
+./Internal/Parser/IParser.cs \
+./Internal/Parser/Implementations/AbstractField.cs \
+./Internal/Parser/Implementations/AbstractDecoration.cs \
+./Internal/Parser/Implementations/AbstractCompilationUnit.cs \
+./Internal/Parser/Implementations/AbstractParameter.cs \
+./Internal/Parser/Implementations/AbstractProperty.cs \
+./Internal/Parser/Implementations/AbstractIndexer.cs \
+./Internal/Parser/Implementations/AbstractAttribute.cs \
+./Internal/Parser/Implementations/AbstractEvent.cs \
+./Internal/Parser/Implementations/DefaultRegion.cs \
+./Internal/Parser/Implementations/AbstractComment.cs \
+./Internal/Parser/Implementations/AbstractNamedEntity.cs \
+./Internal/Parser/Implementations/AbstractMember.cs \
+./Internal/Parser/Implementations/AbstractUsing.cs \
+./Internal/Parser/Implementations/AbstractClass.cs \
+./Internal/Parser/Implementations/AbstractMethod.cs \
+./Internal/Parser/Implementations/AbstractReturnType.cs \
+./Internal/Parser/Tag.cs \
+./Internal/Parser/SharpAssemblyLayer/SharpAssemblyMethod.cs \
+./Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs \
+./Internal/Parser/SharpAssemblyLayer/SharpAssemblyReturnType.cs \
+./Internal/Parser/SharpAssemblyLayer/SharpAssemblyClass.cs \
+./Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs \
+./Internal/Parser/SharpAssemblyLayer/SharpAssemblyIndexer.cs \
+./Internal/Parser/SharpAssemblyLayer/SharpAssemblyEvent.cs \
+./Internal/Parser/SharpAssemblyLayer/SharpAssemblyParameter.cs \
+./Internal/Parser/SharpAssemblyLayer/SharpAssemblyProperty.cs \
+./Internal/Parser/IReturnType.cs \
+./Internal/Parser/IUsing.cs \
+./Internal/Parser/IClass.cs \
+./Internal/Parser/IParameter.cs \
+./Internal/Parser/IIndexer.cs \
+./Internal/Parser/IAttribute.cs \
+./Internal/Parser/ReflectionLayer/ReflectionReturnType.cs \
+./Internal/Parser/ReflectionLayer/ReflectionProperty.cs \
+./Internal/Parser/ReflectionLayer/ReflectionClass.cs \
+./Internal/Parser/ReflectionLayer/ReflectionIndexer.cs \
+./Internal/Parser/ReflectionLayer/ReflectionMethod.cs \
+./Internal/Parser/ReflectionLayer/ReflectionField.cs \
+./Internal/Parser/ReflectionLayer/ReflectionParameter.cs \
+./Internal/Parser/ReflectionLayer/ReflectionEvent.cs \
+./Internal/Parser/IDecoration.cs \
+./Internal/Parser/Comment.cs \
+./Internal/Parser/ModifierEnum.cs \
+./Internal/Parser/IMember.cs \
+./Internal/Parser/IField.cs \
+./Internal/Parser/IProperty.cs \
+./Internal/Parser/PersistenceLayer/PersistentIndexer.cs \
+./Internal/Parser/PersistenceLayer/PersistentField.cs \
+./Internal/Parser/PersistenceLayer/PersistentMethod.cs \
+./Internal/Parser/PersistenceLayer/PersistentReturnType.cs \
+./Internal/Parser/PersistenceLayer/PersistentEvent.cs \
+./Internal/Parser/PersistenceLayer/PersistentProperty.cs \
+./Internal/Parser/PersistenceLayer/PersistentParameter.cs \
+./Internal/Parser/PersistenceLayer/PersistentClass.cs \
+./Internal/Parser/IMethod.cs \
+./Internal/Parser/IComment.cs \
+./Internal/Parser/ICompilationUnit.cs \
+./Internal/Project/Attributes/XmlNodeNameAttribute.cs \
+./Internal/Project/Attributes/ConvertToRelativePathAttribute.cs \
+./Internal/Project/Attributes/XmlSetAttribute.cs \
+./Internal/Project/Attributes/XmlAttributeAttribute.cs \
+./Internal/Project/Project/Deployment/DeployInformation.cs \
+./Internal/Project/Project/Deployment/AssemblyDeploy.cs \
+./Internal/Project/Project/Deployment/ScriptDeploy.cs \
+./Internal/Project/Project/Deployment/IDeploymentStrategy.cs \
+./Internal/Project/Project/Deployment/FileDeploy.cs \
+./Internal/Project/Project/Collections/ProjectFileCollection.cs \
+./Internal/Project/Project/Collections/ProjectReferenceCollection.cs \
+./Internal/Project/Project/UnknownProjectVersionException.cs \
+./Internal/Project/Project/TypelibImporter.cs \
+./Internal/Project/Project/AbstractProjectConfiguration.cs \
+./Internal/Project/Project/AbstractProject.cs \
+./Internal/Project/Project/ProjectReference.cs \
+./Internal/Project/Project/ConvertXml.cs \
+./Internal/Project/Project/IncludeFilesDialog.cs \
+./Internal/Project/Project/IConfiguration.cs \
+./Internal/Project/Project/ProjectFile.cs \
+./Internal/Project/Project/AbstractConfiguration.cs \
+./Internal/Project/Project/IProject.cs \
+./Internal/Project/Combine/Combine.cs \
+./Internal/Project/Combine/CombineExecuteDefinition.cs \
+./Internal/Project/Combine/CyclicBuildOrderException.cs \
+./Internal/Project/Combine/CombineConfiguration.cs \
+./Internal/Project/Combine/NoStartupCombineDefinedException.cs \
+./Internal/Project/Combine/CombineEntry.cs \
+./Internal/Templates/FileDescriptionTemplate.cs \
+./Internal/Templates/CodeTemplate.cs \
+./Internal/Templates/CodeTemplateGroup.cs \
+./Internal/Templates/FileTemplate.cs \
+./Internal/Templates/TextTemplate.cs \
+./Internal/Templates/CodeTemplateLoader.cs \
+./Internal/Templates/INewFileCreator.cs \
+./Internal/Templates/ProjectTemplates/ProjectTemplate.cs \
+./Internal/Templates/ProjectTemplates/ProjectDescriptor.cs \
+./Internal/Templates/ProjectTemplates/CombineDescriptor.cs \
+./Internal/Templates/ProjectTemplates/ProjectCreateInformation.cs \
+./Internal/CollectionUtilities/DiffUtility.cs \
+./Internal/CollectionUtilities/SortUtilityBase.cs \
+./Internal/CollectionUtilities/SortUtility.cs \
+./Internal/CollectionUtilities/Comparers.cs \
+./Internal/ExternalTool/ToolLoader.cs \
+./Internal/ExternalTool/ExternalTool.cs \
+./AssemblyInfo.cs
+
+DLL=../../../build/bin/MonoDevelop.Base.dll
+
+all: $(DLL)
+
+$(DLL): $(SOURCES) ../../../data/resources/glade/Base.glade
+	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll /r:ICSharpCode.SharpZipLib.dll \
+		/r:../../../build/bin/ICSharpCode.SharpRefactory.dll /r:../../../build/bin/MonoDevelop.Core.dll \
+		/r:../../../build/bin/ICSharpCode.SharpAssembly.dll \
+		/r:../../../build/bin/MonoDevelop.Gui.Utils.dll \
+		/r:../../../build/bin/MonoDevelop.Gui.Widgets.dll \
+		/r:../../../build/bin/gdl-sharp.dll \
+		/resource:../../../data/resources/glade/Base.glade,Base.glade \
+		/r:System.Data.dll /r:System.Web.Services.dll /define:LINUX \
+		/define:GTK /r:gtk-sharp.dll /r:gdk-sharp.dll /r:glib-sharp.dll \
+		/r:pango-sharp.dll \
+		/r:../../../build/bin/gtkmozembed-sharp.dll \
+		/r:glade-sharp.dll \
+		/r:gnome-sharp.dll \
+		$(SOURCES)
+
+Services/StockIcons.cs : ./Services/process-icons.pl
+	perl  -x../../../build/data/resources/icons -w ./Services/process-icons.pl > $@
+
+CLEANFILES=$(DLL)

Added: trunk/MonoDevelop/src/Main/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Main/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Main/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1 @@
+SUBDIRS=Base StartUp

Deleted: trunk/MonoDevelop/src/Main/StartUp/Makefile
===================================================================
--- trunk/MonoDevelop/src/Main/StartUp/Makefile	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Main/StartUp/Makefile	2004-02-09 02:05:12 UTC (rev 831)
@@ -1,45 +0,0 @@
-BASEDIR=../../..
-
-SOURCES= \
-./SharpDevelopMain.cs \
-./Dialogs/AddInTreeSettingsHandler.cs \
-./Dialogs/ExceptionBox.cs \
-./AssemblyInfo.cs
-
-RESOURCES= \
-/resource:$(BASEDIR)/data/resources/StringResources.fr.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.cn-gb.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.jp.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.nl.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.pl.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.ro.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.pt.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.ru.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.goisern.resources \
-/resource:$(BASEDIR)/data/resources/BitmapResources.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.se.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.es.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.cz.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.kr.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.it.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.bg.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.de.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.cn-big.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.dk.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.resources,StringResources.resources \
-/resource:$(BASEDIR)/data/resources/StringResources.br.resources \
-/resource:$(BASEDIR)/data/resources/SplashScreen.png,SplashScreen.png
-
-DLL=../../../build/bin/MonoDevelop.exe
-
-all: $(DLL)
-
-$(DLL): $(SOURCES)
-	@ mcs /debug /out:$(DLL) /r:System.Drawing.dll \
-		/r:../../../build/bin/MonoDevelop.Core.dll \
-		/r:../../../build/bin/MonoDevelop.Base.dll \
-		/r:glib-sharp.dll \
-		/define:GTK /r:gtk-sharp.dll /r:gdk-sharp.dll \
-		/r:gnome-sharp.dll \
-		$(RESOURCES) $(SOURCES)
-

Added: trunk/MonoDevelop/src/Main/StartUp/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Main/StartUp/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Main/StartUp/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1,46 @@
+BASEDIR=../../..
+
+SOURCES= \
+./SharpDevelopMain.cs \
+./Dialogs/AddInTreeSettingsHandler.cs \
+./Dialogs/ExceptionBox.cs \
+./AssemblyInfo.cs
+
+RESOURCES= \
+/resource:$(BASEDIR)/data/resources/StringResources.fr.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.cn-gb.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.jp.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.nl.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.pl.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.ro.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.pt.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.ru.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.goisern.resources \
+/resource:$(BASEDIR)/data/resources/BitmapResources.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.se.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.es.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.cz.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.kr.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.it.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.bg.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.de.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.cn-big.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.dk.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.resources,StringResources.resources \
+/resource:$(BASEDIR)/data/resources/StringResources.br.resources \
+/resource:$(BASEDIR)/data/resources/SplashScreen.png,SplashScreen.png
+
+DLL=../../../build/bin/MonoDevelop.exe
+
+all: $(DLL)
+
+$(DLL): $(SOURCES)
+	@ mcs /debug /out:$(DLL) /r:System.Drawing.dll \
+		/r:../../../build/bin/MonoDevelop.Core.dll \
+		/r:../../../build/bin/MonoDevelop.Base.dll \
+		/r:glib-sharp.dll \
+		/define:GTK /r:gtk-sharp.dll /r:gdk-sharp.dll \
+		/r:gnome-sharp.dll \
+		$(RESOURCES) $(SOURCES)
+
+CLEANFILES=$(DLL)

Added: trunk/MonoDevelop/src/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Makefile.am	2004-02-09 01:51:58 UTC (rev 830)
+++ trunk/MonoDevelop/src/Makefile.am	2004-02-09 02:05:12 UTC (rev 831)
@@ -0,0 +1 @@
+SUBDIRS=Libraries Main AddIns




More information about the Monodevelop-patches-list mailing list