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