source: src/Common/module.mk@ 0d4f954

ADT ast-experimental enum pthread-emulation qualifiedEnum
Last change on this file since 0d4f954 was 55cbff8, checked in by Andrew Beach <ajbeach@…>, 4 years ago

Added new ast resolver prototype support. Not exactly the same but some of those changes might be fixes.

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[6e7e2b36]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##
[c9d5c4f]8## module.mk --
[6e7e2b36]9##
10## Author : Richard C. Bilson
11## Created On : Mon Jun 1 17:49:17 2015
12## Last Modified By : Peter A. Buhr
[fb114fa1]13## Last Modified On : Tue Sep 27 11:06:38 2016
14## Update Count : 4
[6e7e2b36]15###############################################################################
16
[7abee38]17SRC_COMMON = \
18 Common/Assert.cc \
[5339a87]19 Common/CodeLocation.h \
[f57faf6f]20 Common/CodeLocationTools.hpp \
21 Common/CodeLocationTools.cpp \
[5339a87]22 Common/CompilerError.h \
23 Common/Debug.h \
[68fe946e]24 Common/DeclStats.hpp \
25 Common/DeclStats.cpp \
[5339a87]26 Common/ErrorObjects.h \
[7abee38]27 Common/Eval.cc \
[1c01c58]28 Common/Examine.cc \
29 Common/Examine.h \
[5339a87]30 Common/FilterCombos.h \
31 Common/Indenter.h \
[675716e]32 Common/PassVisitor.cc \
[5339a87]33 Common/PassVisitor.h \
34 Common/PassVisitor.impl.h \
35 Common/PassVisitor.proto.h \
36 Common/PersistentMap.h \
[55cbff8]37 Common/ResolvProtoDump.hpp \
38 Common/ResolvProtoDump.cpp \
[5339a87]39 Common/ScopedMap.h \
[7abee38]40 Common/SemanticError.cc \
[5339a87]41 Common/SemanticError.h \
42 Common/Stats.h \
43 Common/Stats/Base.h \
[675716e]44 Common/Stats/Counter.cc \
[5339a87]45 Common/Stats/Counter.h \
[1cb7fab2]46 Common/Stats/Heap.cc \
[5339a87]47 Common/Stats/Heap.h \
[57e0289]48 Common/Stats/ResolveTime.cc \
49 Common/Stats/ResolveTime.h \
[1cb7fab2]50 Common/Stats/Stats.cc \
[4f97937]51 Common/Stats/Time.cc \
[5339a87]52 Common/Stats/Time.h \
53 Common/UnimplementedError.h \
54 Common/UniqueName.cc \
55 Common/UniqueName.h \
56 Common/utility.h \
57 Common/VectorMap.h
[7abee38]58
59SRC += $(SRC_COMMON) Common/DebugMalloc.cc
60SRCDEMANGLE += $(SRC_COMMON)
Note: See TracBrowser for help on using the repository browser.