1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.21.2.2 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
40 # --- Settings ----------------------------------
41 .INCLUDE
: settings.mk
43 # ------------------------------------------------------------------
44 # --- reportdesign core (rpt) -----------------------------------
46 LIB1TARGET
=$(SLB
)$/$(TARGET
).lib
49 $(SLB
)$/coreshared.lib \
50 $(SLB
)$/core_resource.lib \
51 $(SLB
)$/core_sdr.lib \
54 SHL1TARGET
=$(TARGET
)$(DLLPOSTFIX
)
74 .IF
"$(GUI)"!="WNT" ||
"$(COM)"=="GCC"
84 SHL1LIBS
=$(LIB1TARGET
)
85 SHL1DEF
=$(MISC
)$/$(SHL1TARGET
).def
87 DEF1NAME
=$(SHL1TARGET
)
90 # --- .res file ----------------------------------------------------------
93 $(SRS
)$/core_strings.srs
96 RESLIB1IMAGES
=$(PRJ
)$/res
97 RESLIB1SRSFILES
=$(RES1FILELIST
)
100 # --- reportdesign UI core (rptui) -----------------------------------
101 LIB2TARGET
=$(SLB
)$/$(TARGET2
).lib
105 $(SLB
)$/uishared.lib \
106 $(SLB
)$/ui_inspection.lib \
109 SHL2TARGET
=$(TARGET2
)$(DLLPOSTFIX
)
130 .IF
"$(GUI)"!="WNT" ||
"$(COM)"=="GCC"
133 -l
$(TARGET
)$(DLLPOSTFIX
)
140 .IF
"$(GUI)"!="WNT" ||
"$(COM)"=="GCC"
151 SHL2DEPN
=$(SHL1TARGETN
)
152 SHL2LIBS
=$(LIB2TARGET
)
153 SHL2DEF
=$(MISC
)$/$(SHL2TARGET
).def
154 DEF2NAME
=$(SHL2TARGET
)
155 SHL2VERSIONMAP
=$(TARGET2
).map
157 # --- .res file ----------------------------------------------------------
161 $(SRS
)$/ui_inspection.srs \
165 RESLIB2NAME
=$(TARGET2
)
166 RESLIB2IMAGES
=$(PRJ
)$/res
167 RESLIB2SRSFILES
=$(RES2FILELIST
)
169 # ------------------- rptxml -------------------
171 # --- Library -----------------------------------
172 LIB3TARGET
=$(SLB
)$/rpt_flt.lib
174 $(SLB
)$/xmlshared.lib \
175 $(SLB
)$/$(TARGET3
).lib
177 SHL3TARGET
=$(TARGET3
)$(DLLPOSTFIX
)
195 .IF
"$(GUI)"!="WNT" ||
"$(COM)"=="GCC"
197 -l
$(TARGET
)$(DLLPOSTFIX
)
204 SHL3DEPN
=$(SHL1TARGETN
)
205 SHL3LIBS
=$(LIB3TARGET
)
206 SHL3IMPLIB
= i
$(SHL3TARGET
)
207 SHL3VERSIONMAP
=rptui.map
208 SHL3DEF
= $(MISC
)$/$(SHL3TARGET
).def
210 DEF3NAME
=$(SHL3TARGET
)
212 # --- Targets ----------------------------------