Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/module.mk

    r9939dc3 r7b38b28  
    1010## Author           : Richard C. Bilson
    1111## Created On       : Mon Jun  1 17:49:17 2015
    12 ## Last Modified By : Andrew Beach
    13 ## Last Modified On : Tue May 17 14:30:00 2022
    14 ## Update Count     : 8
     12## Last Modified By : Peter A. Buhr
     13## Last Modified On : Sat Jan 29 12:04:19 2022
     14## Update Count     : 7
    1515###############################################################################
    1616
    17 SRC += \
     17SRC_CONTROLSTRUCT = \
    1818        ControlStruct/ExceptDecl.cc \
    1919        ControlStruct/ExceptDecl.h \
    20         ControlStruct/ExceptTranslateNew.cpp \
    21         ControlStruct/ExceptTranslate.cc \
    22         ControlStruct/ExceptTranslate.h \
    2320        ControlStruct/FixLabels.cpp \
    2421        ControlStruct/FixLabels.hpp \
     
    4037        ControlStruct/Mutate.h
    4138
     39SRC += $(SRC_CONTROLSTRUCT) \
     40        ControlStruct/ExceptTranslateNew.cpp \
     41        ControlStruct/ExceptTranslate.cc \
     42        ControlStruct/ExceptTranslate.h
     43
     44SRCDEMANGLE += $(SRC_CONTROLSTRUCT)
     45
Note: See TracChangeset for help on using the changeset viewer.