summaryrefslogtreecommitdiff
path: root/cppcanvas/Module_cppcanvas.mk
blob: edf7d83c9f3e624eb7547f84ccbd51f8b27c18a0 (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
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# 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 \
	Library_mtfrenderer \
	Package_inc \
))

# vim: set noet sw=4 ts=4:
mations?id=36a2db3722b79ed3df075d7f3fa77fb761bcf5a4'>Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-09-22add missing deps on headersDavid Tardon 2012-09-07OUString cleanup in animationsRicardo Montania 2012-08-22remove unused module-description xml filesMatúš Kukan 2012-08-22do not deliver these module-description xml filesMatúš Kukan 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-06-27re-base on ALv2 code.Michael Meeks 2012-06-19re-base on ALv2 code.Michael Meeks 2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-03-21chmod -xTor Lillqvist 2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe 2012-02-10fdo#39491 remove nonexistent include pathsMatúš Kukan 2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan 2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud 2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich 2012-01-21Improve checking for emptinessThomas Arnhold 2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist 2011-12-08childs -> childrenMichael T. Whiteley 2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen 2011-11-29move reconfigure into gbuildBjoern Michaelsen 2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen 2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud 2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen 2011-08-24catch ignored exceptions by const referenceTakeshi Abe 2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud 2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe