source: src/Validate/module.mk@ fb63c70

ADT ast-experimental pthread-emulation qualifiedEnum
Last change on this file since fb63c70 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
RevLine 
[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
12## Last Modified By : Rob Schluntz
13## Last Modified On : Fri Jul 27 10:10:26 2018
14## Update Count : 2
15###############################################################################
16
[ce36b55]17SRC_VALIDATE = \
[a488783]18 Validate/Autogen.cpp \
19 Validate/Autogen.hpp \
[2cf3b87]20 Validate/CompoundLiteral.cpp \
21 Validate/CompoundLiteral.hpp \
[298fe57]22 Validate/EliminateTypedef.cpp \
23 Validate/EliminateTypedef.hpp \
24 Validate/FixQualifiedTypes.cpp \
25 Validate/FixQualifiedTypes.hpp \
[9490621]26 Validate/ForallPointerDecay.cpp \
27 Validate/ForallPointerDecay.hpp \
[4ec9513]28 Validate/GenericParameter.cpp \
29 Validate/GenericParameter.hpp \
[ce36b55]30 Validate/HandleAttributes.cc \
31 Validate/HandleAttributes.h \
[298fe57]32 Validate/HoistStruct.cpp \
33 Validate/HoistStruct.hpp \
[ce36b55]34 Validate/InitializerLength.cpp \
35 Validate/InitializerLength.hpp \
36 Validate/LabelAddressFixer.cpp \
37 Validate/LabelAddressFixer.hpp \
[298fe57]38 Validate/NoIdSymbolTable.hpp \
[4ec9513]39 Validate/ReturnCheck.cpp \
40 Validate/ReturnCheck.hpp \
[ce36b55]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.