ADT
        ast-experimental
        enum
        pthread-emulation
        qualifiedEnum
      
      
        
          | 
            Last change
 on this file since 891f707 was             3249dd8b, checked in by Andrew Beach <ajbeach@…>, 4 years ago           | 
        
        
          | 
             
Some clean-up. DeepCopyCore lost its already tenous reason to be in the header so I moved it. 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            1.6 KB
           | 
        
      
      
| 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/AssertAcyclic.hpp \
 | 
|---|
| 20 |         AST/Attribute.cpp \
 | 
|---|
| 21 |         AST/Attribute.hpp \
 | 
|---|
| 22 |         AST/Bitfield.hpp \
 | 
|---|
| 23 |         AST/Chain.hpp \
 | 
|---|
| 24 |         AST/Convert.cpp \
 | 
|---|
| 25 |         AST/Convert.hpp \
 | 
|---|
| 26 |         AST/Copy.cpp \
 | 
|---|
| 27 |         AST/Copy.hpp \
 | 
|---|
| 28 |         AST/CVQualifiers.hpp \
 | 
|---|
| 29 |         AST/Decl.cpp \
 | 
|---|
| 30 |         AST/Decl.hpp \
 | 
|---|
| 31 |         AST/DeclReplacer.cpp \
 | 
|---|
| 32 |         AST/DeclReplacer.hpp \
 | 
|---|
| 33 |         AST/Eval.hpp \
 | 
|---|
| 34 |         AST/Expr.cpp \
 | 
|---|
| 35 |         AST/Expr.hpp \
 | 
|---|
| 36 |         AST/FunctionSpec.hpp \
 | 
|---|
| 37 |         AST/Fwd.hpp \
 | 
|---|
| 38 |         AST/GenericSubstitution.cpp \
 | 
|---|
| 39 |         AST/GenericSubstitution.hpp \
 | 
|---|
| 40 |         AST/Init.cpp \
 | 
|---|
| 41 |         AST/Init.hpp \
 | 
|---|
| 42 |         AST/Label.hpp \
 | 
|---|
| 43 |         AST/LinkageSpec.cpp \
 | 
|---|
| 44 |         AST/LinkageSpec.hpp \
 | 
|---|
| 45 |         AST/Node.cpp \
 | 
|---|
| 46 |         AST/Node.hpp \
 | 
|---|
| 47 |         AST/ParseNode.hpp \
 | 
|---|
| 48 |         AST/Pass.cpp \
 | 
|---|
| 49 |         AST/Pass.hpp \
 | 
|---|
| 50 |         AST/Pass.impl.hpp \
 | 
|---|
| 51 |         AST/Pass.proto.hpp \
 | 
|---|
| 52 |         AST/Print.cpp \
 | 
|---|
| 53 |         AST/Print.hpp \
 | 
|---|
| 54 |         AST/Stmt.cpp \
 | 
|---|
| 55 |         AST/Stmt.hpp \
 | 
|---|
| 56 |         AST/StorageClasses.hpp \
 | 
|---|
| 57 |         AST/SymbolTable.cpp \
 | 
|---|
| 58 |         AST/SymbolTable.hpp \
 | 
|---|
| 59 |         AST/TranslationUnit.hpp \
 | 
|---|
| 60 |         AST/Type.cpp \
 | 
|---|
| 61 |         AST/Type.hpp \
 | 
|---|
| 62 |         AST/TypeEnvironment.cpp \
 | 
|---|
| 63 |         AST/TypeEnvironment.hpp \
 | 
|---|
| 64 |         AST/TypeSubstitution.cpp \
 | 
|---|
| 65 |         AST/TypeSubstitution.hpp \
 | 
|---|
| 66 |         AST/Visitor.hpp
 | 
|---|
| 67 | 
 | 
|---|
| 68 | SRC += $(SRC_AST)
 | 
|---|
| 69 | SRCDEMANGLE += $(SRC_AST)
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.