source: src/AST/module.mk @ 57e0289

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 57e0289 was 5339a87, checked in by Thierry Delisle <tdelisle@…>, 4 years ago

Added headers to Makefile Sources (since they are supposed to be)

  • Property mode set to 100644
File size: 1.6 KB
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
[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
17SRC_AST = \
[7cc0344]18        AST/AssertAcyclic.cpp \
[5339a87]19        AST/AssertAcyclic.hpp \
[dccc091]20        AST/Attribute.cpp \
[5339a87]21        AST/Attribute.hpp \
22        AST/Bitfield.hpp \
23        AST/Chain.hpp \
[dccc091]24        AST/Convert.cpp \
[5339a87]25        AST/Convert.hpp \
26        AST/Copy.hpp \
27        AST/CVQualifiers.hpp \
[dccc091]28        AST/Decl.cpp \
[5339a87]29        AST/Decl.hpp \
[dccc091]30        AST/DeclReplacer.cpp \
[5339a87]31        AST/DeclReplacer.hpp \
32        AST/Eval.hpp \
[dccc091]33        AST/Expr.cpp \
[5339a87]34        AST/Expr.hpp \
[e0e9a0b]35        AST/ForallSubstitutionTable.cpp \
[5339a87]36        AST/ForallSubstitutionTable.hpp \
37        AST/ForallSubstitutor.hpp \
38        AST/FunctionSpec.hpp \
39        AST/Fwd.hpp \
[0b8bf27]40        AST/GenericSubstitution.cpp \
[5339a87]41        AST/GenericSubstitution.hpp \
[dccc091]42        AST/Init.cpp \
[5339a87]43        AST/Init.hpp \
44        AST/Label.hpp \
[dccc091]45        AST/LinkageSpec.cpp \
[5339a87]46        AST/LinkageSpec.hpp \
[dccc091]47        AST/Node.cpp \
[5339a87]48        AST/Node.hpp \
49        AST/ParseNode.hpp \
[b0abc8a0]50        AST/Pass.cpp \
[5339a87]51        AST/Pass.hpp \
52        AST/Pass.impl.hpp \
53        AST/Pass.proto.hpp \
[461046f]54        AST/Print.cpp \
[5339a87]55        AST/Print.hpp \
[dccc091]56        AST/Stmt.cpp \
[5339a87]57        AST/Stmt.hpp \
58        AST/StorageClasses.hpp \
[d76c588]59        AST/SymbolTable.cpp \
[5339a87]60        AST/SymbolTable.hpp \
[dccc091]61        AST/Type.cpp \
[5339a87]62        AST/Type.hpp \
[d76c588]63        AST/TypeEnvironment.cpp \
[5339a87]64        AST/TypeEnvironment.hpp \
65        AST/TypeSubstitution.cpp \
66        AST/TypeSubstitution.hpp \
67        AST/Visitor.hpp
[172d9342]68
69SRC += $(SRC_AST)
70SRCDEMANGLE += $(SRC_AST)
Note: See TracBrowser for help on using the repository browser.