[fd2debf] | 1 | ######################### -*- Mode: Makefile-Gmake -*- ######################## |
---|
| 2 | ## |
---|
| 3 | ## Cforall Version 1.0.0 Copyright (C) 2018 University of Waterloo |
---|
| 4 | ## |
---|
| 5 | ## The contents of this file are covered under the licence agreement in the |
---|
| 6 | ## file "LICENCE" distributed with Cforall. |
---|
| 7 | ## |
---|
| 8 | ## module.mk -- |
---|
| 9 | ## |
---|
| 10 | ## Author : Rob Schluntz |
---|
| 11 | ## Created On : Fri Jul 27 10:10:10 2018 |
---|
[9939dc3] | 12 | ## Last Modified By : Andrew Beach |
---|
| 13 | ## Last Modified On : Tue May 17 14:59:00 2022 |
---|
| 14 | ## Update Count : 3 |
---|
[fd2debf] | 15 | ############################################################################### |
---|
| 16 | |
---|
[ce36b55] | 17 | SRC_VALIDATE = \ |
---|
[c778ef1] | 18 | Validate/FindSpecialDecls.hpp |
---|
[9939dc3] | 19 | |
---|
| 20 | SRC += $(SRC_VALIDATE) \ |
---|
[a488783] | 21 | Validate/Autogen.cpp \ |
---|
| 22 | Validate/Autogen.hpp \ |
---|
[2cf3b87] | 23 | Validate/CompoundLiteral.cpp \ |
---|
| 24 | Validate/CompoundLiteral.hpp \ |
---|
[298fe57] | 25 | Validate/EliminateTypedef.cpp \ |
---|
| 26 | Validate/EliminateTypedef.hpp \ |
---|
[1931bb01] | 27 | Validate/EnumAndPointerDecay.cpp \ |
---|
| 28 | Validate/EnumAndPointerDecay.hpp \ |
---|
[83fd57d] | 29 | Validate/FindSpecialDecls.cpp \ |
---|
[298fe57] | 30 | Validate/FixQualifiedTypes.cpp \ |
---|
| 31 | Validate/FixQualifiedTypes.hpp \ |
---|
[1931bb01] | 32 | Validate/FixReturnTypes.cpp \ |
---|
| 33 | Validate/FixReturnTypes.hpp \ |
---|
[9490621] | 34 | Validate/ForallPointerDecay.cpp \ |
---|
| 35 | Validate/ForallPointerDecay.hpp \ |
---|
[4ec9513] | 36 | Validate/GenericParameter.cpp \ |
---|
| 37 | Validate/GenericParameter.hpp \ |
---|
[298fe57] | 38 | Validate/HoistStruct.cpp \ |
---|
| 39 | Validate/HoistStruct.hpp \ |
---|
[1931bb01] | 40 | Validate/HoistTypeDecls.cpp \ |
---|
| 41 | Validate/HoistTypeDecls.hpp \ |
---|
[c778ef1] | 42 | Validate/ImplementEnumFunc.cpp \ |
---|
| 43 | Validate/ImplementEnumFunc.hpp \ |
---|
[ce36b55] | 44 | Validate/InitializerLength.cpp \ |
---|
| 45 | Validate/InitializerLength.hpp \ |
---|
| 46 | Validate/LabelAddressFixer.cpp \ |
---|
| 47 | Validate/LabelAddressFixer.hpp \ |
---|
[37b3151] | 48 | Validate/LinkInstanceTypes.cpp \ |
---|
| 49 | Validate/LinkInstanceTypes.hpp \ |
---|
[298fe57] | 50 | Validate/NoIdSymbolTable.hpp \ |
---|
[1931bb01] | 51 | Validate/ReplaceTypedef.cpp \ |
---|
| 52 | Validate/ReplaceTypedef.hpp \ |
---|
[4ec9513] | 53 | Validate/ReturnCheck.cpp \ |
---|
[1931bb01] | 54 | Validate/ReturnCheck.hpp \ |
---|
| 55 | Validate/VerifyCtorDtorAssign.cpp \ |
---|
[c778ef1] | 56 | Validate/VerifyCtorDtorAssign.hpp |
---|
[ce36b55] | 57 | |
---|
| 58 | SRCDEMANGLE += $(SRC_VALIDATE) |
---|