ADT
        arm-eh
        ast-experimental
        enum
        forall-pointer-decay
        jacob/cs343-translation
        new-ast
        new-ast-unique-expr
        pthread-emulation
        qualifiedEnum
      
      
      
| 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 : Peter A. Buhr
 | 
|---|
| 13 | ## Last Modified On : Sat Dec 14 07:29:10 2019
 | 
|---|
| 14 | ## Update Count     : 3
 | 
|---|
| 15 | ###############################################################################
 | 
|---|
| 16 | 
 | 
|---|
| 17 | SRC_AST = \
 | 
|---|
| 18 |         AST/AssertAcyclic.cpp \
 | 
|---|
| 19 |         AST/Attribute.cpp \
 | 
|---|
| 20 |         AST/Convert.cpp \
 | 
|---|
| 21 |         AST/Decl.cpp \
 | 
|---|
| 22 |         AST/DeclReplacer.cpp \
 | 
|---|
| 23 |         AST/Expr.cpp \
 | 
|---|
| 24 |         AST/GenericSubstitution.cpp \
 | 
|---|
| 25 |         AST/Init.cpp \
 | 
|---|
| 26 |         AST/LinkageSpec.cpp \
 | 
|---|
| 27 |         AST/Node.cpp \
 | 
|---|
| 28 |         AST/Pass.cpp \
 | 
|---|
| 29 |         AST/Print.cpp \
 | 
|---|
| 30 |         AST/Stmt.cpp \
 | 
|---|
| 31 |         AST/SymbolTable.cpp \
 | 
|---|
| 32 |         AST/Type.cpp \
 | 
|---|
| 33 |         AST/TypeEnvironment.cpp \
 | 
|---|
| 34 |         AST/TypeSubstitution.cpp
 | 
|---|
| 35 | 
 | 
|---|
| 36 | SRC += $(SRC_AST)
 | 
|---|
| 37 | SRCDEMANGLE += $(SRC_AST)
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.