ADT
        aaron-thesis
        arm-eh
        ast-experimental
        cleanup-dtors
        deferred_resn
        demangler
        enum
        forall-pointer-decay
        jacob/cs343-translation
        jenkins-sandbox
        new-ast
        new-ast-unique-expr
        new-env
        no_list
        persistent-indexer
        pthread-emulation
        qualifiedEnum
        resolv-new
        with_gc
      
      
        
          | Last change
 on this file since ce8c12f was             ce8c12f, checked in by Rob Schluntz <rschlunt@…>, 8 years ago | 
        
          | 
initial work on references: reference types passed through the system, very simple examples work
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            1.7 KB | 
      
      
| Line |  | 
|---|
| 1 | ######################### -*- Mode: Makefile-Gmake -*- ######################## | 
|---|
| 2 | ## | 
|---|
| 3 | ## Cforall Version 1.0.0 Copyright (C) 2015 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           : Richard C. Bilson | 
|---|
| 11 | ## Created On       : Mon Jun  1 17:49:17 2015 | 
|---|
| 12 | ## Last Modified By : Peter A. Buhr | 
|---|
| 13 | ## Last Modified On : Mon Jun  1 17:54:09 2015 | 
|---|
| 14 | ## Update Count     : 1 | 
|---|
| 15 | ############################################################################### | 
|---|
| 16 |  | 
|---|
| 17 | SRC += SynTree/Type.cc \ | 
|---|
| 18 | SynTree/VoidType.cc \ | 
|---|
| 19 | SynTree/BasicType.cc \ | 
|---|
| 20 | SynTree/PointerType.cc \ | 
|---|
| 21 | SynTree/ArrayType.cc \ | 
|---|
| 22 | SynTree/ReferenceType.cc \ | 
|---|
| 23 | SynTree/FunctionType.cc \ | 
|---|
| 24 | SynTree/ReferenceToType.cc \ | 
|---|
| 25 | SynTree/TupleType.cc \ | 
|---|
| 26 | SynTree/TypeofType.cc \ | 
|---|
| 27 | SynTree/AttrType.cc \ | 
|---|
| 28 | SynTree/VarArgsType.cc \ | 
|---|
| 29 | SynTree/ZeroOneType.cc \ | 
|---|
| 30 | SynTree/Constant.cc \ | 
|---|
| 31 | SynTree/Expression.cc \ | 
|---|
| 32 | SynTree/TupleExpr.cc \ | 
|---|
| 33 | SynTree/CommaExpr.cc \ | 
|---|
| 34 | SynTree/TypeExpr.cc \ | 
|---|
| 35 | SynTree/ApplicationExpr.cc \ | 
|---|
| 36 | SynTree/AddressExpr.cc \ | 
|---|
| 37 | SynTree/Statement.cc \ | 
|---|
| 38 | SynTree/CompoundStmt.cc \ | 
|---|
| 39 | SynTree/DeclStmt.cc \ | 
|---|
| 40 | SynTree/Declaration.cc \ | 
|---|
| 41 | SynTree/DeclarationWithType.cc \ | 
|---|
| 42 | SynTree/ObjectDecl.cc \ | 
|---|
| 43 | SynTree/FunctionDecl.cc \ | 
|---|
| 44 | SynTree/AggregateDecl.cc \ | 
|---|
| 45 | SynTree/NamedTypeDecl.cc \ | 
|---|
| 46 | SynTree/TypeDecl.cc \ | 
|---|
| 47 | SynTree/Initializer.cc \ | 
|---|
| 48 | SynTree/Visitor.cc \ | 
|---|
| 49 | SynTree/Mutator.cc \ | 
|---|
| 50 | SynTree/AddStmtVisitor.cc \ | 
|---|
| 51 | SynTree/TypeSubstitution.cc \ | 
|---|
| 52 | SynTree/Attribute.cc \ | 
|---|
| 53 | SynTree/VarExprReplacer.cc | 
|---|
| 54 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.