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