Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Mesh/MakefileTargets.inc
Go to the documentation of this file.
1 all_headers: $(MESHHEADERS)
2 all_objects: $(MESHOBJ)
3 
4 # puts links to the headers in the include directory
5 $(localincludedir)/%.hpp : $(MESHDIR)/%.hpp
6  ${PREFIX} ln -sf $< $@
7 
8 $(localincludedir)/%.hh : $(MESHDIR)/%.hh
9  ${PREFIX} ln -sf $< $@
10 
11 $(localobjdir)/%.o : $(MESHDIR)/%.cpp
12  @echo "Compiling $<"
13  ${PREFIX} ${CXX} $(CONFIG_CFLAGS) ${CXXFLAGS} -c -o $@ $<
14 
15 $(localobjdir)/MeshTSTT.o : $(MESHDIR)/MeshTSTT.cpp
16  @echo "Compiling $<"
17  $(PREFIX) $(CXX) $(CONFIG_CFLAGS) $(CXXFLAGS) \
18  $(SIDL_INC) $(TSTT_BASE_INC) $(TSTT_MESH_INC) \
19  -c -o $@ $<
20 
21 $(localobjdir)/GeomTSTT.o : $(MESHDIR)/GeomTSTT.cpp
22  @echo "Compiling $<"
23  $(PREFIX) $(CXX) $(CONFIG_CFLAGS) $(CXXFLAGS) \
24  $(SIDL_INC) $(TSTT_BASE_INC) $(TSTT_GEOM_INC) $(TSTT_MESH_INC)\
25  -c -o $@ $<