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