summaryrefslogtreecommitdiff
path: root/stoc/Library_proxyfac.mk
blob: a2efdc2ef1c2dcb63eabb7b0a32a4d0d5eaa3b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# -*- Mode: makefile-gmake; 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.
#
# Major Contributor(s):
# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
#  (initial developer)
#
# All Rights Reserved.
#
# 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,proxyfac))

$(eval $(call gb_Library_use_internal_api,proxyfac,\
    proxyfac \
))

$(eval $(call gb_Library_use_libraries,proxyfac,\
    cppu \
    cppuhelper \
    sal \
    $(gb_STDLIBS) \
))

$(eval $(call gb_Library_set_componentfile,proxyfac,stoc/source/proxy_factory/proxyfac))

$(eval $(call gb_Library_add_exception_objects,proxyfac,\
    stoc/source/proxy_factory/proxyfac \
))

# vim:set shiftwidth=4 softtabstop=4 expandtab:
+0200'>2013-08-31fdo#62475 - remove visual noisePhilipp Riemer 2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-25drop nonexistent include pathsDavid Tardon 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-19use GLIB_CHECK_VERSION instead of GLIB_VERSION_X_XXIvan Timofeev 2013-04-18WaE: g_type_init has been deprecated since GLib 2.36Ivan Timofeev 2013-04-11rename UI to UIConfigDavid Tardon 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-16Remove RTL_CONSTASCII_STRINGPARAM from tubesChr. Rossmanith 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-02-28kill random dmake leftoversPeter Foley 2013-02-28remove all d.lstMichael Stahl 2013-02-20various efforts to consistently apply HIG rulesCaolán McNamara 2013-02-06tubes: use boost_headers (thanks to Alex Thurgood for hint)Michael Stahl 2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky 2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin 2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens