diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-01-28 20:52:45 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-28 20:52:45 +0100 |
commit | 2e626373db2412ac22e8c5c27a60d11cd29e875b (patch) | |
tree | 9e9f67205cd5b72f1031721273e1534a3a1e5b0f /forms/Library_frm.mk | |
parent | f7ee7bbd5174b084f018c2ec94d8c70c98ee04da (diff) |
replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmaster
Diffstat (limited to 'forms/Library_frm.mk')
-rw-r--r-- | forms/Library_frm.mk | 177 |
1 files changed, 0 insertions, 177 deletions
diff --git a/forms/Library_frm.mk b/forms/Library_frm.mk deleted file mode 100644 index 6b2eac9fb..000000000 --- a/forms/Library_frm.mk +++ /dev/null @@ -1,177 +0,0 @@ -# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# The Initial Developer of the Original Code is -# David Tardon, Red Hat Inc. <dtardon@redhat.com> -# Portions created by the Initial Developer are Copyright (C) 2010 the -# Initial Developer. All Rights Reserved. -# -# Major Contributor(s): -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_Library_Library,frm)) - -$(eval $(call gb_Library_add_precompiled_header,frm,$(SRCDIR)/forms/inc/pch/precompiled_forms)) - -$(eval $(call gb_Library_set_include,frm,\ - $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/forms/inc/pch) \ - -I$(realpath $(SRCDIR)/forms/source/inc) \ - -I$(realpath $(SRCDIR)/forms/source/solar/inc) \ - -I$(OUTDIR)/inc \ -)) - -$(eval $(call gb_Library_add_api,frm,\ - offapi \ - oovbaapi \ - udkapi \ -)) - -$(eval $(call gb_Library_add_linked_libs,frm,\ - comphelper \ - cppu \ - cppuhelper \ - dbtools \ - editeng \ - i18nisolang1 \ - sal \ - sfx \ - svl \ - svt \ - svxcore \ - tk \ - tl \ - ucbhelper \ - utl \ - vcl \ - $(gb_STDLIBS) \ -)) -$(eval $(call gb_Library_use_externals,frm,\ - icui18n \ - icuuc \ - libxml2 \ -)) - -$(eval $(call gb_Library_set_componentfile,frm,forms/util/frm)) - -$(eval $(call gb_Library_add_exception_objects,frm,\ - forms/source/component/Button \ - forms/source/component/cachedrowset \ - forms/source/component/CheckBox \ - forms/source/component/clickableimage \ - forms/source/component/cloneable \ - forms/source/component/Columns \ - forms/source/component/ComboBox \ - forms/source/component/Currency \ - forms/source/component/DatabaseForm \ - forms/source/component/Date \ - forms/source/component/EditBase \ - forms/source/component/Edit \ - forms/source/component/entrylisthelper \ - forms/source/component/errorbroadcaster \ - forms/source/component/EventThread \ - forms/source/component/File \ - forms/source/component/Filter \ - forms/source/component/findpos \ - forms/source/component/FixedText \ - forms/source/component/FormattedField \ - forms/source/component/FormattedFieldWrapper \ - forms/source/component/FormComponent \ - forms/source/component/formcontrolfont \ - forms/source/component/FormsCollection \ - forms/source/component/Grid \ - forms/source/component/GroupBox \ - forms/source/component/GroupManager \ - forms/source/component/Hidden \ - forms/source/component/ImageButton \ - forms/source/component/ImageControl \ - forms/source/component/imgprod \ - forms/source/component/ListBox \ - forms/source/component/navigationbar \ - forms/source/component/Numeric \ - forms/source/component/Pattern \ - forms/source/component/propertybaghelper \ - forms/source/component/RadioButton \ - forms/source/component/refvaluecomponent \ - forms/source/component/scrollbar \ - forms/source/component/spinbutton \ - forms/source/component/Time \ - forms/source/helper/commanddescriptionprovider \ - forms/source/helper/commandimageprovider \ - forms/source/helper/controlfeatureinterception \ - forms/source/helper/formnavigation \ - forms/source/helper/resettable \ - forms/source/helper/urltransformer \ - forms/source/helper/windowstateguard \ - forms/source/misc/componenttools \ - forms/source/misc/frm_module \ - forms/source/misc/frm_strings \ - forms/source/misc/ids \ - forms/source/misc/InterfaceContainer \ - forms/source/misc/limitedformats \ - forms/source/misc/listenercontainers \ - forms/source/misc/property \ - forms/source/misc/services \ - forms/source/resource/frm_resource \ - forms/source/richtext/attributedispatcher \ - forms/source/richtext/clipboarddispatcher \ - forms/source/richtext/featuredispatcher \ - forms/source/richtext/parametrizedattributedispatcher \ - forms/source/richtext/richtextcontrol \ - forms/source/richtext/richtextengine \ - forms/source/richtext/richtextimplcontrol \ - forms/source/richtext/richtextmodel \ - forms/source/richtext/richtextunowrapper \ - forms/source/richtext/richtextvclcontrol \ - forms/source/richtext/richtextviewport \ - forms/source/richtext/rtattributehandler \ - forms/source/richtext/specialdispatchers \ - forms/source/runtime/formoperations \ - forms/source/solar/component/navbarcontrol \ - forms/source/solar/control/navtoolbar \ - forms/source/xforms/binding \ - forms/source/xforms/boolexpression \ - forms/source/xforms/computedexpression \ - forms/source/xforms/convert \ - forms/source/xforms/datatyperepository \ - forms/source/xforms/datatypes \ - forms/source/xforms/enumeration \ - forms/source/xforms/mip \ - forms/source/xforms/model \ - forms/source/xforms/model_ui \ - forms/source/xforms/pathexpression \ - forms/source/xforms/propertysetbase \ - forms/source/xforms/resourcehelper \ - forms/source/xforms/submission \ - forms/source/xforms/submission/replace \ - forms/source/xforms/submission/serialization_app_xml \ - forms/source/xforms/submission/serialization_urlencoded \ - forms/source/xforms/submission/submission_get \ - forms/source/xforms/submission/submission_post \ - forms/source/xforms/submission/submission_put \ - forms/source/xforms/unohelper \ - forms/source/xforms/xformsevent \ - forms/source/xforms/xforms_services \ - forms/source/xforms/xmlhelper \ - forms/source/xforms/xpathlib/extension \ - forms/source/xforms/xpathlib/xpathlib \ -)) - -# vim: set noet sw=4 ts=4: |