Update ooo320-m1
[ooovba.git] / autodoc / source / parser / cpp / makefile.mk
blob454713e8c49ddcb52ae4bbd4355f018b610311dd
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=parser_cpp
38 # --- Settings -----------------------------------------------------
40 ENABLE_EXCEPTIONS=true
41 PRJINC=$(PRJ)$/source
44 .INCLUDE : settings.mk
45 .INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
49 # --- Files --------------------------------------------------------
52 OBJFILES= \
53 $(OBJ)$/all_toks.obj \
54 $(OBJ)$/c_dealer.obj \
55 $(OBJ)$/c_rcode.obj \
56 $(OBJ)$/cpp_pe.obj \
57 $(OBJ)$/cx_base.obj \
58 $(OBJ)$/cx_c_pp.obj \
59 $(OBJ)$/cx_c_std.obj \
60 $(OBJ)$/cx_c_sub.obj \
61 $(OBJ)$/cxt2ary.obj \
62 $(OBJ)$/defdescr.obj \
63 $(OBJ)$/icprivow.obj \
64 $(OBJ)$/pe_base.obj \
65 $(OBJ)$/pe_class.obj \
66 $(OBJ)$/pe_defs.obj \
67 $(OBJ)$/pe_expr.obj \
68 $(OBJ)$/pe_enum.obj \
69 $(OBJ)$/pe_enval.obj \
70 $(OBJ)$/pe_file.obj \
71 $(OBJ)$/pe_funct.obj \
72 $(OBJ)$/pe_ignor.obj \
73 $(OBJ)$/pe_namsp.obj \
74 $(OBJ)$/pe_param.obj \
75 $(OBJ)$/pe_tpltp.obj \
76 $(OBJ)$/pe_type.obj \
77 $(OBJ)$/pe_tydef.obj \
78 $(OBJ)$/pe_vafu.obj \
79 $(OBJ)$/pe_vari.obj \
80 $(OBJ)$/preproc.obj \
81 $(OBJ)$/prs_cpp.obj \
82 $(OBJ)$/tkp_cpp.obj
86 # --- Targets ------------------------------------------------------
88 .INCLUDE : target.mk