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