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 #*************************************************************************
38 # --- Settings -----------------------------------------------------
40 ENABLE_EXCEPTIONS
=true
43 .INCLUDE
: settings.mk
44 .INCLUDE
: $(PRJ
)$/source
$/mkinc
$/fullcpp.mk
47 # --- Files --------------------------------------------------------
51 $(OBJ
)$/i_attribute.obj \
54 $(OBJ
)$/i_comrela.obj \
55 $(OBJ
)$/i_constant.obj \
56 $(OBJ
)$/i_constgroup.obj \
58 $(OBJ
)$/i_enumvalue.obj \
59 $(OBJ
)$/i_exception.obj \
60 $(OBJ
)$/i_function.obj \
61 $(OBJ
)$/i_interface.obj \
62 $(OBJ
)$/i_module.obj \
63 $(OBJ
)$/i_namelookup.obj \
65 $(OBJ
)$/i_property.obj \
66 $(OBJ
)$/i_reposypart.obj \
67 $(OBJ
)$/i_service.obj \
68 $(OBJ
)$/i_singleton.obj \
69 $(OBJ
)$/i_siservice.obj \
70 $(OBJ
)$/i_sisingleton.obj \
71 $(OBJ
)$/i_struct.obj \
72 $(OBJ
)$/i_structelem.obj \
73 $(OBJ
)$/i_traits.obj \
74 $(OBJ
)$/i_typedef.obj \
75 $(OBJ
)$/i2s_calculator.obj \
80 $(OBJ
)$/it_builtin.obj \
82 $(OBJ
)$/it_explicit.obj \
83 $(OBJ
)$/it_sequence.obj \
84 $(OBJ
)$/it_tplparam.obj \
85 $(OBJ
)$/it_xnameroom.obj
89 # --- Targets ------------------------------------------------------