ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since e3bc51c was
7030dab,
checked in by Thierry Delisle <tdelisle@…>, 5 years ago
|
Merge branch 'master' into new-ast
|
-
Property mode set to
100644
|
File size:
1008 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 |
---|
[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 | |
---|
| 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 \ |
---|
[e0e9a0b] | 24 | AST/ForallSubstitutionTable.cpp \ |
---|
[0b8bf27] | 25 | AST/GenericSubstitution.cpp \ |
---|
[dccc091] | 26 | AST/Init.cpp \ |
---|
| 27 | AST/LinkageSpec.cpp \ |
---|
| 28 | AST/Node.cpp \ |
---|
[b0abc8a0] | 29 | AST/Pass.cpp \ |
---|
[461046f] | 30 | AST/Print.cpp \ |
---|
[dccc091] | 31 | AST/Stmt.cpp \ |
---|
[d76c588] | 32 | AST/SymbolTable.cpp \ |
---|
[dccc091] | 33 | AST/Type.cpp \ |
---|
[d76c588] | 34 | AST/TypeEnvironment.cpp \ |
---|
[dccc091] | 35 | AST/TypeSubstitution.cpp |
---|
[172d9342] | 36 | |
---|
| 37 | SRC += $(SRC_AST) |
---|
| 38 | SRCDEMANGLE += $(SRC_AST) |
---|
Note: See
TracBrowser
for help on using the repository browser.