Changeset e5d9274 for src/Validate/module.mk
- Timestamp:
- Jun 2, 2022, 3:11:21 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- ced5e2a
- Parents:
- 015925a (diff), fc134a48 (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
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/module.mk
r015925a re5d9274 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 \ … … 22 26 Validate/EliminateTypedef.cpp \ 23 27 Validate/EliminateTypedef.hpp \ 28 Validate/FindSpecialDeclsNew.cpp \ 24 29 Validate/FixQualifiedTypes.cpp \ 25 30 Validate/FixQualifiedTypes.hpp \ … … 38 43 Validate/NoIdSymbolTable.hpp \ 39 44 Validate/ReturnCheck.cpp \ 40 Validate/ReturnCheck.hpp \ 41 Validate/FindSpecialDeclsNew.cpp \ 42 Validate/FindSpecialDecls.cc \ 43 Validate/FindSpecialDecls.h 45 Validate/ReturnCheck.hpp 44 46 45 SRC += $(SRC_VALIDATE)46 47 SRCDEMANGLE += $(SRC_VALIDATE)
Note:
See TracChangeset
for help on using the changeset viewer.