Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
QualityImprover/VertexMover/NonSmoothSteepestDescent/MakefileTargets.inc
Go to the documentation of this file.
1 all_headers: $(NONSMOOTHSTEEPDESCHEADERS)
2 all_objects: $(NONSMOOTHSTEEPDESCOBJ)
3 
4 # puts links to the headers in the include directory
5 $(localincludedir)/%.hpp : $(NONSMOOTHSTEEPDESCDIR)/%.hpp
6  ${PREFIX} ln -sf $< $@
7 
8 $(localincludedir)/%.hh : $(NONSMOOTHSTEEPDESCDIR)/%.hh
9  ${PREFIX} ln -sf $< $@
10 
11 $(localobjdir)/%.o : $(NONSMOOTHSTEEPDESCDIR)/%.cpp
12  @echo "Compiling $<"
13  ${PREFIX} ${CXX} $(CONFIG_CFLAGS) ${CXXFLAGS} -DMSQ_DBG0 -c -o $@ $<
14