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