1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28PRJ=..$/..$/..
29
30PRJNAME=autodoc
31TARGET=parser_cpp
32
33
34# --- Settings -----------------------------------------------------
35
36ENABLE_EXCEPTIONS=true
37PRJINC=$(PRJ)$/source
38
39
40.INCLUDE :  settings.mk
41.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
42
43
44
45# --- Files --------------------------------------------------------
46
47
48OBJFILES= \
49	$(OBJ)$/all_toks.obj	\
50	$(OBJ)$/c_dealer.obj	\
51	$(OBJ)$/c_rcode.obj		\
52	$(OBJ)$/cpp_pe.obj		\
53	$(OBJ)$/cx_base.obj	    \
54	$(OBJ)$/cx_c_pp.obj	    \
55	$(OBJ)$/cx_c_std.obj	\
56	$(OBJ)$/cx_c_sub.obj	\
57	$(OBJ)$/cxt2ary.obj	    \
58	$(OBJ)$/defdescr.obj	\
59	$(OBJ)$/icprivow.obj	\
60	$(OBJ)$/pe_base.obj		\
61	$(OBJ)$/pe_class.obj	\
62	$(OBJ)$/pe_defs.obj	    \
63	$(OBJ)$/pe_expr.obj	    \
64	$(OBJ)$/pe_enum.obj	    \
65	$(OBJ)$/pe_enval.obj    \
66	$(OBJ)$/pe_file.obj		\
67	$(OBJ)$/pe_funct.obj	\
68	$(OBJ)$/pe_ignor.obj	\
69	$(OBJ)$/pe_namsp.obj	\
70	$(OBJ)$/pe_param.obj	\
71	$(OBJ)$/pe_tpltp.obj    \
72	$(OBJ)$/pe_type.obj		\
73	$(OBJ)$/pe_tydef.obj	\
74	$(OBJ)$/pe_vafu.obj		\
75	$(OBJ)$/pe_vari.obj		\
76	$(OBJ)$/preproc.obj		\
77	$(OBJ)$/prs_cpp.obj		\
78	$(OBJ)$/tkp_cpp.obj
79
80
81
82# --- Targets ------------------------------------------------------
83
84.INCLUDE :  target.mk
85
86
87
88