Rev | Line | |
---|
[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
|
---|
[9939dc3] | 12 | ## Last Modified By : Andrew Beach
|
---|
| 13 | ## Last Modified On : Tue May 17 14:27:00 2022
|
---|
| 14 | ## Update Count : 5
|
---|
[6e7e2b36] | 15 | ###############################################################################
|
---|
| 16 |
|
---|
[7abee38] | 17 | SRC_COMMON = \
|
---|
[9939dc3] | 18 | Common/Assert.cc \
|
---|
| 19 | Common/CodeLocation.h \
|
---|
| 20 | Common/CodeLocationTools.hpp \
|
---|
| 21 | Common/CodeLocationTools.cpp \
|
---|
| 22 | Common/DeclStats.hpp \
|
---|
| 23 | Common/DeclStats.cpp \
|
---|
| 24 | Common/ErrorObjects.h \
|
---|
| 25 | Common/Eval.cc \
|
---|
[8f06277] | 26 | Common/Eval.h \
|
---|
[9939dc3] | 27 | Common/Examine.cc \
|
---|
| 28 | Common/Examine.h \
|
---|
| 29 | Common/FilterCombos.h \
|
---|
| 30 | Common/Indenter.h \
|
---|
| 31 | Common/Indenter.cc \
|
---|
[8f06277] | 32 | Common/Iterate.hpp \
|
---|
[9939dc3] | 33 | Common/PersistentMap.h \
|
---|
| 34 | Common/ResolvProtoDump.hpp \
|
---|
| 35 | Common/ResolvProtoDump.cpp \
|
---|
| 36 | Common/ScopedMap.h \
|
---|
| 37 | Common/SemanticError.cc \
|
---|
| 38 | Common/SemanticError.h \
|
---|
| 39 | Common/Stats.h \
|
---|
| 40 | Common/Stats/Base.h \
|
---|
| 41 | Common/Stats/Counter.cc \
|
---|
| 42 | Common/Stats/Counter.h \
|
---|
| 43 | Common/Stats/Heap.cc \
|
---|
| 44 | Common/Stats/Heap.h \
|
---|
| 45 | Common/Stats/ResolveTime.cc \
|
---|
| 46 | Common/Stats/ResolveTime.h \
|
---|
| 47 | Common/Stats/Stats.cc \
|
---|
| 48 | Common/Stats/Time.cc \
|
---|
| 49 | Common/Stats/Time.h \
|
---|
[9feb34b] | 50 | Common/ToString.hpp \
|
---|
[9939dc3] | 51 | Common/UniqueName.cc \
|
---|
| 52 | Common/UniqueName.h \
|
---|
| 53 | Common/utility.h \
|
---|
| 54 | Common/VectorMap.h
|
---|
| 55 |
|
---|
| 56 | SRC += $(SRC_COMMON) \
|
---|
| 57 | Common/DebugMalloc.cc
|
---|
[7abee38] | 58 |
|
---|
| 59 | SRCDEMANGLE += $(SRC_COMMON)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.