######################### -*- Mode: Makefile-Gmake -*- ######################## ## ## Cforall Version 1.0.0 Copyright (C) 2019 University of Waterloo ## ## The contents of this file are covered under the licence agreement in the ## file "LICENCE" distributed with Cforall. ## ## module.mk -- ## ## Author : Thierry Delisle ## Created On : Thu May 09 16:05:36 2019 ## Last Modified By : ## Last Modified On : ## Update Count : ############################################################################### SRC_AST = \ AST/Attribute.cpp \ AST/Convert.cpp \ AST/Decl.cpp \ AST/DeclReplacer.cpp \ AST/Expr.cpp \ AST/Init.cpp \ AST/LinkageSpec.cpp \ AST/Node.cpp \ AST/Stmt.cpp \ AST/Type.cpp \ AST/TypeSubstitution.cpp SRC += $(SRC_AST) SRCDEMANGLE += $(SRC_AST)