Changes in src/AST/module.mk [0b8bf27:172d9342]
- File:
-
- 1 edited
-
src/AST/module.mk (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/module.mk
r0b8bf27 r172d9342 1 ######################### -*- Mode: Makefile-Gmake -*- ######################## 1 ######################### -*- Mode: Makefile-Gmake -*- 2 ######################## 2 3 ## 3 4 ## Cforall Version 1.0.0 Copyright (C) 2019 University of Waterloo … … 16 17 17 18 SRC_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 19 AST/Convert.cpp \ 20 AST/Node.cpp \ 21 AST/TypeSubstitution.cpp 32 22 33 23 … … 35 25 SRC += $(SRC_AST) 36 26 SRCDEMANGLE += $(SRC_AST) 27
Note:
See TracChangeset
for help on using the changeset viewer.