Changes in src/Validate/module.mk [4ec9513:9939dc3]
- File:
-
- 1 edited
-
src/Validate/module.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/module.mk
r4ec9513 r9939dc3 10 10 ## Author : Rob Schluntz 11 11 ## Created On : Fri Jul 27 10:10:10 2018 12 ## Last Modified By : Rob Schluntz13 ## Last Modified On : Fri Jul 27 10:10:26 201814 ## Update Count : 212 ## Last Modified By : Andrew Beach 13 ## Last Modified On : Tue May 17 14:59:00 2022 14 ## Update Count : 3 15 15 ############################################################################### 16 16 17 17 SRC_VALIDATE = \ 18 Validate/FindSpecialDecls.cc \ 19 Validate/FindSpecialDecls.h 20 21 SRC += $(SRC_VALIDATE) \ 18 22 Validate/Autogen.cpp \ 19 23 Validate/Autogen.hpp \ 20 24 Validate/CompoundLiteral.cpp \ 21 25 Validate/CompoundLiteral.hpp \ 26 Validate/EliminateTypedef.cpp \ 27 Validate/EliminateTypedef.hpp \ 28 Validate/FindSpecialDeclsNew.cpp \ 29 Validate/FixQualifiedTypes.cpp \ 30 Validate/FixQualifiedTypes.hpp \ 22 31 Validate/ForallPointerDecay.cpp \ 23 32 Validate/ForallPointerDecay.hpp \ … … 26 35 Validate/HandleAttributes.cc \ 27 36 Validate/HandleAttributes.h \ 37 Validate/HoistStruct.cpp \ 38 Validate/HoistStruct.hpp \ 28 39 Validate/InitializerLength.cpp \ 29 40 Validate/InitializerLength.hpp \ 30 41 Validate/LabelAddressFixer.cpp \ 31 42 Validate/LabelAddressFixer.hpp \ 43 Validate/NoIdSymbolTable.hpp \ 32 44 Validate/ReturnCheck.cpp \ 33 Validate/ReturnCheck.hpp \ 34 Validate/FindSpecialDeclsNew.cpp \ 35 Validate/FindSpecialDecls.cc \ 36 Validate/FindSpecialDecls.h 45 Validate/ReturnCheck.hpp 37 46 38 SRC += $(SRC_VALIDATE)39 47 SRCDEMANGLE += $(SRC_VALIDATE)
Note:
See TracChangeset
for help on using the changeset viewer.