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: extra.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 #*************************************************************************
36 ENABLE_EXCEPTIONS
:=TRUE
40 # --- Settings -----------------------------------------------------
42 .INCLUDE
: settings.mk
43 .INCLUDE
: ..
/source
/helper
/purpenv
/export.mk
45 # --- Files --------------------------------------------------------
47 SHL3TARGET
:= unsafe_uno_uno
48 SHL3IMPLIB
:= i
$(SHL3TARGET
)
49 SHL3STDLIBS
:= $(purpenv_helper_LIB
) $(SALLIB
)
50 SHL3OBJS
:= $(SLO
)$/UnsafeBridge.obj
52 SHL3VERSIONMAP
=unsafe_os2.map
53 SHL3DEF
=$(MISC
)$/$(SHL3TARGET
).def
54 DEF3NAME
=$(SHL3TARGET
)
58 SHL3OBJS
:= $(SLO
)$/UnsafeBridge.obj
61 SHL4TARGET
:= affine_uno_uno
62 SHL4IMPLIB
:= i
$(SHL4TARGET
)
63 SHL4STDLIBS
:= $(purpenv_helper_LIB
) $(SALLIB
)
64 SHL4OBJS
:= $(SLO
)$/AffineBridge.obj
66 SHL4VERSIONMAP
=unsafe_os2.map
67 SHL4DEF
=$(MISC
)$/$(SHL4TARGET
).def
68 DEF4NAME
=$(SHL4TARGET
)
72 SHL4OBJS
:= $(SLO
)$/AffineBridge.obj
76 SHL5TARGET
:= log_uno_uno
77 SHL5IMPLIB
:= i
$(SHL5TARGET
)
78 SHL5STDLIBS
:= $(purpenv_helper_LIB
) $(SALLIB
) $(CPPULIB
)
79 SHL5OBJS
:= $(SLO
)$/LogBridge.obj
82 SHL5VERSIONMAP
=unsafe_os2.map
83 SHL5DEF
=$(MISC
)$/$(SHL5TARGET
).def
84 DEF5NAME
=LogMapping.def
90 # --- Targets ------------------------------------------------------