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 $
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 #*************************************************************************
41 # --- Settings -----------------------------------------------------
43 .INCLUDE
: settings.mk
44 .IF
"$(L10N_framework)"==""
46 # --- mcnttype dynlib ----------------------------------------------
50 SHL1LIBS
=$(SLB
)$/mcnttype.lib
64 SHL1IMPLIB
=i
$(SHL1TARGET
)
66 #--- comment -----------------
68 SHL1DEF
= $(MISC
)$/$(SHL1TARGET
).def
69 DEF1NAME
= $(SHL1TARGET
)
70 DEF1EXPORTFILE
= exports.dxp
71 SHL1VERSIONMAP
=exports.map
80 SHL2LIBS
=$(SLB
)$/ftransl.lib\
92 SHL2IMPLIB
=i
$(SHL2TARGET
)
94 SHL2DEF
= $(MISC
)$/$(SHL2TARGET
).def
95 DEF2NAME
= $(SHL2TARGET
)
96 DEF2EXPORTFILE
= exports.dxp
99 # --- sysdtrans dll ---
101 SHL3TARGET
=$(TARGET3
)
103 SHL3LIBS
=$(SLB
)$/sysdtrans.lib\
105 $(SLB
)$/dtobjfact.lib\
108 .IF
"$(COM)" == "GCC"
109 SHL3OBJS
=$(SLO
)$/XNotifyingDataObject.obj
124 SHL3IMPLIB
=i
$(SHL3TARGET
)
126 SHL3DEF
= $(MISC
)$/$(SHL3TARGET
).def
127 DEF3NAME
= $(SHL3TARGET
)
128 DEF3EXPORTFILE
= exports.dxp
133 SHL4TARGET
=$(TARGET4
)
137 $(SLB
)$/dtobjfact.lib\
153 SHL4IMPLIB
=i
$(SHL4TARGET
)
155 SHL4DEF
= $(MISC
)$/$(SHL4TARGET
).def
157 DEF4NAME
= $(SHL4TARGET
)
158 DEF4EXPORTFILE
= exports.dxp
160 .ENDIF
# "$(GUI)"=="WNT"
164 # --- sysdtrans dll ---
166 SHL3TARGET
=$(TARGET3
)
168 SHL3LIBS
=$(SLB
)$/sysdtrans.lib
176 SHL3IMPLIB
=i
$(SHL3TARGET
)
178 SHL3DEF
= $(MISC
)$/$(SHL3TARGET
).def
179 DEF3NAME
= $(SHL3TARGET
)
180 DEF3EXPORTFILE
= exports.dxp
182 .ENDIF
# "$(GUI)"=="OS2"
183 .ENDIF
# L10N_framework