Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TargetCalculator/MakefileVariables.inc
Go to the documentation of this file.
1 TARGCALCDIR = $(srcdir)/TargetCalculator
2 
3 TARGCALCSRC = $(TARGCALCDIR)/TargetCalculator.cpp \
4  $(TARGCALCDIR)/LVQDTargetCalculator.cpp \
5  $(TARGCALCDIR)/WTargetCalculator.cpp
6 
7 TARGCALCHEADERS = \
8  $(patsubst $(TARGCALCDIR)/%,$(localincludedir)/%,\
9  $(wildcard $(TARGCALCDIR)/*.hpp)) \
10  $(patsubst $(TARGCALCDIR)/%,$(localincludedir)/%,\
11  $(wildcard $(TARGCALCDIR)/*.hh))
12 
13 TARGCALCOBJ = $(patsubst $(TARGCALCDIR)/%.cpp, obj/%.o, $(TARGCALCSRC))
14 
15 ALL_MSQ_OBJ += $(TARGCALCOBJ)