source: src/Common/module.mk@ 4ef08f7

ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
Last change on this file since 4ef08f7 was 5339a87, checked in by Thierry Delisle <tdelisle@…>, 5 years ago

Added headers to Makefile Sources (since they are supposed to be)

  • Property mode set to 100644
File size: 1.5 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 \
20 Common/CompilerError.h \
21 Common/Debug.h \
22 Common/ErrorObjects.h \
[7abee38]23 Common/Eval.cc \
[5339a87]24 Common/FilterCombos.h \
25 Common/Indenter.h \
[675716e]26 Common/PassVisitor.cc \
[5339a87]27 Common/PassVisitor.h \
28 Common/PassVisitor.impl.h \
29 Common/PassVisitor.proto.h \
30 Common/PersistentMap.h \
31 Common/ScopedMap.h \
[7abee38]32 Common/SemanticError.cc \
[5339a87]33 Common/SemanticError.h \
34 Common/Stats.h \
35 Common/Stats/Base.h \
[675716e]36 Common/Stats/Counter.cc \
[5339a87]37 Common/Stats/Counter.h \
[1cb7fab2]38 Common/Stats/Heap.cc \
[5339a87]39 Common/Stats/Heap.h \
[1cb7fab2]40 Common/Stats/Stats.cc \
[4f97937]41 Common/Stats/Time.cc \
[5339a87]42 Common/Stats/Time.h \
43 Common/UnimplementedError.h \
44 Common/UniqueName.cc \
45 Common/UniqueName.h \
46 Common/utility.h \
47 Common/VectorMap.h
[7abee38]48
49SRC += $(SRC_COMMON) Common/DebugMalloc.cc
50SRCDEMANGLE += $(SRC_COMMON)
Note: See TracBrowser for help on using the repository browser.