masterfix DEV300: #i10000# build fix
[LibreOffice.git] / cui / util / makefile.mk
blobcf2a6fcc3dc55a6826107694e227e283fdad62cb
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
11 # OpenOffice.org is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU Lesser General Public License version 3
13 # only, as published by the Free Software Foundation.
15 # OpenOffice.org is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU Lesser General Public License version 3 for more details
19 # (a copy is included in the LICENSE file that accompanied this code).
21 # You should have received a copy of the GNU Lesser General Public License
22 # version 3 along with OpenOffice.org. If not, see
23 # <http://www.openoffice.org/license.html>
24 # for a copy of the LGPLv3 License.
26 #*************************************************************************
28 PRJ=..
30 PRJNAME=cui
31 TARGET=cui
32 GEN_HID=TRUE
33 GEN_HID_OTHER=TRUE
35 # --- Settings -----------------------------------------------------
37 .INCLUDE : settings.mk
39 .IF "$(OS)"=="IRIX"
40 LINKFLAGS+=-Wl,-LD_LAYOUT:lgot_buffer=30
41 .ENDIF
43 SHL1TARGET= cui$(DLLPOSTFIX)
44 SHL1VERSIONMAP= cui.map
45 SHL1IMPLIB=icui
46 SHL1DEPN=
47 SHL1DEF= $(MISC)$/$(SHL1TARGET).def
48 DEF1NAME= $(SHL1TARGET)
50 SHL1LIBS= \
51 $(SLB)$/options.lib \
52 $(SLB)$/customize.lib \
53 $(SLB)$/dialogs.lib \
54 $(SLB)$/tabpages.lib \
55 $(SLB)$/factory.lib
58 SHL1STDLIBS= \
59 $(EDITENGLIB) \
60 $(SVXCORELIB) \
61 $(SVXLIB) \
62 $(AVMEDIALIB) \
63 $(SFX2LIB) \
64 $(BASEGFXLIB) \
65 $(BASICLIB) \
66 $(LNGLIB) \
67 $(SVTOOLLIB) \
68 $(TKLIB) \
69 $(VCLLIB) \
70 $(SVLLIB) \
71 $(UNOTOOLSLIB) \
72 $(TOOLSLIB) \
73 $(I18NISOLANGLIB) \
74 $(COMPHELPERLIB) \
75 $(UCBHELPERLIB) \
76 $(CPPUHELPERLIB) \
77 $(CPPULIB) \
78 $(VOSLIB) \
79 $(SALLIB) \
80 $(JVMFWKLIB) \
81 $(ICUUCLIB)
83 .IF "$(GUI)"=="WNT"
84 SHL1STDLIBS+= \
85 $(SHLWAPILIB) \
86 $(ADVAPI32LIB)
87 .ENDIF # WNT
89 # ------------------------------------------------------------------------------
91 # Resource files
92 SRSFILELIST=\
93 $(SRS)$/options.srs \
94 $(SRS)$/dialogs.srs \
95 $(SRS)$/tabpages.srs \
96 $(SRS)$/customize.srs \
99 RESLIB1NAME=cui
100 RESLIB1IMAGES=$(SOLARSRC)/$(RSCDEFIMG)/svx/res
101 RESLIB1SRSFILES= $(SRSFILELIST)
103 # --- Targets -------------------------------------------------------
105 .INCLUDE : target.mk