diff options
author | Michael Stahl <mst@openoffice.org> | 2011-04-15 17:27:06 +0000 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 16:51:32 +0200 |
commit | 2ac6f1c4f775d10e92e22379d473c1c31835e8ff (patch) | |
tree | 8204f931bd1bc6073bd81126b9fc4b526456ea8d /dbaccess/Library_dba.mk | |
parent | 6a91b70e1f5646f194044d14d9a1eaa8edb422d2 (diff) |
gnumake4: reportdesign, dbaccess: remove DOS lineendings [hg:ba7a15028880]
Diffstat (limited to 'dbaccess/Library_dba.mk')
-rw-r--r-- | dbaccess/Library_dba.mk | 150 |
1 files changed, 75 insertions, 75 deletions
diff --git a/dbaccess/Library_dba.mk b/dbaccess/Library_dba.mk index 58835101a4fa..7325c1213f5e 100644 --- a/dbaccess/Library_dba.mk +++ b/dbaccess/Library_dba.mk @@ -1,72 +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,dba)) +#*************************************************************************
+#
+# 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_set_include,dba,\ - -I$(SRCDIR)/dbaccess/inc \ - -I$(SRCDIR)/dbaccess/source/core/inc \ - -I$(SRCDIR)/dbaccess/source/inc \ - -I$(SRCDIR)/dbaccess/inc/pch \ - $$(SOLARINC) \ - -I$(OUTDIR)/inc/offuh \ -)) - -$(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,\ +
+$(eval $(call gb_Library_set_componentfile,dba,dbaccess/util/dba))
+
+$(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 \
+ $$(SOLARINC) \
+ -I$(OUTDIR)/inc/offuh \
+))
+
+$(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 \
@@ -102,7 +102,7 @@ $(eval $(call gb_Library_add_exception_objects,dba,\ dbaccess/source/core/api/WrappedResultSet \
dbaccess/source/core/api/OptimisticSet \
dbaccess/source/core/api/PrivateRow \
- dbaccess/source/core/api/columnsettings \ + dbaccess/source/core/api/columnsettings \
dbaccess/source/core/dataaccess/SharedConnection \
dbaccess/source/core/dataaccess/ContentHelper \
dbaccess/source/core/dataaccess/bookmarkcontainer \
@@ -124,7 +124,7 @@ $(eval $(call gb_Library_add_exception_objects,dba,\ dbaccess/source/core/dataaccess/ModelImpl \
dbaccess/source/core/dataaccess/documentevents \
dbaccess/source/core/dataaccess/documenteventexecutor \
- dbaccess/source/core/dataaccess/documenteventnotifier \ + dbaccess/source/core/dataaccess/documenteventnotifier \
dbaccess/source/core/misc/sdbcoretools \
dbaccess/source/core/misc/services \
dbaccess/source/core/misc/PropertyForward \
@@ -137,15 +137,15 @@ $(eval $(call gb_Library_add_exception_objects,dba,\ dbaccess/source/core/misc/dsntypes \
dbaccess/source/core/misc/veto \
dbaccess/source/core/misc/apitools \
- dbaccess/source/core/misc/dbastrings \ + 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: + dbaccess/source/core/recovery/settingsimport \
+ dbaccess/source/core/resource/core_resource \
+))
+
+# vim: set noet sw=4 ts=4:
|