Changeset c778ef1


Ignore:
Timestamp:
May 11, 2024, 1:11:40 PM (12 days ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
5f225f5
Parents:
0f612d2
Message:

Apparently the source file lists aren't used until distribution. I went over all the lists and also found a stray header.

Location:
src
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/module.mk

    r0f612d2 rc778ef1  
    2424
    2525SRC += $(SRC_CODEGEN) \
    26         CodeGen/Generate.cpp \
    27         CodeGen/Generate.hpp \
    2826        CodeGen/FixMain.cpp \
    2927        CodeGen/FixMain.hpp \
    3028        CodeGen/FixNames.cpp \
    3129        CodeGen/FixNames.hpp \
     30        CodeGen/Generate.cpp \
     31        CodeGen/Generate.hpp \
    3232        CodeGen/LinkOnce.cpp \
    3333        CodeGen/LinkOnce.hpp \
  • src/ControlStruct/module.mk

    r0f612d2 rc778ef1  
    1717SRC += \
    1818        ControlStruct/ExceptDecl.cpp \
    19         ControlStruct/ExceptDecl.h \
     19        ControlStruct/ExceptDecl.hpp \
    2020        ControlStruct/ExceptTranslate.cpp \
    21         ControlStruct/ExceptTranslate.h \
     21        ControlStruct/ExceptTranslate.hpp \
    2222        ControlStruct/FixLabels.cpp \
    2323        ControlStruct/FixLabels.hpp \
  • src/Validate/module.mk

    r0f612d2 rc778ef1  
    1616
    1717SRC_VALIDATE = \
    18         Validate/FindSpecialDecls.h
     18        Validate/FindSpecialDecls.hpp
    1919
    2020SRC += $(SRC_VALIDATE) \
     
    4040        Validate/HoistTypeDecls.cpp \
    4141        Validate/HoistTypeDecls.hpp \
     42        Validate/ImplementEnumFunc.cpp \
     43        Validate/ImplementEnumFunc.hpp \
    4244        Validate/InitializerLength.cpp \
    4345        Validate/InitializerLength.hpp \
     
    5254        Validate/ReturnCheck.hpp \
    5355        Validate/VerifyCtorDtorAssign.cpp \
    54         Validate/VerifyCtorDtorAssign.hpp \
    55         Validate/ImplementEnumFunc.cpp \
    56         Validate/ImplementEnumFunc.hpp
     56        Validate/VerifyCtorDtorAssign.hpp
    5757
    5858SRCDEMANGLE += $(SRC_VALIDATE)
  • src/main.cpp

    r0f612d2 rc778ef1  
    6666#include "Tuples/Tuples.hpp"                // for expandMemberTuples, expan...
    6767#include "Validate/Autogen.hpp"             // for autogenerateRoutines
    68 #include "Validate/ImplementEnumFunc.hpp"   // for implementEnumFunc
    6968#include "Validate/CompoundLiteral.hpp"     // for handleCompoundLiterals
    7069#include "Validate/EliminateTypedef.hpp"    // for eliminateTypedef
     
    7776#include "Validate/HoistStruct.hpp"         // for hoistStruct
    7877#include "Validate/HoistTypeDecls.hpp"      // for hoistTypeDecls
     78#include "Validate/ImplementEnumFunc.hpp"   // for implementEnumFunc
    7979#include "Validate/InitializerLength.hpp"   // for setLengthFromInitializer
    8080#include "Validate/LabelAddressFixer.hpp"   // for fixLabelAddresses
Note: See TracChangeset for help on using the changeset viewer.