source: src/AST/module.mk @ 08ce416

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 08ce416 was 08ce416, checked in by Thierry Delisle <tdelisle@…>, 3 years ago

Changed configure to use new-ast by default.
Ast options no longer pushed to libcfa (that didn't make sense).
Long Run tests and benchmark no longer distributed.
Added missing source to distribution.
Added pybin to distribution.

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[dccc091]1######################### -*- Mode: Makefile-Gmake -*- ########################
[172d9342]2##
3## Cforall Version 1.0.0 Copyright (C) 2019 University of Waterloo
4##
5## The contents of this file are covered under the licence agreement in the
6## file "LICENCE" distributed with Cforall.
7##
8## module.mk --
9##
10## Author           : Thierry Delisle
11## Created On       : Thu May 09 16:05:36 2019
[07de76b]12## Last Modified By : Peter A. Buhr
13## Last Modified On : Sat Dec 14 07:29:10 2019
14## Update Count     : 3
[172d9342]15###############################################################################
16
17SRC_AST = \
[7cc0344]18        AST/AssertAcyclic.cpp \
[5339a87]19        AST/AssertAcyclic.hpp \
[dccc091]20        AST/Attribute.cpp \
[5339a87]21        AST/Attribute.hpp \
22        AST/Bitfield.hpp \
23        AST/Chain.hpp \
[dccc091]24        AST/Convert.cpp \
[5339a87]25        AST/Convert.hpp \
26        AST/Copy.hpp \
27        AST/CVQualifiers.hpp \
[dccc091]28        AST/Decl.cpp \
[5339a87]29        AST/Decl.hpp \
[dccc091]30        AST/DeclReplacer.cpp \
[5339a87]31        AST/DeclReplacer.hpp \
32        AST/Eval.hpp \
[dccc091]33        AST/Expr.cpp \
[5339a87]34        AST/Expr.hpp \
[e0e9a0b]35        AST/ForallSubstitutionTable.cpp \
[5339a87]36        AST/ForallSubstitutionTable.hpp \
37        AST/ForallSubstitutor.hpp \
38        AST/FunctionSpec.hpp \
39        AST/Fwd.hpp \
[0b8bf27]40        AST/GenericSubstitution.cpp \
[5339a87]41        AST/GenericSubstitution.hpp \
[dccc091]42        AST/Init.cpp \
[5339a87]43        AST/Init.hpp \
44        AST/Label.hpp \
[dccc091]45        AST/LinkageSpec.cpp \
[5339a87]46        AST/LinkageSpec.hpp \
[dccc091]47        AST/Node.cpp \
[5339a87]48        AST/Node.hpp \
49        AST/ParseNode.hpp \
[b0abc8a0]50        AST/Pass.cpp \
[5339a87]51        AST/Pass.hpp \
52        AST/Pass.impl.hpp \
53        AST/Pass.proto.hpp \
[461046f]54        AST/Print.cpp \
[5339a87]55        AST/Print.hpp \
[dccc091]56        AST/Stmt.cpp \
[5339a87]57        AST/Stmt.hpp \
58        AST/StorageClasses.hpp \
[d76c588]59        AST/SymbolTable.cpp \
[5339a87]60        AST/SymbolTable.hpp \
[08ce416]61        AST/TranslationUnit.hpp \
[dccc091]62        AST/Type.cpp \
[5339a87]63        AST/Type.hpp \
[d76c588]64        AST/TypeEnvironment.cpp \
[5339a87]65        AST/TypeEnvironment.hpp \
66        AST/TypeSubstitution.cpp \
67        AST/TypeSubstitution.hpp \
68        AST/Visitor.hpp
[172d9342]69
70SRC += $(SRC_AST)
71SRCDEMANGLE += $(SRC_AST)
Note: See TracBrowser for help on using the repository browser.