Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/module.mk

    r5339a87 r7abee38  
    1717SRC_CONTROLSTRUCT = \
    1818        ControlStruct/ForExprMutator.cc \
    19         ControlStruct/ForExprMutator.h \
    2019        ControlStruct/LabelFixer.cc \
    21         ControlStruct/LabelFixer.h \
    2220        ControlStruct/LabelGenerator.cc \
    23         ControlStruct/LabelGenerator.h \
    2421        ControlStruct/MLEMutator.cc \
    25         ControlStruct/MLEMutator.h \
    26         ControlStruct/Mutate.cc \
    27         ControlStruct/Mutate.h
     22        ControlStruct/Mutate.cc
    2823
    29 SRC += $(SRC_CONTROLSTRUCT) ControlStruct/ExceptTranslate.cc ControlStruct/ExceptTranslate.h
     24SRC += $(SRC_CONTROLSTRUCT) ControlStruct/ExceptTranslate.cc
    3025SRCDEMANGLE += $(SRC_CONTROLSTRUCT)
    3126
Note: See TracChangeset for help on using the changeset viewer.