summaryrefslogtreecommitdiff
path: root/vcl/unx/source/dtrans/makefile.mk
blob: 6af3a7c75048534fa59ae4261af6587017510431 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# 
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.14 $
#
# 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=..$/..$/..

PRJNAME=vcl
TARGET=dtransX11
TARGETTYPE=GUI

ENABLE_EXCEPTIONS=TRUE

# --- Settings -----------------------------------------------------

.INCLUDE :  settings.mk

# ------------------------------------------------------------------

.IF "$(GUIBASE)"=="aqua"

dummy:
    @echo "Nothing to build for Mac OS X"
 
.ELSE		# "$(GUIBASE)"=="aqua"

.IF "$(COM)$(CPU)" == "C50I" || "$(COM)$(CPU)" == "C52I"
NOOPTFILES=\
    $(SLO)$/X11_selection.obj
.ENDIF

SLOFILES=\
    $(SLO)$/X11_dndcontext.obj		\
    $(SLO)$/X11_transferable.obj	\
    $(SLO)$/X11_clipboard.obj		\
    $(SLO)$/X11_selection.obj		\
    $(SLO)$/X11_droptarget.obj		\
    $(SLO)$/X11_service.obj			\
    $(SLO)$/bmp.obj					\
    $(SLO)$/config.obj

.ENDIF		# "$(OS)"=="MACOSX"

# --- Targets ------------------------------------------------------

.INCLUDE :	target.mk
le='2012-12-02 20:58:32 +0100'>2012-12-02RepositoryExternal.mk: clean up awful icudata/icui18n duplicationMichael Stahl1-8/+0 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1 2012-04-08gbuild: "use" vs. "add":Michael Stahl1-2/+2 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan1-2/+2 2012-02-23Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann1-0/+1 2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan1-1/+0 2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-5/+4 2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0 2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud1-2/+0 2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud1-0/+6 2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli1-11/+16 2011-08-19get forms buildable on windows.Kohei Yoshida1-0/+9 2011-08-10