Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ObjectiveFunction/MakefileVariables.inc
Go to the documentation of this file.
1 OBJFUNCDIR = $(srcdir)/ObjectiveFunction
2 
3 OBJFUNCSRC = $(OBJFUNCDIR)/CompositeOFAdd.cpp\
4  $(OBJFUNCDIR)/CompositeOFMultiply.cpp \
5  $(OBJFUNCDIR)/CompositeOFScalarAdd.cpp \
6  $(OBJFUNCDIR)/CompositeOFScalarMultiply.cpp \
7  $(OBJFUNCDIR)/LInfTemplate.cpp \
8  $(OBJFUNCDIR)/LPtoPTemplate.cpp \
9  $(OBJFUNCDIR)/MaxTemplate.cpp \
10  $(OBJFUNCDIR)/ObjectiveFunction.cpp
11 
12 OBJFUNCHEADERS = \
13  $(patsubst $(OBJFUNCDIR)/%,$(localincludedir)/%,\
14  $(wildcard $(OBJFUNCDIR)/*.hpp)) \
15  $(patsubst $(OBJFUNCDIR)/%,$(localincludedir)/%,\
16  $(wildcard $(OBJFUNCDIR)/*.hh))
17 
18 OBJFUNCOBJ = $(patsubst $(OBJFUNCDIR)/%.cpp, obj/%.o, $(OBJFUNCSRC))
19 
20 ALL_MSQ_OBJ += $(OBJFUNCOBJ)