Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/module.mk

    r0b8bf27 r172d9342  
    1 ######################### -*- Mode: Makefile-Gmake -*- ########################
     1######################### -*- Mode: Makefile-Gmake -*-
     2########################
    23##
    34## Cforall Version 1.0.0 Copyright (C) 2019 University of Waterloo
     
    1617
    1718SRC_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
    3222
    3323
     
    3525SRC += $(SRC_AST)
    3626SRCDEMANGLE += $(SRC_AST)
     27
Note: See TracChangeset for help on using the changeset viewer.