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