source: src/ResolvExpr/module.mk @ 4b7cce6

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 4b7cce6 was 396037d, checked in by Aaron Moss <a3moss@…>, 5 years ago

Start stubbing CandidateFinder? in

  • Property mode set to 100644
File size: 1.4 KB
Line 
1######################### -*- Mode: Makefile-Gmake -*- ########################
2##
3## Cforall Version 1.0.0 Copyright (C) 2015 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           : Richard C. Bilson
11## Created On       : Mon Jun  1 17:49:17 2015
12## Last Modified By : Peter A. Buhr
13## Last Modified On : Mon Jun  1 17:53:28 2015
14## Update Count     : 1
15###############################################################################
16
17SRC_RESOLVEXPR = \
18      ResolvExpr/AdjustExprType.cc \
19      ResolvExpr/Alternative.cc \
20      ResolvExpr/AlternativeFinder.cc \
21      ResolvExpr/Candidate.cpp \
22      ResolvExpr/CandidateFinder.cpp \
23      ResolvExpr/CastCost.cc \
24      ResolvExpr/CommonType.cc \
25      ResolvExpr/ConversionCost.cc \
26      ResolvExpr/CurrentObject.cc \
27      ResolvExpr/ExplodedActual.cc \
28      ResolvExpr/FindOpenVars.cc \
29      ResolvExpr/Occurs.cc \
30      ResolvExpr/PolyCost.cc \
31      ResolvExpr/PtrsAssignable.cc \
32      ResolvExpr/PtrsCastable.cc \
33      ResolvExpr/RenameVars.cc \
34      ResolvExpr/ResolveAssertions.cc \
35      ResolvExpr/Resolver.cc \
36      ResolvExpr/ResolveTypeof.cc \
37      ResolvExpr/SatisfyAssertions.cpp \
38      ResolvExpr/SpecCost.cc \
39      ResolvExpr/TypeEnvironment.cc \
40      ResolvExpr/Unify.cc
41
42SRC += $(SRC_RESOLVEXPR) ResolvExpr/AlternativePrinter.cc
43SRCDEMANGLE += $(SRC_RESOLVEXPR)
Note: See TracBrowser for help on using the repository browser.