You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/10/10 23:13:21 UTC

svn commit: r1396797 [3/25] - in /incubator/ooo/branches/buildsys/main: ./ basebmp/ basebmp/prj/ basegfx/ basegfx/inc/basegfx/ basegfx/prj/ canvas/ canvas/inc/canvas/ canvas/prj/ cppcanvas/ cppcanvas/inc/cppcanvas/ cppcanvas/prj/ dbaccess/ dbaccess/inc...

Added: incubator/ooo/branches/buildsys/main/canvas/Module_canvas.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/canvas/Module_canvas.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/canvas/Module_canvas.mk (added)
+++ incubator/ooo/branches/buildsys/main/canvas/Module_canvas.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,62 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Module_Module,canvas))
+
+$(eval $(call gb_Module_add_targets,canvas,\
+	Library_canvastools \
+	Library_nullcanvas \
+	Library_simplecanvas \
+	Library_vclcanvas \
+	Library_canvasfactory \
+	Package_inc \
+))
+
+ifeq ($(strip $(OS)),WNT)
+ifneq ($(strip $(ENABLE_DIRECTX)),)
+
+ifneq ($(strip $(USE_DIRECTX5)),)
+$(eval $(call gb_Module_add_targets,canvas,\
+	Library_directx5canvas \
+))
+endif
+
+$(eval $(call gb_Module_add_targets,canvas,\
+	Library_directx9canvas \
+	Library_gdipluscanvas \
+))
+
+endif
+endif
+
+ifeq ($(strip $(ENABLE_CAIRO_CANVAS)),TRUE)
+$(eval $(call gb_Module_add_targets,canvas,\
+	Library_cairocanvas \
+))
+endif
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/canvas/Package_inc.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/canvas/Package_inc.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/canvas/Package_inc.mk (added)
+++ incubator/ooo/branches/buildsys/main/canvas/Package_inc.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,63 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Package_Package,canvas_inc,$(SRCDIR)/canvas/inc))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/basemutexhelper.hxx,canvas/base/basemutexhelper.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/bitmapcanvasbase.hxx,canvas/base/bitmapcanvasbase.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/bufferedgraphicdevicebase.hxx,canvas/base/bufferedgraphicdevicebase.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/cachedprimitivebase.hxx,canvas/base/cachedprimitivebase.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/canvasbase.hxx,canvas/base/canvasbase.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/canvascustomspritebase.hxx,canvas/base/canvascustomspritebase.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/canvascustomspritehelper.hxx,canvas/base/canvascustomspritehelper.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/doublebitmapbase.hxx,canvas/base/doublebitmapbase.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/floatbitmapbase.hxx,canvas/base/floatbitmapbase.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/graphicdevicebase.hxx,canvas/base/graphicdevicebase.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/integerbitmapbase.hxx,canvas/base/integerbitmapbase.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/sprite.hxx,canvas/base/sprite.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/spritecanvasbase.hxx,canvas/base/spritecanvasbase.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/spritesurface.hxx,canvas/base/spritesurface.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/canvastools.hxx,canvas/canvastools.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/canvastoolsdllapi.h,canvas/canvastoolsdllapi.h))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/debug.hxx,canvas/debug.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/elapsedtime.hxx,canvas/elapsedtime.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/parametricpolypolygon.hxx,canvas/parametricpolypolygon.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/prioritybooster.hxx,canvas/prioritybooster.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/propertysethelper.hxx,canvas/propertysethelper.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/bitmap.hxx,canvas/rendering/bitmap.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/icachedprimitive.hxx,canvas/rendering/icachedprimitive.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/icolorbuffer.hxx,canvas/rendering/icolorbuffer.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/irendermodule.hxx,canvas/rendering/irendermodule.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/isurface.hxx,canvas/rendering/isurface.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/isurfaceproxy.hxx,canvas/rendering/isurfaceproxy.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/rendering/isurfaceproxymanager.hxx,canvas/rendering/isurfaceproxymanager.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/spriteredrawmanager.hxx,canvas/spriteredrawmanager.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/vclwrapper.hxx,canvas/vclwrapper.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/verbosetrace.hxx,canvas/verbosetrace.hxx))
+$(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/verifyinput.hxx,canvas/verifyinput.hxx))
+
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/canvas/inc/canvas/canvastoolsdllapi.h
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/canvas/inc/canvas/canvastoolsdllapi.h?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/canvas/inc/canvas/canvastoolsdllapi.h (added)
+++ incubator/ooo/branches/buildsys/main/canvas/inc/canvas/canvastoolsdllapi.h Wed Oct 10 21:12:40 2012
@@ -0,0 +1,38 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org.  If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+#ifndef INCLUDED_CANVASTOOLSDLLAPI_H
+#define INCLUDED_CANVASTOOLSDLLAPI_H
+
+#if defined CANVASTOOLS_DLLIMPLEMENTATION
+#define CANVASTOOLS_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
+#else
+#define CANVASTOOLS_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
+#endif
+#define CANVASTOOLS_DLLPRIVATE SAL_DLLPRIVATE
+
+#endif
+

Added: incubator/ooo/branches/buildsys/main/canvas/prj/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/canvas/prj/makefile.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/canvas/prj/makefile.mk (added)
+++ incubator/ooo/branches/buildsys/main/canvas/prj/makefile.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,40 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+PRJ=..
+TARGET=prj
+
+.INCLUDE : settings.mk
+
+.IF "$(VERBOSE)"!=""
+VERBOSEFLAG :=
+.ELSE
+VERBOSEFLAG := -s
+.ENDIF
+
+all:
+	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog

Added: incubator/ooo/branches/buildsys/main/cppcanvas/Library_cppcanvas.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/cppcanvas/Library_cppcanvas.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/cppcanvas/Library_cppcanvas.mk (added)
+++ incubator/ooo/branches/buildsys/main/cppcanvas/Library_cppcanvas.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,90 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Library_Library,cppcanvas))
+
+$(eval $(call gb_Library_add_package_headers,cppcanvas,cppcanvas_inc))
+
+$(eval $(call gb_Library_add_precompiled_header,cppcanvas,$(SRCDIR)/cppcanvas/inc/pch/precompiled_cppcanvas))
+
+$(eval $(call gb_Library_add_api,cppcanvas,\
+	udkapi \
+	offapi \
+))
+
+$(eval $(call gb_Library_set_include,cppcanvas,\
+	-I$(SRCDIR)/cppcanvas/inc \
+	-I$(SRCDIR)/cppcanvas/inc/pch \
+	-I$(SRCDIR)/cppcanvas/source/inc \
+	$$(INCLUDE) \
+))
+
+$(eval $(call gb_Library_add_defs,cppcanvas,\
+	-DCPPCANVAS_DLLIMPLEMENTATION \
+))
+
+$(eval $(call gb_Library_add_linked_libs,cppcanvas,\
+	tl \
+	cppu \
+	sal \
+	vcl \
+	stl \
+	comphelper \
+	canvastools \
+	cppuhelper \
+	basegfx \
+	i18nisolang1 \
+    $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Library_add_exception_objects,cppcanvas,\
+	cppcanvas/source/mtfrenderer/bitmapaction \
+	cppcanvas/source/mtfrenderer/cachedprimitivebase \
+	cppcanvas/source/mtfrenderer/implrenderer \
+	cppcanvas/source/mtfrenderer/lineaction \
+	cppcanvas/source/mtfrenderer/mtftools \
+	cppcanvas/source/mtfrenderer/pointaction \
+	cppcanvas/source/mtfrenderer/polypolyaction \
+	cppcanvas/source/mtfrenderer/textaction \
+	cppcanvas/source/mtfrenderer/transparencygroupaction \
+	cppcanvas/source/tools/canvasgraphichelper \
+	cppcanvas/source/tools/tools \
+	cppcanvas/source/wrapper/basegfxfactory \
+	cppcanvas/source/wrapper/implbitmap \
+	cppcanvas/source/wrapper/implbitmapcanvas \
+	cppcanvas/source/wrapper/implcanvas \
+	cppcanvas/source/wrapper/implcolor \
+	cppcanvas/source/wrapper/implcustomsprite \
+	cppcanvas/source/wrapper/implfont \
+	cppcanvas/source/wrapper/implpolypolygon \
+	cppcanvas/source/wrapper/implsprite \
+	cppcanvas/source/wrapper/implspritecanvas \
+	cppcanvas/source/wrapper/impltext \
+	cppcanvas/source/wrapper/vclfactory \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/cppcanvas/Makefile
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/cppcanvas/Makefile?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/cppcanvas/Makefile (added)
+++ incubator/ooo/branches/buildsys/main/cppcanvas/Makefile Wed Oct 10 21:12:40 2012
@@ -0,0 +1,38 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+ifeq ($(strip $(SOLARENV)),)
+$(error No environment set!)
+endif
+
+gb_PARTIALBUILD := T
+GBUILDDIR := $(SOLARENV)/gbuild
+include $(GBUILDDIR)/gbuild.mk
+
+$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/cppcanvas/Module_cppcanvas.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/cppcanvas/Module_cppcanvas.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/cppcanvas/Module_cppcanvas.mk (added)
+++ incubator/ooo/branches/buildsys/main/cppcanvas/Module_cppcanvas.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,35 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Module_Module,cppcanvas))
+
+$(eval $(call gb_Module_add_targets,cppcanvas,\
+	Library_cppcanvas \
+	Package_inc \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/cppcanvas/Package_inc.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/cppcanvas/Package_inc.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/cppcanvas/Package_inc.mk (added)
+++ incubator/ooo/branches/buildsys/main/cppcanvas/Package_inc.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,45 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Package_Package,cppcanvas_inc,$(SRCDIR)/cppcanvas/inc))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/canvas.hxx,cppcanvas/canvas.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/sprite.hxx,cppcanvas/sprite.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/vclfactory.hxx,cppcanvas/vclfactory.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/font.hxx,cppcanvas/font.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/customsprite.hxx,cppcanvas/customsprite.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/canvasgraphic.hxx,cppcanvas/canvasgraphic.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/polypolygon.hxx,cppcanvas/polypolygon.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/color.hxx,cppcanvas/color.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/spritecanvas.hxx,cppcanvas/spritecanvas.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/text.hxx,cppcanvas/text.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/renderer.hxx,cppcanvas/renderer.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/basegfxfactory.hxx,cppcanvas/basegfxfactory.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/bitmap.hxx,cppcanvas/bitmap.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/bitmapcanvas.hxx,cppcanvas/bitmapcanvas.hxx))
+$(eval $(call gb_Package_add_file,cppcanvas_inc,inc/cppcanvas/cppcanvasdllapi.h,cppcanvas/cppcanvasdllapi.h))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/cppcanvas/inc/cppcanvas/cppcanvasdllapi.h
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/cppcanvas/inc/cppcanvas/cppcanvasdllapi.h?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/cppcanvas/inc/cppcanvas/cppcanvasdllapi.h (added)
+++ incubator/ooo/branches/buildsys/main/cppcanvas/inc/cppcanvas/cppcanvasdllapi.h Wed Oct 10 21:12:40 2012
@@ -0,0 +1,38 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ * 
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org.  If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+#ifndef INCLUDED_CPPCANVASDLLAPI_H
+#define  INCLUDED_CPPCANVASDLLAPI_H
+
+#if defined CPPCANVAS_DLLIMPLEMENTATION
+        
+#define CPPCANVAS_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
+#else
+#define CPPCANVAS_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
+#endif
+#define CPPCANVAS_DLLPRIVATE SAL_DLLPRIVATE
+
+#endif

Added: incubator/ooo/branches/buildsys/main/cppcanvas/prj/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/cppcanvas/prj/makefile.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/cppcanvas/prj/makefile.mk (added)
+++ incubator/ooo/branches/buildsys/main/cppcanvas/prj/makefile.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,40 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+PRJ=..
+TARGET=prj
+
+.INCLUDE : settings.mk
+
+.IF "$(VERBOSE)"!=""
+VERBOSEFLAG :=
+.ELSE
+VERBOSEFLAG := -s
+.ENDIF
+
+all:
+	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog

Added: incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_adabasui.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_adabasui.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_adabasui.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_adabasui.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,47 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_AllLangResTarget_AllLangResTarget,adabasui))
+
+$(eval $(call gb_AllLangResTarget_set_reslocation,adabasui,dbaccess))
+
+$(eval $(call gb_AllLangResTarget_add_srs,adabasui,dbaccess/adabasui))
+
+$(eval $(call gb_SrsTarget_SrsTarget,dbaccess/adabasui))
+
+$(eval $(call gb_SrsTarget_set_include,dbaccess/adabasui,\
+	$$(INCLUDE) \
+	-I$(OUTDIR)/inc \
+	-I$(SRCDIR)/dbaccess/source/ext/adabas \
+	-I$(SRCDIR)/dbaccess/inc \
+))
+
+$(eval $(call gb_SrsTarget_add_files,dbaccess/adabasui,\
+	dbaccess/source/ext/adabas/AdabasNewDb.src \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_dba.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_dba.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_dba.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_dba.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,47 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platdbam office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS dba A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 dba more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# dba a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_AllLangResTarget_AllLangResTarget,dba))
+
+$(eval $(call gb_AllLangResTarget_set_reslocation,dba,dbaccess))
+
+$(eval $(call gb_AllLangResTarget_add_srs,dba,dbaccess/dba))
+
+$(eval $(call gb_SrsTarget_SrsTarget,dbaccess/dba))
+
+$(eval $(call gb_SrsTarget_set_include,dbaccess/dba,\
+	$$(INCLUDE) \
+	-I$(OUTDIR)/inc \
+	-I$(SRCDIR)/dbaccess/source/core/inc \
+	-I$(SRCDIR)/dbaccess/inc \
+))
+
+$(eval $(call gb_SrsTarget_add_files,dbaccess/dba,\
+	dbaccess/source/core/resource/strings.src \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_dbmm.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_dbmm.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_dbmm.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_dbmm.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,47 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_AllLangResTarget_AllLangResTarget,dbmm))
+
+$(eval $(call gb_AllLangResTarget_set_reslocation,dbmm,dbaccess))
+
+$(eval $(call gb_AllLangResTarget_add_srs,dbmm,dbaccess/dbmm))
+
+$(eval $(call gb_SrsTarget_SrsTarget,dbaccess/dbmm))
+
+$(eval $(call gb_SrsTarget_set_include,dbaccess/dbmm,\
+	$$(INCLUDE) \
+	-I$(OUTDIR)/inc \
+	-I$(SRCDIR)/dbaccess/source/ext/macromigration \
+	-I$(SRCDIR)/dbaccess/inc \
+))
+
+$(eval $(call gb_SrsTarget_add_files,dbaccess/dbmm,\
+	dbaccess/source/ext/macromigration/macromigration.src \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_dbui.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_dbui.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_dbui.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_dbui.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,156 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_AllLangResTarget_AllLangResTarget,dbui))
+
+$(eval $(call gb_AllLangResTarget_set_reslocation,dbui,dbaccess))
+
+$(eval $(call gb_AllLangResTarget_add_srs,dbui,dbaccess/dbui))
+
+$(eval $(call gb_SrsTarget_SrsTarget,dbaccess/dbui))
+
+$(eval $(call gb_SrsTarget_set_include,dbaccess/dbui,\
+	$$(INCLUDE) \
+	-I$(OUTDIR)/inc \
+	-I$(WORKDIR)/inc/dbaccess \
+	-I$(SRCDIR)/dbaccess/source/ui/inc \
+	-I$(SRCDIR)/dbaccess/source/ui/dlg \
+	-I$(SRCDIR)/dbaccess/inc \
+))
+
+
+$(eval $(call gb_SrsTarget_add_files,dbaccess/dbui,\
+	dbaccess/source/ui/app/app.src \
+	dbaccess/source/ui/browser/sbabrw.src \
+	dbaccess/source/ui/browser/sbagrid.src \
+	dbaccess/source/ui/control/TableGrantCtrl.src \
+	dbaccess/source/ui/control/tabletree.src \
+	dbaccess/source/ui/control/undosqledit.src \
+	dbaccess/source/ui/dlg/AdabasStat.src \
+	dbaccess/source/ui/dlg/admincontrols.src \
+	dbaccess/source/ui/dlg/adtabdlg.src \
+	dbaccess/source/ui/dlg/advancedsettings.src \
+	dbaccess/source/ui/dlg/AutoControls.src \
+	dbaccess/source/ui/dlg/CollectionView.src \
+	dbaccess/source/ui/dlg/ConnectionPage.src \
+	dbaccess/source/ui/dlg/dbadmin.src \
+	dbaccess/source/ui/dlg/dbadmin2.src \
+	dbaccess/source/ui/dlg/dbadminsetup.src \
+	dbaccess/source/ui/dlg/dbfindex.src \
+	dbaccess/source/ui/dlg/directsql.src \
+	dbaccess/source/ui/dlg/dlgattr.src \
+	dbaccess/source/ui/dlg/dlgsave.src \
+	dbaccess/source/ui/dlg/dlgsize.src \
+	dbaccess/source/ui/dlg/dsselect.src \
+	dbaccess/source/ui/dlg/indexdialog.src \
+	dbaccess/source/ui/dlg/paramdialog.src \
+	dbaccess/source/ui/dlg/queryfilter.src \
+	dbaccess/source/ui/dlg/queryorder.src \
+	dbaccess/source/ui/dlg/RelationDlg.src \
+	dbaccess/source/ui/dlg/sqlmessage.src \
+	dbaccess/source/ui/dlg/textconnectionsettings.src \
+	dbaccess/source/ui/dlg/UserAdmin.src \
+	dbaccess/source/ui/dlg/UserAdminDlg.src \
+	dbaccess/source/ui/imagelists/dbimagelists.src \
+	dbaccess/source/ui/misc/dbumiscres.src \
+	dbaccess/source/ui/misc/WizardPages.src \
+	dbaccess/source/ui/querydesign/query.src \
+	dbaccess/source/ui/querydesign/querydlg.src \
+	dbaccess/source/ui/relationdesign/relation.src \
+	dbaccess/source/ui/tabledesign/table.src \
+	dbaccess/source/ui/uno/copytablewizard.src \
+	dbaccess/source/ui/uno/dbinteraction.src \
+))
+
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/dlg/admincontrols.src) : $(WORKDIR)/inc/dbaccess/AutoControls.hrc
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/dlg/AutoControls.src) : $(WORKDIR)/inc/dbaccess/AutoControls.hrc
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/dlg/ConnectionPage.src) : $(WORKDIR)/inc/dbaccess/AutoControls.hrc
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/dlg/dbadmin.src) : $(WORKDIR)/inc/dbaccess/AutoControls.hrc
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/dlg/dbadmin2.src) : $(WORKDIR)/inc/dbaccess/AutoControls.hrc
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/dlg/dbadminsetup.src) : $(WORKDIR)/inc/dbaccess/AutoControls.hrc
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/dlg/textconnectionsettings.src) : $(WORKDIR)/inc/dbaccess/AutoControls.hrc
+
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/app/app.src) : $(WORKDIR)/inc/dbaccess/toolbox.hrc
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/browser/sbabrw.src) : $(WORKDIR)/inc/dbaccess/toolbox.hrc
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/browser/sbagrid.src) : $(WORKDIR)/inc/dbaccess/toolbox.hrc
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/dlg/dbadmin2.src) : $(WORKDIR)/inc/dbaccess/toolbox.hrc
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/dlg/queryfilter.src) : $(WORKDIR)/inc/dbaccess/toolbox.hrc
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/querydesign/query.src) : $(WORKDIR)/inc/dbaccess/toolbox.hrc
+$(call gb_SrsPartTarget_get_target,dbaccess/source/ui/tabledesign/table.src) : $(WORKDIR)/inc/dbaccess/toolbox.hrc
+
+# hack !!!
+# just a temporary - globlmn.hrc about to be removed!
+ifeq ($(strip $(WITH_LANG)),)
+$(WORKDIR)/inc/dbaccess/AutoControls.hrc : $(SRCDIR)/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc
+	echo copying $@
+	-mkdir -p $(WORKDIR)/inc/dbaccess
+	cp $(SRCDIR)/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc $(WORKDIR)/inc/dbaccess/AutoControls.hrc
+	rm -f $(WORKDIR)/inc/dbaccess/lastrun.mk
+
+$(WORKDIR)/inc/dbaccess/toolbox.hrc : $(SRCDIR)/dbaccess/source/ui/inc/toolbox_tmpl.hrc
+	echo copying $@
+	-mkdir -p $(WORKDIR)/inc/dbaccess
+	cp $(SRCDIR)/dbaccess/source/ui/inc/toolbox_tmpl.hrc $(WORKDIR)/inc/dbaccess/toolbox.hrc
+	rm -f $(WORKDIR)/inc/dbaccess/lastrun.mk
+else
+-include $(WORKDIR)/inc/dbaccess/lastrun.mk
+ifneq ($(gb_lastrun_globlmn),MERGED)
+.PHONY : $(WORKDIR)/inc/dbaccess/toolbox.hrc $(WORKDIR)/inc/dbaccess/AutoControls.hrc
+endif
+
+$(WORKDIR)/inc/dbaccess/AutoControls.hrc : $(SRCDIR)/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc $(gb_SrsPartMergeTarget_SDFLOCATION)/svx/inc/localize.sdf
+	echo merging $@
+	-mkdir -p $(WORKDIR)/inc/dbaccess
+	rm -f $(WORKDIR)/inc/dbaccess/lastrun.mk
+	echo gb_lastrun_globlmn:=MERGED > $(WORKDIR)/inc/dbaccess/lastrun.mk
+	$(call gb_Helper_abbreviate_dirs_native, \
+		$(gb_SrsPartMergeTarget_TRANSEXCOMMAND) \
+		-p svx \
+		 -i $< -o $@ -m $(gb_SrsPartMergeTarget_SDFLOCATION)/dbaccess/inc/localize.sdf -l all)
+
+$(WORKDIR)/inc/dbaccess/toolbox.hrc : $(SRCDIR)/dbaccess/source/ui/inc/toolbox_tmpl.hrc $(gb_SrsPartMergeTarget_SDFLOCATION)/svx/inc/localize.sdf
+	echo merging $@
+	-mkdir -p $(WORKDIR)/inc/dbaccess
+	rm -f $(WORKDIR)/inc/dbaccess/lastrun.mk
+	echo gb_lastrun_globlmn:=MERGED > $(WORKDIR)/inc/dbaccess/lastrun.mk
+	$(call gb_Helper_abbreviate_dirs_native, \
+		$(gb_SrsPartMergeTarget_TRANSEXCOMMAND) \
+		-p svx \
+		 -i $< -o $@ -m $(gb_SrsPartMergeTarget_SDFLOCATION)/dbaccess/inc/localize.sdf -l all)
+
+endif
+
+.PHONY : $(WORKDIR)/inc/dbaccess/toolbox.hrc_clean $(WORKDIR)/inc/dbaccess/AutoControls.hrc_clean
+$(WORKDIR)/inc/dbaccess/AutoControls.hrc_clean :
+	rm -f $(WORKDIR)/inc/dbaccess/lastrun.mk \
+		$(WORKDIR)/inc/dbaccess/AutoControls.hrc
+
+$(WORKDIR)/inc/dbaccess/toolbox.hrc_clean :
+	rm -f $(WORKDIR)/inc/dbaccess/lastrun.mk \
+		$(WORKDIR)/inc/dbaccess/toolbox.hrc
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_sdbt.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_sdbt.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_sdbt.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/AllLangResTarget_sdbt.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,47 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_AllLangResTarget_AllLangResTarget,sdbt))
+
+$(eval $(call gb_AllLangResTarget_set_reslocation,sdbt,dbaccess))
+
+$(eval $(call gb_AllLangResTarget_add_srs,sdbt,dbaccess/sdbt))
+
+$(eval $(call gb_SrsTarget_SrsTarget,dbaccess/sdbt))
+
+$(eval $(call gb_SrsTarget_set_include,dbaccess/sdbt,\
+	$$(INCLUDE) \
+	-I$(OUTDIR)/inc \
+	-I$(SRCDIR)/dbaccess/source/sdbtools/inc \
+	-I$(SRCDIR)/dbaccess/inc \
+))
+
+$(eval $(call gb_SrsTarget_add_files,dbaccess/sdbt,\
+	dbaccess/source/sdbtools/resource/sdbt_strings.src \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/Executable_odbcconfig.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/Executable_odbcconfig.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/Executable_odbcconfig.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/Executable_odbcconfig.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,60 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Executable_Executable,odbcconfig))
+
+$(eval $(call gb_Executable_set_targettype_gui,odbcconfig,YES))
+
+$(eval $(call gb_Executable_add_api,odbcconfig,\
+	udkapi \
+	offapi \
+))
+
+$(eval $(call gb_Executable_set_include,odbcconfig,\
+	$$(INCLUDE) \
+	-I$(WORKDIR)/inc/ \
+	-I$(OUTDIR)/inc/ \
+	-I$(SRCDIR)/dbaccess/inc \
+	-I$(SRCDIR)/dbaccess/inc/dbaccess \
+	-I$(SRCDIR)/dbaccess/inc/pch \
+))
+
+$(eval $(call gb_Executable_add_linked_libs,odbcconfig,\
+	sal \
+	stl \
+	tl \
+	vcl \
+	vos3 \
+	user32 \
+	$(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Executable_add_exception_objects,odbcconfig,\
+	dbaccess/win32/source/odbcconfig/odbcconfig \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/JunitTest_dbaccess_complex.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/JunitTest_dbaccess_complex.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/JunitTest_dbaccess_complex.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/JunitTest_dbaccess_complex.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,82 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_JunitTest_JunitTest,dbaccess_complex,SRCDIR))
+
+$(eval $(call gb_JunitTest_set_defs,dbaccess_complex,\
+	$$(DEFS) \
+	-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/dbaccess \
+))
+
+$(eval $(call gb_JunitTest_add_sourcefiles,dbaccess_complex,\
+	dbaccess/qa/complex/dbaccess/ApplicationController \
+	dbaccess/qa/complex/dbaccess/Beamer \
+	dbaccess/qa/complex/dbaccess/DataSource \
+	dbaccess/qa/complex/dbaccess/DatabaseDocument \
+	dbaccess/qa/complex/dbaccess/Parser \
+	dbaccess/qa/complex/dbaccess/PropertyBag \
+	dbaccess/qa/complex/dbaccess/Query \
+	dbaccess/qa/complex/dbaccess/QueryInQuery \
+	dbaccess/qa/complex/dbaccess/RowSet \
+	dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer \
+	dbaccess/qa/complex/dbaccess/UISettings \
+	dbaccess/qa/complex/dbaccess/CopyTableWizard \
+	dbaccess/qa/complex/dbaccess/CRMBasedTestCase \
+	dbaccess/qa/complex/dbaccess/CopyTableInterActionHandler \
+	dbaccess/qa/complex/dbaccess/DatabaseApplication \
+	dbaccess/qa/complex/dbaccess/FileHelper \
+	dbaccess/qa/complex/dbaccess/RowSetEventListener \
+	dbaccess/qa/complex/dbaccess/TestCase \
+))
+
+$(eval $(call gb_JunitTest_add_jars,dbaccess_complex,\
+	$(OUTDIR)/bin/OOoRunner.jar \
+	$(OUTDIR)/bin/ridl.jar \
+	$(OUTDIR)/bin/test.jar \
+	$(OUTDIR)/bin/unoil.jar \
+	$(OUTDIR)/bin/jurt.jar \
+	$(OUTDIR)/bin/ConnectivityTools.jar \
+))
+
+$(eval $(call gb_JunitTest_add_classes,dbaccess_complex,\
+	complex.dbaccess.Beamer \
+	complex.dbaccess.DatabaseDocument \
+	complex.dbaccess.PropertyBag \
+))
+# deactivated since sb123;
+# apparently most of these fail because OOo does not find JVM?
+#	complex.dbaccess.ApplicationController \
+	complex.dbaccess.DataSource \
+	complex.dbaccess.Parser \
+	complex.dbaccess.Query \
+	complex.dbaccess.QueryInQuery \
+	complex.dbaccess.RowSet \
+	complex.dbaccess.SingleSelectQueryComposer \
+	complex.dbaccess.UISettings \
+	complex.dbaccess.CopyTableWizard \
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/JunitTest_dbaccess_unoapi.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/JunitTest_dbaccess_unoapi.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/JunitTest_dbaccess_unoapi.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/JunitTest_dbaccess_unoapi.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,54 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_JunitTest_JunitTest,dbaccess_unoapi,SRCDIR))
+
+$(eval $(call gb_JunitTest_set_defs,dbaccess_unoapi,\
+	$$(DEFS) \
+	-Dorg.openoffice.test.arg.sce=$(SRCDIR)/dbaccess/qa/unoapi/dbaccess.sce \
+	-Dorg.openoffice.test.arg.xcl=$(SRCDIR)/dbaccess/qa/unoapi/knownissues.xcl \
+	-Dorg.openoffice.test.arg.ini=$(SRCDIR)/dbaccess/qa/unoapi/dbaccess.props \
+	-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/unoapi/testdocuments \
+))
+
+$(eval $(call gb_JunitTest_add_jars,dbaccess_unoapi,\
+	$(OUTDIR)/bin/OOoRunner.jar \
+	$(OUTDIR)/bin/ridl.jar \
+	$(OUTDIR)/bin/test.jar \
+	$(OUTDIR)/bin/unoil.jar \
+	$(OUTDIR)/bin/jurt.jar \
+))
+
+$(eval $(call gb_JunitTest_add_sourcefiles,dbaccess_unoapi,\
+	dbaccess/qa/unoapi/Test \
+))
+
+$(eval $(call gb_JunitTest_add_classes,dbaccess_unoapi,\
+	org.openoffice.dbaccess.qa.unoapi.Test \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/Library_adabasui.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/Library_adabasui.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/Library_adabasui.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/Library_adabasui.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,75 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Library_Library,adabasui))
+$(eval $(call gb_Library_add_package_headers,adabasui,dbaccess_inc))
+
+$(eval $(call gb_Library_set_componentfile,adabasui,dbaccess/source/ext/adabas/adabasui))
+
+$(eval $(call gb_Library_add_api,adabasui,\
+	udkapi \
+	offapi \
+))
+
+$(eval $(call gb_Library_set_include,adabasui,\
+	-I$(SRCDIR)/dbaccess/inc \
+	-I$(SRCDIR)/dbaccess/source/ext/adabas \
+	$$(INCLUDE) \
+))
+
+$(eval $(call gb_Library_add_defs,adabasui,\
+	-DCOMPMOD_NAMESPACE=adabasui \
+))
+
+$(eval $(call gb_Library_add_linked_libs,adabasui,\
+	tl \
+	svt \
+	svl \
+	cppuhelper \
+	cppu \
+	comphelper \
+	utl \
+	ucbhelper \
+	vcl \
+	sal \
+	stl \
+	sfx \
+	tk \
+	dbtools \
+    $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Library_add_exception_objects,adabasui,\
+    dbaccess/source/ext/adabas/ASqlNameEdit \
+	dbaccess/source/ext/adabas/AdabasNewDb \
+	dbaccess/source/ext/adabas/ANewDb \
+	dbaccess/source/ext/adabas/Aservices \
+	dbaccess/source/ext/adabas/adabasuistrings \
+	dbaccess/source/ext/adabas/Acomponentmodule \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/Library_dba.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/Library_dba.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/Library_dba.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/Library_dba.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,155 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Library_Library,dba))
+$(eval $(call gb_Library_add_package_headers,dba,dbaccess_inc))
+$(eval $(call gb_Library_add_precompiled_header,dba,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaccess))
+
+$(eval $(call gb_Library_set_componentfile,dba,dbaccess/util/dba))
+
+$(eval $(call gb_Library_add_api,dba,\
+	udkapi \
+	offapi \
+))
+
+$(eval $(call gb_Library_set_include,dba,\
+	-I$(SRCDIR)/dbaccess/inc \
+	-I$(SRCDIR)/dbaccess/source/core/inc \
+	-I$(SRCDIR)/dbaccess/source/inc \
+	-I$(SRCDIR)/dbaccess/inc/pch \
+	$$(INCLUDE) \
+))
+
+$(eval $(call gb_Library_add_defs,dba,\
+	-DOOO_DLLIMPLEMENTATION_DBA \
+))
+
+$(eval $(call gb_Library_add_linked_libs,dba,\
+	sb \
+	tl \
+	svt \
+	svl \
+	cppuhelper \
+	cppu \
+	comphelper \
+	dbtools \
+	utl \
+	vcl \
+	sal \
+	stl \
+	i18nisolang1 \
+	ucbhelper \
+	sfx \
+	salhelper \
+	xo \
+	fwe \
+    $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Library_add_exception_objects,dba,\
+	dbaccess/source/core/api/querydescriptor \
+	dbaccess/source/core/api/FilteredContainer \
+	dbaccess/source/core/api/TableDeco \
+	dbaccess/source/core/api/RowSetCacheIterator \
+	dbaccess/source/core/api/RowSet \
+	dbaccess/source/core/api/column \
+	dbaccess/source/core/api/RowSetBase \
+	dbaccess/source/core/api/CRowSetDataColumn \
+	dbaccess/source/core/api/CRowSetColumn \
+	dbaccess/source/core/api/querycomposer \
+	dbaccess/source/core/api/CIndexes \
+	dbaccess/source/core/api/BookmarkSet \
+	dbaccess/source/core/api/KeySet \
+	dbaccess/source/core/api/StaticSet \
+	dbaccess/source/core/api/CacheSet \
+	dbaccess/source/core/api/RowSetCache \
+	dbaccess/source/core/api/definitioncolumn \
+	dbaccess/source/core/api/resultcolumn \
+	dbaccess/source/core/api/datacolumn \
+	dbaccess/source/core/api/resultset \
+	dbaccess/source/core/api/statement \
+	dbaccess/source/core/api/preparedstatement \
+	dbaccess/source/core/api/callablestatement \
+	dbaccess/source/core/api/query \
+	dbaccess/source/core/api/querycontainer \
+	dbaccess/source/core/api/table \
+	dbaccess/source/core/api/viewcontainer \
+	dbaccess/source/core/api/tablecontainer \
+	dbaccess/source/core/api/SingleSelectQueryComposer \
+	dbaccess/source/core/api/HelperCollections \
+	dbaccess/source/core/api/datasettings \
+	dbaccess/source/core/api/View \
+	dbaccess/source/core/api/WrappedResultSet \
+	dbaccess/source/core/api/OptimisticSet \
+	dbaccess/source/core/api/PrivateRow \
+	dbaccess/source/core/api/columnsettings \
+	dbaccess/source/core/dataaccess/SharedConnection \
+	dbaccess/source/core/dataaccess/ContentHelper \
+	dbaccess/source/core/dataaccess/bookmarkcontainer \
+	dbaccess/source/core/dataaccess/definitioncontainer \
+	dbaccess/source/core/dataaccess/commanddefinition \
+	dbaccess/source/core/dataaccess/documentcontainer \
+	dbaccess/source/core/dataaccess/commandcontainer \
+	dbaccess/source/core/dataaccess/documentdefinition \
+	dbaccess/source/core/dataaccess/ComponentDefinition \
+	dbaccess/source/core/dataaccess/databasecontext \
+	dbaccess/source/core/dataaccess/connection \
+	dbaccess/source/core/dataaccess/datasource \
+	dbaccess/source/core/dataaccess/databaseregistrations \
+	dbaccess/source/core/dataaccess/intercept \
+	dbaccess/source/core/dataaccess/myucp_datasupplier \
+	dbaccess/source/core/dataaccess/myucp_resultset \
+	dbaccess/source/core/dataaccess/databasedocument \
+	dbaccess/source/core/dataaccess/dataaccessdescriptor \
+	dbaccess/source/core/dataaccess/ModelImpl \
+	dbaccess/source/core/dataaccess/documentevents \
+	dbaccess/source/core/dataaccess/documenteventexecutor \
+	dbaccess/source/core/dataaccess/documenteventnotifier \
+	dbaccess/source/core/misc/sdbcoretools \
+	dbaccess/source/core/misc/services \
+	dbaccess/source/core/misc/PropertyForward \
+	dbaccess/source/core/misc/ContainerMediator \
+	dbaccess/source/core/misc/userinformation \
+	dbaccess/source/core/misc/ContainerListener \
+	dbaccess/source/core/misc/objectnameapproval \
+	dbaccess/source/core/misc/DatabaseDataProvider \
+	dbaccess/source/core/misc/module_dba \
+	dbaccess/source/core/misc/dsntypes \
+	dbaccess/source/core/misc/veto \
+	dbaccess/source/core/misc/apitools \
+	dbaccess/source/core/misc/dbastrings \
+	dbaccess/source/core/recovery/dbdocrecovery \
+	dbaccess/source/core/recovery/subcomponentloader \
+	dbaccess/source/core/recovery/storagestream \
+	dbaccess/source/core/recovery/storagexmlstream \
+	dbaccess/source/core/recovery/storagetextstream \
+	dbaccess/source/core/recovery/subcomponentrecovery \
+	dbaccess/source/core/recovery/settingsimport \
+	dbaccess/source/core/resource/core_resource \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/Library_dbaxml.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/Library_dbaxml.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/Library_dbaxml.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/Library_dbaxml.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,99 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Library_Library,dbaxml))
+$(eval $(call gb_Library_add_precompiled_header,dbaxml,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaxml))
+
+$(eval $(call gb_Library_set_componentfile,dbaxml,dbaccess/source/filter/xml/dbaxml))
+
+$(eval $(call gb_Library_add_api,dbaxml,\
+	udkapi \
+	offapi \
+))
+
+$(eval $(call gb_Library_set_include,dbaxml,\
+	-I$(SRCDIR)/dbaccess/inc \
+	-I$(SRCDIR)/dbaccess/source/filter/xml \
+	-I$(SRCDIR)/dbaccess/source/inc \
+	-I$(SRCDIR)/dbaccess/inc/pch \
+	$$(INCLUDE) \
+))
+
+$(eval $(call gb_Library_add_linked_libs,dbaxml,\
+	tl \
+	svl \
+	cppuhelper \
+	cppu \
+	comphelper \
+	utl \
+	vcl \
+	sal \
+	sfx \
+	dbtools \
+	xo \
+	sot \
+	tk \
+	dba \
+	stl \
+    $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Library_add_exception_objects,dbaxml,\
+	dbaccess/source/filter/xml/xmlfilter                           \
+	dbaccess/source/filter/xml/dbloader2                           \
+	dbaccess/source/filter/xml/xmlDatabase                         \
+	dbaccess/source/filter/xml/xmlDataSource                       \
+	dbaccess/source/filter/xml/xmlTableFilterPattern       \
+	dbaccess/source/filter/xml/xmlTableFilterList          \
+	dbaccess/source/filter/xml/xmlDataSourceInfo           \
+	dbaccess/source/filter/xml/xmlDataSourceSetting        \
+	dbaccess/source/filter/xml/xmlDataSourceSettings       \
+	dbaccess/source/filter/xml/xmlDocuments                        \
+	dbaccess/source/filter/xml/xmlComponent                        \
+	dbaccess/source/filter/xml/xmlHierarchyCollection      \
+	dbaccess/source/filter/xml/xmlLogin                            \
+	dbaccess/source/filter/xml/xmlExport                           \
+	dbaccess/source/filter/xml/xmlQuery                            \
+	dbaccess/source/filter/xml/xmlTable                            \
+	dbaccess/source/filter/xml/xmlColumn                           \
+	dbaccess/source/filter/xml/xmlStyleImport                      \
+	dbaccess/source/filter/xml/xmlHelper                           \
+	dbaccess/source/filter/xml/xmlAutoStyle                        \
+	dbaccess/source/filter/xml/xmlConnectionData           \
+	dbaccess/source/filter/xml/xmlDatabaseDescription      \
+	dbaccess/source/filter/xml/xmlFileBasedDatabase        \
+	dbaccess/source/filter/xml/xmlServerDatabase           \
+	dbaccess/source/filter/xml/xmlConnectionResource       \
+	dbaccess/source/filter/xml/xmlservices \
+))
+
+$(eval $(call gb_Library_add_noexception_objects,dbaxml, \
+	dbaccess/source/shared/flt_reghelper \
+	dbaccess/source/shared/xmlstrings \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/Library_dbmm.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/Library_dbmm.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/Library_dbmm.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/Library_dbmm.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,78 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Library_Library,dbmm))
+$(eval $(call gb_Library_add_package_headers,dbmm,dbaccess_inc))
+$(eval $(call gb_Library_add_precompiled_header,dbmm,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbmm))
+
+$(eval $(call gb_Library_set_componentfile,dbmm,dbaccess/source/ext/macromigration/dbmm))
+
+$(eval $(call gb_Library_add_api,dbmm,\
+	udkapi \
+	offapi \
+))
+
+$(eval $(call gb_Library_set_include,dbmm,\
+	-I$(SRCDIR)/dbaccess/inc \
+	-I$(SRCDIR)/dbaccess/source/ext/macromigration \
+	-I$(SRCDIR)/dbaccess/inc/pch \
+	$$(INCLUDE) \
+))
+
+$(eval $(call gb_Library_add_linked_libs,dbmm,\
+	cppu          \
+    cppuhelper    \
+    comphelper    \
+    utl      \
+    tl         \
+	sal           \
+	svt        \
+	svl           \
+	vcl           \
+	svxcore           \
+	svx           \
+	ucbhelper     \
+	stl \
+	xcr \
+    $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Library_add_exception_objects,dbmm,\
+	dbaccess/source/ext/macromigration/macromigrationwizard \
+	dbaccess/source/ext/macromigration/macromigrationdialog \
+	dbaccess/source/ext/macromigration/macromigrationpages \
+	dbaccess/source/ext/macromigration/dbmm_module \
+	dbaccess/source/ext/macromigration/dbmm_services \
+	dbaccess/source/ext/macromigration/migrationengine \
+	dbaccess/source/ext/macromigration/docinteraction \
+	dbaccess/source/ext/macromigration/progresscapture \
+	dbaccess/source/ext/macromigration/progressmixer \
+	dbaccess/source/ext/macromigration/migrationlog \
+	dbaccess/source/ext/macromigration/dbmm_types \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/Library_dbui.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/Library_dbui.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/Library_dbui.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/Library_dbui.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,321 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Library_Library,dbui))
+$(eval $(call gb_Library_add_precompiled_header,dbui,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbui))
+
+$(eval $(call gb_Library_set_componentfile,dbui,dbaccess/util/dbu))
+
+$(eval $(call gb_Library_add_api,dbui,\
+	udkapi \
+	offapi \
+))
+
+$(eval $(call gb_Library_set_include,dbui,\
+	-I$(SRCDIR)/dbaccess/inc \
+	-I$(SRCDIR)/dbaccess/source/ui/inc \
+	-I$(SRCDIR)/dbaccess/source/inc \
+	-I$(SRCDIR)/dbaccess/inc/pch \
+	$$(INCLUDE) \
+))
+
+ifeq ($(SYSTEM_ODBC_HEADERS),TRUE)
+$(eval $(call gb_Library_add_cflags,dbui,\
+	-DSYSTEM_ODBC_HEADERS \
+))
+endif
+
+ifneq ($(WINDOWS_VISTA_PSDK),) 
+ifeq ($(PROF_EDITION),)
+$(eval $(call gb_Library_add_defs,dbui,\
+	-DDBACCESS_DLLIMPLEMENTATION\
+	-DWINDOWS_VISTA_PSDK \
+))
+endif
+endif
+
+ifeq ($(GUI)$(COM),WNTGCC)
+$(eval $(call gb_Library_add_cflags,dbui,\
+	-fpermissive \
+))
+endif
+
+ifeq ($(PROF_EDITION),)
+ifneq ($(WINDOWS_VISTA_PSDK),)
+DISABLE_ADO=TRUE
+endif
+endif
+
+ifeq ($(OS),WNT) 
+ifeq ($(DISABLE_ADO),)
+$(eval $(call gb_Library_add_exception_objects,dbui,\
+	dbaccess/source/ui/dlg/adodatalinks \
+))
+endif
+endif
+
+$(eval $(call gb_Library_add_defs,dbui,\
+	-DDBACCESS_DLLIMPLEMENTATION\
+))
+
+$(eval $(call gb_Library_add_linked_libs,dbui,\
+	comphelper \
+	cppuhelper \
+	cppu \
+	dbtools \
+	i18nisolang1 \
+	fwe \
+	sal \
+	salhelper \
+	sfx \
+	svl \
+	svt \
+	stl \
+	vcl \
+	tl \
+	utl \
+	ucbhelper \
+	svxcore \
+	svx \
+	tk \
+	sot \
+	dba \
+	vos3 \
+    $(gb_STDLIBS) \
+))
+ifeq ($(OS),WNT)
+$(eval $(call gb_Library_add_linked_libs,dbui,\
+	ole32 \
+	oleaut32 \
+	uuid \
+))
+endif
+
+$(eval $(call gb_Library_add_exception_objects,dbui,\
+	dbaccess/source/ui/app/AppController \
+	dbaccess/source/ui/app/AppControllerDnD \
+	dbaccess/source/ui/app/AppControllerGen \
+	dbaccess/source/ui/app/AppDetailPageHelper \
+	dbaccess/source/ui/app/AppDetailView \
+	dbaccess/source/ui/app/AppSwapWindow \
+	dbaccess/source/ui/app/AppTitleWindow \
+	dbaccess/source/ui/app/AppView \
+	dbaccess/source/ui/app/closeveto \
+	dbaccess/source/ui/app/subcomponentmanager \
+	dbaccess/source/ui/browser/brwctrlr \
+	dbaccess/source/ui/browser/brwview \
+	dbaccess/source/ui/browser/dataview \
+	dbaccess/source/ui/browser/dbexchange \
+	dbaccess/source/ui/browser/dbloader \
+	dbaccess/source/ui/browser/dbtreemodel \
+	dbaccess/source/ui/browser/dbtreeview \
+	dbaccess/source/ui/browser/dsEntriesNoExp \
+	dbaccess/source/ui/browser/dsbrowserDnD \
+	dbaccess/source/ui/browser/exsrcbrw \
+	dbaccess/source/ui/browser/formadapter \
+	dbaccess/source/ui/browser/genericcontroller \
+	dbaccess/source/ui/browser/sbagrid \
+	dbaccess/source/ui/browser/sbamultiplex \
+	dbaccess/source/ui/browser/unodatbr \
+	dbaccess/source/ui/control/ColumnControlWindow \
+	dbaccess/source/ui/control/FieldDescControl \
+	dbaccess/source/ui/control/RelationControl \
+	dbaccess/source/ui/control/TableGrantCtrl \
+	dbaccess/source/ui/control/dbtreelistbox \
+	dbaccess/source/ui/control/opendoccontrols \
+	dbaccess/source/ui/control/sqledit \
+	dbaccess/source/ui/control/statusbarontroller \
+	dbaccess/source/ui/control/tabletree \
+	dbaccess/source/ui/control/toolboxcontroller \
+	dbaccess/source/ui/dlg/AdabasStat \
+	dbaccess/source/ui/dlg/CollectionView \
+	dbaccess/source/ui/dlg/ConnectionHelper \
+	dbaccess/source/ui/dlg/ConnectionPage \
+	dbaccess/source/ui/dlg/ConnectionPageSetup \
+	dbaccess/source/ui/dlg/DBSetupConnectionPages \
+	dbaccess/source/ui/dlg/DbAdminImpl \
+	dbaccess/source/ui/dlg/DriverSettings \
+	dbaccess/source/ui/dlg/RelationDlg \
+	dbaccess/source/ui/dlg/TablesSingleDlg \
+	dbaccess/source/ui/dlg/TextConnectionHelper \
+	dbaccess/source/ui/dlg/UserAdmin \
+	dbaccess/source/ui/dlg/UserAdminDlg \
+	dbaccess/source/ui/dlg/admincontrols \
+	dbaccess/source/ui/dlg/adminpages \
+	dbaccess/source/ui/dlg/adtabdlg \
+	dbaccess/source/ui/dlg/advancedsettings \
+	dbaccess/source/ui/dlg/dbadmin \
+	dbaccess/source/ui/dlg/dbfindex \
+	dbaccess/source/ui/dlg/dbwiz \
+	dbaccess/source/ui/dlg/dbwizsetup \
+	dbaccess/source/ui/dlg/detailpages \
+	dbaccess/source/ui/dlg/directsql \
+	dbaccess/source/ui/dlg/dlgsave \
+	dbaccess/source/ui/dlg/dsselect \
+	dbaccess/source/ui/dlg/finteraction \
+	dbaccess/source/ui/dlg/generalpage \
+	dbaccess/source/ui/dlg/indexdialog \
+	dbaccess/source/ui/dlg/indexfieldscontrol \
+	dbaccess/source/ui/dlg/odbcconfig \
+	dbaccess/source/ui/dlg/paramdialog \
+	dbaccess/source/ui/dlg/queryfilter \
+	dbaccess/source/ui/dlg/queryorder \
+	dbaccess/source/ui/dlg/sqlmessage \
+	dbaccess/source/ui/dlg/tablespage \
+	dbaccess/source/ui/dlg/textconnectionsettings \
+	dbaccess/source/ui/misc/DExport \
+	dbaccess/source/ui/misc/HtmlReader \
+	dbaccess/source/ui/misc/RowSetDrop \
+	dbaccess/source/ui/misc/RtfReader \
+	dbaccess/source/ui/misc/TableCopyHelper \
+	dbaccess/source/ui/misc/TokenWriter \
+	dbaccess/source/ui/misc/ToolBoxHelper \
+	dbaccess/source/ui/misc/UITools \
+	dbaccess/source/ui/misc/WCPage \
+	dbaccess/source/ui/misc/WColumnSelect \
+	dbaccess/source/ui/misc/WCopyTable \
+	dbaccess/source/ui/misc/WExtendPages \
+	dbaccess/source/ui/misc/WNameMatch \
+	dbaccess/source/ui/misc/WTypeSelect \
+	dbaccess/source/ui/misc/asyncmodaldialog \
+	dbaccess/source/ui/misc/charsets \
+	dbaccess/source/ui/misc/controllerframe \
+	dbaccess/source/ui/misc/databaseobjectview \
+	dbaccess/source/ui/misc/datasourceconnector \
+	dbaccess/source/ui/misc/dbaundomanager \
+	dbaccess/source/ui/misc/dbsubcomponentcontroller \
+	dbaccess/source/ui/misc/defaultobjectnamecheck \
+	dbaccess/source/ui/misc/dsmeta \
+	dbaccess/source/ui/misc/imageprovider \
+	dbaccess/source/ui/misc/indexcollection \
+	dbaccess/source/ui/misc/linkeddocuments \
+	dbaccess/source/ui/misc/moduledbu \
+	dbaccess/source/ui/misc/propertysetitem \
+	dbaccess/source/ui/misc/propertystorage \
+	dbaccess/source/ui/misc/singledoccontroller \
+	dbaccess/source/ui/misc/stringlistitem \
+	dbaccess/source/ui/misc/uiservices \
+	dbaccess/source/ui/querydesign/ConnectionLineAccess \
+	dbaccess/source/ui/querydesign/JAccess \
+	dbaccess/source/ui/querydesign/JoinController \
+	dbaccess/source/ui/querydesign/JoinDesignView \
+	dbaccess/source/ui/querydesign/JoinExchange \
+	dbaccess/source/ui/querydesign/JoinTableView \
+	dbaccess/source/ui/querydesign/QTableConnection \
+	dbaccess/source/ui/querydesign/QTableWindow \
+	dbaccess/source/ui/querydesign/QueryDesignView \
+	dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct \
+	dbaccess/source/ui/querydesign/QueryTabConnUndoAction \
+	dbaccess/source/ui/querydesign/QueryTabWinUndoAct \
+	dbaccess/source/ui/querydesign/QueryTableView \
+	dbaccess/source/ui/querydesign/QueryTextView \
+	dbaccess/source/ui/querydesign/QueryViewSwitch \
+	dbaccess/source/ui/querydesign/SelectionBrowseBox \
+	dbaccess/source/ui/querydesign/TableConnection \
+	dbaccess/source/ui/querydesign/TableConnectionData \
+	dbaccess/source/ui/querydesign/TableFieldDescription \
+	dbaccess/source/ui/querydesign/TableWindow \
+	dbaccess/source/ui/querydesign/TableWindowAccess \
+	dbaccess/source/ui/querydesign/TableWindowData \
+	dbaccess/source/ui/querydesign/TableWindowListBox \
+	dbaccess/source/ui/querydesign/TableWindowTitle \
+	dbaccess/source/ui/querydesign/querycontainerwindow \
+	dbaccess/source/ui/querydesign/querycontroller \
+	dbaccess/source/ui/querydesign/querydlg \
+	dbaccess/source/ui/querydesign/queryview \
+	dbaccess/source/ui/relationdesign/RTableConnection \
+	dbaccess/source/ui/relationdesign/RTableConnectionData \
+	dbaccess/source/ui/relationdesign/RelationController \
+	dbaccess/source/ui/relationdesign/RelationDesignView \
+	dbaccess/source/ui/relationdesign/RelationTableView \
+	dbaccess/source/ui/tabledesign/FieldDescGenWin \
+	dbaccess/source/ui/tabledesign/FieldDescriptions \
+	dbaccess/source/ui/tabledesign/TEditControl \
+	dbaccess/source/ui/tabledesign/TableController \
+	dbaccess/source/ui/tabledesign/TableDesignControl \
+	dbaccess/source/ui/tabledesign/TableDesignHelpBar \
+	dbaccess/source/ui/tabledesign/TableDesignView \
+	dbaccess/source/ui/tabledesign/TableFieldControl \
+	dbaccess/source/ui/tabledesign/TableFieldDescWin \
+	dbaccess/source/ui/tabledesign/TableRow \
+	dbaccess/source/ui/tabledesign/TableRowExchange \
+	dbaccess/source/ui/tabledesign/TableUndo \
+	dbaccess/source/ui/uno/AdvancedSettingsDlg \
+	dbaccess/source/ui/uno/ColumnControl \
+	dbaccess/source/ui/uno/ColumnModel \
+	dbaccess/source/ui/uno/ColumnPeer \
+	dbaccess/source/ui/uno/DBTypeWizDlg \
+	dbaccess/source/ui/uno/DBTypeWizDlgSetup \
+	dbaccess/source/ui/uno/TableFilterDlg \
+	dbaccess/source/ui/uno/UserSettingsDlg \
+	dbaccess/source/ui/uno/admindlg \
+	dbaccess/source/ui/uno/composerdialogs \
+	dbaccess/source/ui/uno/dbinteraction \
+	dbaccess/source/ui/uno/textconnectionsettings_uno \
+	dbaccess/source/ui/uno/unoDirectSql \
+	dbaccess/source/ui/uno/unoadmin \
+	dbaccess/source/ui/uno/unosqlmessage \
+))
+
+$(eval $(call gb_Library_add_noexception_objects,dbui, \
+	dbaccess/source/shared/dbu_reghelper \
+	dbaccess/source/shared/dbustrings \
+	dbaccess/source/ui/app/AppIconControl \
+	dbaccess/source/ui/browser/AsyncronousLink \
+	dbaccess/source/ui/control/ScrollHelper	\
+	dbaccess/source/ui/control/SqlNameEdit \
+	dbaccess/source/ui/control/VertSplitView \
+	dbaccess/source/ui/control/charsetlistbox \
+	dbaccess/source/ui/control/curledit \
+	dbaccess/source/ui/control/listviewitems \
+	dbaccess/source/ui/control/marktree	\
+	dbaccess/source/ui/control/undosqledit \
+	dbaccess/source/ui/dlg/dlgattr \
+	dbaccess/source/ui/dlg/dlgsize \
+	dbaccess/source/ui/dlg/optionalboolitem \
+	dbaccess/source/ui/querydesign/ConnectionLine \
+	dbaccess/source/ui/querydesign/ConnectionLineData \
+	dbaccess/source/ui/querydesign/QTableConnectionData \
+	dbaccess/source/ui/querydesign/QTableWindowData \
+	dbaccess/source/ui/querydesign/TableFieldInfo \
+))
+
+# the following source file can't be compiled with optimization by some compilers (crash or endless loop):
+# Solaris Sparc with Sun compiler, gcc on MacOSX and Linux PPC
+# the latter is currently not supported by gbuild and needs a fix here later
+ifeq ($(COM),$(filter-out GCC,$(COM)))
+$(eval $(call gb_Library_add_exception_objects,dbui,\
+    dbaccess/source/ui/uno/copytablewizard \
+))
+else
+$(eval $(call gb_Library_add_cxxobjects,dbui,\
+    dbaccess/source/ui/uno/copytablewizard \
+    , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
+))
+endif
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/Library_sdbt.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/Library_sdbt.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/Library_sdbt.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/Library_sdbt.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,72 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Library_Library,sdbt))
+$(eval $(call gb_Library_add_package_headers,sdbt,dbaccess_inc))
+
+
+$(eval $(call gb_Library_set_componentfile,sdbt,dbaccess/util/sdbt))
+
+$(eval $(call gb_Library_add_api,sdbt,\
+	udkapi \
+	offapi \
+))
+
+$(eval $(call gb_Library_set_include,sdbt,\
+	-I$(SRCDIR)/dbaccess/inc \
+	-I$(SRCDIR)/dbaccess/source/sdbtools/inc \
+	-I$(SRCDIR)/dbaccess/source/inc \
+	-I$(SRCDIR)/dbaccess/inc/pch \
+	$$(INCLUDE) \
+))
+
+$(eval $(call gb_Library_add_linked_libs,sdbt,\
+	tl \
+	cppuhelper \
+	cppu \
+	comphelper \
+	utl \
+	sal \
+	stl \
+	dbtools \
+    $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Library_add_exception_objects,sdbt,\
+	dbaccess/source/sdbtools/connection/connectiontools \
+	dbaccess/source/sdbtools/connection/tablename \
+	dbaccess/source/sdbtools/connection/objectnames \
+	dbaccess/source/sdbtools/connection/datasourcemetadata \
+	dbaccess/source/sdbtools/misc/sdbt_services \
+	dbaccess/source/sdbtools/misc/module_sdbt \
+))
+
+$(eval $(call gb_Library_add_noexception_objects,sdbt, \
+	dbaccess/source/shared/sdbtstrings \
+))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/Makefile
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/Makefile?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/Makefile (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/Makefile Wed Oct 10 21:12:40 2012
@@ -0,0 +1,38 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+ifeq ($(strip $(SOLARENV)),)
+$(error No environment set!)
+endif
+
+gb_PARTIALBUILD := T
+GBUILDDIR := $(SOLARENV)/gbuild
+include $(GBUILDDIR)/gbuild.mk
+
+$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
+
+# vim: set noet sw=4 ts=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/Module_dbaccess.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/Module_dbaccess.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/Module_dbaccess.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/Module_dbaccess.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,58 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Module_Module,dbaccess))
+
+$(eval $(call gb_Module_add_targets,dbaccess,\
+	AllLangResTarget_adabasui \
+	AllLangResTarget_dba\
+	AllLangResTarget_dbmm\
+	AllLangResTarget_dbui\
+	AllLangResTarget_sdbt\
+	Library_adabasui\
+	Library_dba\
+	Library_dbaxml\
+	Library_dbmm\
+	Library_dbui\
+	Library_sdbt\
+	Package_inc \
+	Package_uiconfig \
+	Package_xml \
+))
+
+ifeq ($(GUI),WNT)
+$(eval $(call gb_Module_add_targets,dbaccess,\
+	Executable_odbcconfig \
+))
+endif
+
+$(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
+	JunitTest_dbaccess_complex \
+	JunitTest_dbaccess_unoapi \
+))
+
+# vim: set noet ts=4 sw=4:

Added: incubator/ooo/branches/buildsys/main/dbaccess/Package_inc.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/buildsys/main/dbaccess/Package_inc.mk?rev=1396797&view=auto
==============================================================================
--- incubator/ooo/branches/buildsys/main/dbaccess/Package_inc.mk (added)
+++ incubator/ooo/branches/buildsys/main/dbaccess/Package_inc.mk Wed Oct 10 21:12:40 2012
@@ -0,0 +1,39 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Package_Package,dbaccess_inc,$(SRCDIR)/dbaccess/inc))
+
+$(eval $(call gb_Package_add_file,dbaccess_inc,inc/dbaccess/AsyncronousLink.hxx ,AsyncronousLink.hxx ))
+$(eval $(call gb_Package_add_file,dbaccess_inc,inc/dbaccess/IController.hxx ,IController.hxx ))
+$(eval $(call gb_Package_add_file,dbaccess_inc,inc/dbaccess/IReference.hxx ,IReference.hxx ))
+$(eval $(call gb_Package_add_file,dbaccess_inc,inc/dbaccess/ToolBoxHelper.hxx ,ToolBoxHelper.hxx ))
+$(eval $(call gb_Package_add_file,dbaccess_inc,inc/dbaccess/controllerframe.hxx ,controllerframe.hxx ))
+$(eval $(call gb_Package_add_file,dbaccess_inc,inc/dbaccess/dataview.hxx ,dataview.hxx ))
+$(eval $(call gb_Package_add_file,dbaccess_inc,inc/dbaccess/dbaundomanager.hxx ,dbaundomanager.hxx ))
+$(eval $(call gb_Package_add_file,dbaccess_inc,inc/dbaccess/dbaccessdllapi.h ,dbaccessdllapi.h ))
+$(eval $(call gb_Package_add_file,dbaccess_inc,inc/dbaccess/dbsubcomponentcontroller.hxx ,dbsubcomponentcontroller.hxx ))
+$(eval $(call gb_Package_add_file,dbaccess_inc,inc/dbaccess/genericcontroller.hxx ,genericcontroller.hxx ))