Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/module.mk

    r9939dc3 r4ec9513  
    1010## Author           : Rob Schluntz
    1111## Created On       : Fri Jul 27 10:10:10 2018
    12 ## Last Modified By : Andrew Beach
    13 ## Last Modified On : Tue May 17 14:59:00 2022
    14 ## Update Count     : 3
     12## Last Modified By : Rob Schluntz
     13## Last Modified On : Fri Jul 27 10:10:26 2018
     14## Update Count     : 2
    1515###############################################################################
    1616
    1717SRC_VALIDATE = \
    18         Validate/FindSpecialDecls.cc \
    19         Validate/FindSpecialDecls.h
    20 
    21 SRC += $(SRC_VALIDATE) \
    2218        Validate/Autogen.cpp \
    2319        Validate/Autogen.hpp \
    2420        Validate/CompoundLiteral.cpp \
    2521        Validate/CompoundLiteral.hpp \
    26         Validate/EliminateTypedef.cpp \
    27         Validate/EliminateTypedef.hpp \
    28         Validate/FindSpecialDeclsNew.cpp \
    29         Validate/FixQualifiedTypes.cpp \
    30         Validate/FixQualifiedTypes.hpp \
    3122        Validate/ForallPointerDecay.cpp \
    3223        Validate/ForallPointerDecay.hpp \
     
    3526        Validate/HandleAttributes.cc \
    3627        Validate/HandleAttributes.h \
    37         Validate/HoistStruct.cpp \
    38         Validate/HoistStruct.hpp \
    3928        Validate/InitializerLength.cpp \
    4029        Validate/InitializerLength.hpp \
    4130        Validate/LabelAddressFixer.cpp \
    4231        Validate/LabelAddressFixer.hpp \
    43         Validate/NoIdSymbolTable.hpp \
    4432        Validate/ReturnCheck.cpp \
    45         Validate/ReturnCheck.hpp
     33        Validate/ReturnCheck.hpp \
     34        Validate/FindSpecialDeclsNew.cpp \
     35        Validate/FindSpecialDecls.cc \
     36        Validate/FindSpecialDecls.h
    4637
     38SRC += $(SRC_VALIDATE)
    4739SRCDEMANGLE += $(SRC_VALIDATE)
Note: See TracChangeset for help on using the changeset viewer.