merge the formfield patch from ooo-build
[ooovba.git] / autodoc / source / ary / cpp / makefile.mk
blobedea62272c2e0c7b7c24c10c12728c18e6c54b3c
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=ary_cpp
39 # --- Settings -----------------------------------------------------
41 ENABLE_EXCEPTIONS=true
42 PRJINC=$(PRJ)$/source
44 .INCLUDE : settings.mk
45 .INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
48 # --- Files --------------------------------------------------------
51 OBJFILES= \
52 $(OBJ)$/c_builtintype.obj \
53 $(OBJ)$/c_class.obj \
54 $(OBJ)$/c_de.obj \
55 $(OBJ)$/c_define.obj \
56 $(OBJ)$/c_enum.obj \
57 $(OBJ)$/c_enuval.obj \
58 $(OBJ)$/c_funct.obj \
59 $(OBJ)$/c_macro.obj \
60 $(OBJ)$/c_namesp.obj \
61 $(OBJ)$/c_osigna.obj \
62 $(OBJ)$/c_reposypart.obj \
63 $(OBJ)$/c_slots.obj \
64 $(OBJ)$/c_traits.obj \
65 $(OBJ)$/c_tydef.obj \
66 $(OBJ)$/c_vari.obj \
67 $(OBJ)$/ca_ce.obj \
68 $(OBJ)$/ca_def.obj \
69 $(OBJ)$/ca_type.obj \
70 $(OBJ)$/cs_ce.obj \
71 $(OBJ)$/cs_def.obj \
72 $(OBJ)$/cs_type.obj \
73 $(OBJ)$/namechain.obj \
74 $(OBJ)$/tplparam.obj \
75 $(OBJ)$/usedtype.obj
79 # --- Targets ------------------------------------------------------
81 .INCLUDE : target.mk