Changeset 74ec742 for src/Validate/module.mk
- Timestamp:
- May 20, 2022, 10:36:45 AM (4 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 25fa20a
- Parents:
- 29d8c02 (diff), 7831e8fb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/Validate/module.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/module.mk
r29d8c02 r74ec742 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.