ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since 15f9c8e was
7cc0344,
checked in by Andrew Beach <ajbeach@…>, 5 years ago
|
Added a checker that should help debug cycles in new AST.
|
-
Property mode set to
100644
|
File size:
934 bytes
|
Rev | Line | |
---|
[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 |
---|
| 12 | ## Last Modified By : |
---|
| 13 | ## Last Modified On : |
---|
| 14 | ## Update Count : |
---|
| 15 | ############################################################################### |
---|
| 16 | |
---|
| 17 | SRC_AST = \ |
---|
[7cc0344] | 18 | AST/AssertAcyclic.cpp \ |
---|
[dccc091] | 19 | AST/Attribute.cpp \ |
---|
| 20 | AST/Convert.cpp \ |
---|
| 21 | AST/Decl.cpp \ |
---|
| 22 | AST/DeclReplacer.cpp \ |
---|
| 23 | AST/Expr.cpp \ |
---|
[0b8bf27] | 24 | AST/GenericSubstitution.cpp \ |
---|
[dccc091] | 25 | AST/Init.cpp \ |
---|
| 26 | AST/LinkageSpec.cpp \ |
---|
| 27 | AST/Node.cpp \ |
---|
[b0abc8a0] | 28 | AST/Pass.cpp \ |
---|
[461046f] | 29 | AST/Print.cpp \ |
---|
[dccc091] | 30 | AST/Stmt.cpp \ |
---|
[d76c588] | 31 | AST/SymbolTable.cpp \ |
---|
[dccc091] | 32 | AST/Type.cpp \ |
---|
[d76c588] | 33 | AST/TypeEnvironment.cpp \ |
---|
[dccc091] | 34 | AST/TypeSubstitution.cpp |
---|
[172d9342] | 35 | |
---|
| 36 | |
---|
| 37 | |
---|
| 38 | SRC += $(SRC_AST) |
---|
| 39 | SRCDEMANGLE += $(SRC_AST) |
---|
Note: See
TracBrowser
for help on using the repository browser.