ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since b2ac656 was 172d9342, checked in by Michael Brooks <mlbrooks@…>, 6 years ago |
added old-to-new conversion for TypeSubstitution, within a framework for expressions
|
-
Property mode
set to
100644
|
File size:
661 bytes
|
Line | |
---|
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.