source: src/Validate/module.mk@ bf0263c

ADT ast-experimental pthread-emulation qualifiedEnum
Last change on this file since bf0263c was 298fe57, checked in by Andrew Beach <ajbeach@…>, 3 years ago

Translated 3/4 of validate_B. Link Reference To Types has been removed and will be translated after we know how much support we need for forall function pointers.

  • Property mode set to 100644
File size: 1.4 KB
Line 
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
17SRC_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
45SRC += $(SRC_VALIDATE)
46SRCDEMANGLE += $(SRC_VALIDATE)
Note: See TracBrowser for help on using the repository browser.