source: src/AST/module.mk@ 94b1f718

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 94b1f718 was 0b8bf27, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

Fixed pass visitor so previsit can return void to signify it will never mutate

  • Property mode set to 100644
File size: 859 bytes
Line 
1######################### -*- Mode: Makefile-Gmake -*- ########################
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
17SRC_AST = \
18 AST/Attribute.cpp \
19 AST/Convert.cpp \
20 AST/Decl.cpp \
21 AST/DeclReplacer.cpp \
22 AST/Expr.cpp \
23 AST/GenericSubstitution.cpp \
24 AST/Init.cpp \
25 AST/LinkageSpec.cpp \
26 AST/Node.cpp \
27 AST/Pass.cpp \
28 AST/Print.cpp \
29 AST/Stmt.cpp \
30 AST/Type.cpp \
31 AST/TypeSubstitution.cpp
32
33
34
35SRC += $(SRC_AST)
36SRCDEMANGLE += $(SRC_AST)
Note: See TracBrowser for help on using the repository browser.