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