Skip to content

Commit

Permalink
Updated module.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
ncollier committed Nov 26, 2018
1 parent a01f8d8 commit b2dcab2
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions src/repast_hpc/module.mk
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
SOURCES = AgentId.cpp \
NCDataSetBuilder.cpp \
SharedNetwork.cpp \
AgentImporterExporter.cpp \
NCDataSet.cpp \
spatial_math.cpp \
AgentRequest.cpp \
NetworkBuilder.cpp \
SRManager.cpp \
AgentStatus.cpp \
Properties.cpp \
SVDataSetBuilder.cpp \
CartesianTopology.cpp \
Graph.cpp \
Random.cpp \
SVDataSet.cpp \
GridComponents.cpp \
RepastErrors.cpp \
Utilities.cpp \
GridDimensions.cpp \
RepastProcess.cpp \
ValueLayer.cpp \
initialize_random.cpp \
Schedule.cpp \
Variable.cpp \
io.cpp \
SharedBaseGrid.cpp \
logger.cpp \
SharedContext.cpp
NCDataSet.cpp \
NCDataSetBuilder.cpp \
NetworkBuilder.cpp \
Properties.cpp \
Random.cpp \
RelativeLocation.cpp \
RepastErrors.cpp \
RepastProcess.cpp \
Schedule.cpp \
SharedBaseGrid.cpp \
SharedContext.cpp \
spatial_math.cpp \
SRManager.cpp \
SVDataSet.cpp \
SVDataSetBuilder.cpp \
Utilities.cpp \
ValueLayer.cpp \
ValueLayerND.cpp \
Variable.cpp \
ValueLayer.cpp \
Variable.cpp

local_dir := repast_hpc
local_src := $(addprefix $(local_dir)/, $(SOURCES))
Expand Down

0 comments on commit b2dcab2

Please sign in to comment.