Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
QualityImprover/VertexMover/MakefileVariables.inc
Go to the documentation of this file.
1 VERTEXMOVERDIR = $(srcdir)/QualityImprover/VertexMover
2 
3 VERTEXMOVERLOCALSRC = VertexMover.cpp MeanMidNodeMover.cpp
4 
5 VERTEXMOVERSRC = $(VERTEXMOVERLOCALSRC:%=$(VERTEXMOVERDIR)/%)
6 
7 
8 VERTEXMOVERHEADERS = \
9  $(patsubst $(VERTEXMOVERDIR)/%,$(localincludedir)/%,\
10  $(wildcard $(VERTEXMOVERDIR)/*.hpp)) \
11  $(patsubst $(VERTEXMOVERDIR)/%,$(localincludedir)/%,\
12  $(wildcard $(VERTEXMOVERDIR)/*.hh))
13 
14 VERTEXMOVEROBJ = $(patsubst $(VERTEXMOVERDIR)/%.cpp, obj/%.o, $(VERTEXMOVERSRC))
15 
16 ALL_MSQ_OBJ += $(VERTEXMOVEROBJ)