1 all_headers: $(NONSMOOTHSTEEPDESCHEADERS)
 
    2 all_objects: $(NONSMOOTHSTEEPDESCOBJ)
 
    4 # puts links to the headers in the include directory     
    5 $(localincludedir)/%.hpp : $(NONSMOOTHSTEEPDESCDIR)/%.hpp
 
    8 $(localincludedir)/%.hh : $(NONSMOOTHSTEEPDESCDIR)/%.hh
 
   11 $(localobjdir)/%.o : $(NONSMOOTHSTEEPDESCDIR)/%.cpp
 
   13         ${PREFIX} ${CXX} $(CONFIG_CFLAGS) ${CXXFLAGS} -DMSQ_DBG0 -c -o $@ $<