Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/module.mk

    r0f612d2 rab780e6  
    2020
    2121SRC += \
    22        Parser/DeclarationNode.cpp \
    23        Parser/DeclarationNode.hpp \
    24        Parser/ExpressionNode.cpp \
    25        Parser/ExpressionNode.hpp \
    26        Parser/InitializerNode.cpp \
    27        Parser/InitializerNode.hpp \
     22       Parser/DeclarationNode.cc \
     23       Parser/DeclarationNode.h \
     24       Parser/ExpressionNode.cc \
     25       Parser/ExpressionNode.h \
     26       Parser/InitializerNode.cc \
     27       Parser/InitializerNode.h \
    2828       Parser/lex.ll \
    29        Parser/ParseNode.cpp \
    30        Parser/ParseNode.hpp \
     29       Parser/ParseNode.cc \
     30       Parser/ParseNode.h \
    3131       Parser/parser.yy \
    32        Parser/ParserTypes.hpp \
    33        Parser/ParserUtility.hpp \
     32       Parser/ParserTypes.h \
     33       Parser/parserutility.h \
    3434       Parser/RunParser.cpp \
    3535       Parser/RunParser.hpp \
    36        Parser/StatementNode.cpp \
    37        Parser/StatementNode.hpp \
    38        Parser/TypeData.cpp \
    39        Parser/TypeData.hpp \
    40        Parser/TypedefTable.cpp \
    41        Parser/TypedefTable.hpp
     36       Parser/StatementNode.cc \
     37       Parser/StatementNode.h \
     38       Parser/TypeData.cc \
     39       Parser/TypeData.h \
     40       Parser/TypedefTable.cc \
     41       Parser/TypedefTable.h
    4242
    43 MOSTLYCLEANFILES += \
    44        Parser/lex.cc \
    45        Parser/parser.cc \
    46        Parser/parser.hh \
    47        Parser/parser.output
     43MOSTLYCLEANFILES += Parser/lex.cc Parser/parser.cc Parser/parser.hh Parser/parser.output
Note: See TracChangeset for help on using the changeset viewer.