ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since 172d9342 was
172d9342,
checked in by Michael Brooks <mlbrooks@…>, 5 years ago
|
added old-to-new conversion for TypeSubstitution?, within a framework for expressions
|
-
Property mode set to
100644
|
File size:
661 bytes
|
Rev | Line | |
---|
[172d9342] | 1 | ######################### -*- Mode: Makefile-Gmake -*- |
---|
| 2 | ######################## |
---|
| 3 | ## |
---|
| 4 | ## Cforall Version 1.0.0 Copyright (C) 2019 University of Waterloo |
---|
| 5 | ## |
---|
| 6 | ## The contents of this file are covered under the licence agreement in the |
---|
| 7 | ## file "LICENCE" distributed with Cforall. |
---|
| 8 | ## |
---|
| 9 | ## module.mk -- |
---|
| 10 | ## |
---|
| 11 | ## Author : Thierry Delisle |
---|
| 12 | ## Created On : Thu May 09 16:05:36 2019 |
---|
| 13 | ## Last Modified By : |
---|
| 14 | ## Last Modified On : |
---|
| 15 | ## Update Count : |
---|
| 16 | ############################################################################### |
---|
| 17 | |
---|
| 18 | SRC_AST = \ |
---|
| 19 | AST/Convert.cpp \ |
---|
| 20 | AST/Node.cpp \ |
---|
| 21 | AST/TypeSubstitution.cpp |
---|
| 22 | |
---|
| 23 | |
---|
| 24 | |
---|
| 25 | SRC += $(SRC_AST) |
---|
| 26 | SRCDEMANGLE += $(SRC_AST) |
---|
| 27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.