merge the formfield patch from ooo-build
[ooovba.git] / autodoc / source / display / idl / makefile.mk
blobf34305363c3068e37d1b9186782ffbaf1d177fb1
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.4 $
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=display_idl
38 # --- Settings -----------------------------------------------------
40 ENABLE_EXCEPTIONS=true
41 PRJINC=$(PRJ)$/source
43 .INCLUDE : settings.mk
44 .INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
47 # --- Files --------------------------------------------------------
49 OBJFILES= \
50 $(OBJ)$/hfi_constgroup.obj \
51 $(OBJ)$/hfi_doc.obj \
52 $(OBJ)$/hfi_enum.obj \
53 $(OBJ)$/hfi_globalindex.obj \
54 $(OBJ)$/hfi_hierarchy.obj \
55 $(OBJ)$/hfi_interface.obj \
56 $(OBJ)$/hfi_method.obj \
57 $(OBJ)$/hfi_module.obj \
58 $(OBJ)$/hfi_navibar.obj \
59 $(OBJ)$/hfi_property.obj \
60 $(OBJ)$/hfi_service.obj \
61 $(OBJ)$/hfi_singleton.obj \
62 $(OBJ)$/hfi_siservice.obj \
63 $(OBJ)$/hfi_struct.obj \
64 $(OBJ)$/hfi_tag.obj \
65 $(OBJ)$/hfi_typedef.obj \
66 $(OBJ)$/hfi_typetext.obj \
67 $(OBJ)$/hfi_xrefpage.obj \
68 $(OBJ)$/hi_ary.obj \
69 $(OBJ)$/hi_display.obj \
70 $(OBJ)$/hi_env.obj \
71 $(OBJ)$/hi_factory.obj \
72 $(OBJ)$/hi_linkhelper.obj \
73 $(OBJ)$/hi_main.obj
76 # --- Targets ------------------------------------------------------
78 .INCLUDE : target.mk