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 |
---|
12 | ## Last Modified By : Rob Schluntz |
---|
13 | ## Last Modified On : Fri Jul 27 10:10:26 2018 |
---|
14 | ## Update Count : 2 |
---|
15 | ############################################################################### |
---|
16 | |
---|
17 | SRC_VALIDATE = \ |
---|
18 | Validate/Autogen.cpp \ |
---|
19 | Validate/Autogen.hpp \ |
---|
20 | Validate/CompoundLiteral.cpp \ |
---|
21 | Validate/CompoundLiteral.hpp \ |
---|
22 | Validate/EliminateTypedef.cpp \ |
---|
23 | Validate/EliminateTypedef.hpp \ |
---|
24 | Validate/FixQualifiedTypes.cpp \ |
---|
25 | Validate/FixQualifiedTypes.hpp \ |
---|
26 | Validate/ForallPointerDecay.cpp \ |
---|
27 | Validate/ForallPointerDecay.hpp \ |
---|
28 | Validate/GenericParameter.cpp \ |
---|
29 | Validate/GenericParameter.hpp \ |
---|
30 | Validate/HandleAttributes.cc \ |
---|
31 | Validate/HandleAttributes.h \ |
---|
32 | Validate/HoistStruct.cpp \ |
---|
33 | Validate/HoistStruct.hpp \ |
---|
34 | Validate/InitializerLength.cpp \ |
---|
35 | Validate/InitializerLength.hpp \ |
---|
36 | Validate/LabelAddressFixer.cpp \ |
---|
37 | Validate/LabelAddressFixer.hpp \ |
---|
38 | Validate/NoIdSymbolTable.hpp \ |
---|
39 | Validate/ReturnCheck.cpp \ |
---|
40 | Validate/ReturnCheck.hpp \ |
---|
41 | Validate/FindSpecialDeclsNew.cpp \ |
---|
42 | Validate/FindSpecialDecls.cc \ |
---|
43 | Validate/FindSpecialDecls.h |
---|
44 | |
---|
45 | SRC += $(SRC_VALIDATE) |
---|
46 | SRCDEMANGLE += $(SRC_VALIDATE) |
---|