Update ooo320-m1
[ooovba.git] / autodoc / source / ary / idl / makefile.mk
bloba6c206bc0d37696bdc0aed5892b9694b9732a7c0
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.7 $
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 #*************************************************************************
32 PRJ=..$/..$/..
34 PRJNAME=autodoc
35 TARGET=ary_idl
38 # --- Settings -----------------------------------------------------
40 ENABLE_EXCEPTIONS=true
41 PRJINC=$(PRJ)$/source
43 .INCLUDE : settings.mk
44 .INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
47 # --- Files --------------------------------------------------------
50 OBJFILES= \
51 $(OBJ)$/i_attribute.obj \
52 $(OBJ)$/i_ce.obj \
53 $(OBJ)$/i_ce2s.obj \
54 $(OBJ)$/i_comrela.obj \
55 $(OBJ)$/i_constant.obj \
56 $(OBJ)$/i_constgroup.obj \
57 $(OBJ)$/i_enum.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 \
64 $(OBJ)$/i_param.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 \
76 $(OBJ)$/ia_ce.obj \
77 $(OBJ)$/ia_type.obj \
78 $(OBJ)$/is_ce.obj \
79 $(OBJ)$/is_type.obj \
80 $(OBJ)$/it_builtin.obj \
81 $(OBJ)$/it_ce.obj \
82 $(OBJ)$/it_explicit.obj \
83 $(OBJ)$/it_sequence.obj \
84 $(OBJ)$/it_tplparam.obj \
85 $(OBJ)$/it_xnameroom.obj
89 # --- Targets ------------------------------------------------------
91 .INCLUDE : target.mk