summaryrefslogtreecommitdiff
path: root/tiger-compiler/src/type/local.am
blob: e071bc14e29ce4fc6a3dd81c49c8d3d29feb1fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## type module.
EXTRA_DIST += %D%/README.txt

src_libtc_la_SOURCES +=                                                        \
  %D%/fwd.hh %D%/types.hh                                                      \
  %D%/array.hh %D%/array.cc %D%/array.hxx                                      \
  %D%/builtin-types.hh %D%/builtin-types.cc                                    \
  %D%/nil.hh %D%/nil.cc                                                        \
  %D%/default-visitor.hh %D%/default-visitor.hxx                               \
  %D%/field.hh %D%/field.cc %D%/field.hxx                                      \
  %D%/named.hh %D%/named.cc %D%/named.hxx                                      \
  %D%/pretty-printer.hh %D%/pretty-printer.cc                                  \
  %D%/record.hh %D%/record.cc %D%/record.hxx                                   \
  %D%/type.hh %D%/type.hxx %D%/type.cc                                         \
  %D%/type-checker.hh %D%/type-checker.hxx %D%/type-checker.cc                 \
  %D%/libtype.hh %D%/libtype.cc                                                \
  %D%/visitor.hh %D%/visitor.hxx

src_libtc_la_SOURCES +=                                                        \
  %D%/function.hh %D%/function.cc %D%/function.hxx
src_libtc_la_SOURCES +=                                                        \
  %D%/attribute.hh %D%/attribute.cc %D%/attribute.hxx                          \
  %D%/class.hh %D%/class.cc %D%/class.hxx                                      \
  %D%/method.hh %D%/method.cc %D%/method.hxx

check_PROGRAMS += %D%/test-type
%C%_test_type_LDADD = src/libtc.la

TASKS += %D%/tasks.hh %D%/tasks.cc