xref: /AOO41X/main/autodoc/source/parser/cpp/makefile.mk (revision 7871dc3ea494bf86c742e1f4dfc9c6e20f5bcb2a)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24PRJ=..$/..$/..
25
26PRJNAME=autodoc
27TARGET=parser_cpp
28
29
30# --- Settings -----------------------------------------------------
31
32ENABLE_EXCEPTIONS=true
33PRJINC=$(PRJ)$/source
34
35
36.INCLUDE :  settings.mk
37.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
38
39
40
41# --- Files --------------------------------------------------------
42
43
44OBJFILES= \
45    $(OBJ)$/all_toks.obj    \
46    $(OBJ)$/c_dealer.obj    \
47    $(OBJ)$/c_rcode.obj     \
48    $(OBJ)$/cpp_pe.obj      \
49    $(OBJ)$/cx_base.obj     \
50    $(OBJ)$/cx_c_pp.obj     \
51    $(OBJ)$/cx_c_std.obj    \
52    $(OBJ)$/cx_c_sub.obj    \
53    $(OBJ)$/cxt2ary.obj     \
54    $(OBJ)$/defdescr.obj    \
55    $(OBJ)$/icprivow.obj    \
56    $(OBJ)$/pe_base.obj     \
57    $(OBJ)$/pe_class.obj    \
58    $(OBJ)$/pe_defs.obj     \
59    $(OBJ)$/pe_expr.obj     \
60    $(OBJ)$/pe_enum.obj     \
61    $(OBJ)$/pe_enval.obj    \
62    $(OBJ)$/pe_file.obj     \
63    $(OBJ)$/pe_funct.obj    \
64    $(OBJ)$/pe_ignor.obj    \
65    $(OBJ)$/pe_namsp.obj    \
66    $(OBJ)$/pe_param.obj    \
67    $(OBJ)$/pe_tpltp.obj    \
68    $(OBJ)$/pe_type.obj     \
69    $(OBJ)$/pe_tydef.obj    \
70    $(OBJ)$/pe_vafu.obj     \
71    $(OBJ)$/pe_vari.obj     \
72    $(OBJ)$/preproc.obj     \
73    $(OBJ)$/prs_cpp.obj     \
74    $(OBJ)$/tkp_cpp.obj
75
76
77
78# --- Targets ------------------------------------------------------
79
80.INCLUDE :  target.mk
81
82
83
84