source: src/AST/module.mk@ 0ce063b

ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
Last change on this file since 0ce063b was d76c588, checked in by Aaron Moss <a3moss@…>, 6 years ago

Stubs for new resolver, implementation of new indexer, type environment

  • Property mode set to 100644
File size: 909 bytes
RevLine 
[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
17SRC_AST = \
[dccc091]18 AST/Attribute.cpp \
19 AST/Convert.cpp \
20 AST/Decl.cpp \
21 AST/DeclReplacer.cpp \
22 AST/Expr.cpp \
[0b8bf27]23 AST/GenericSubstitution.cpp \
[dccc091]24 AST/Init.cpp \
25 AST/LinkageSpec.cpp \
26 AST/Node.cpp \
[b0abc8a0]27 AST/Pass.cpp \
[461046f]28 AST/Print.cpp \
[dccc091]29 AST/Stmt.cpp \
[d76c588]30 AST/SymbolTable.cpp \
[dccc091]31 AST/Type.cpp \
[d76c588]32 AST/TypeEnvironment.cpp \
[dccc091]33 AST/TypeSubstitution.cpp
[172d9342]34
35
36
37SRC += $(SRC_AST)
38SRCDEMANGLE += $(SRC_AST)
Note: See TracBrowser for help on using the repository browser.