Index: src/make.files =================================================================== RCS file: /cvsroot/inkscape/inkscape/src/make.files,v retrieving revision 1.101 diff -u -p -u -r1.101 make.files --- src/make.files 3 Feb 2005 17:50:36 -0000 1.101 +++ src/make.files 5 Feb 2005 18:09:38 -0000 @@ -1,7 +1,7 @@ ######################################################## ## File: make.files ## Purpose: Used by mkdep.pl -## Generated by mkfiles.pl at :Thu Feb 3 17:03:34 2005 +## Generated by mkfiles.pl at :Sat Feb 5 18:05:46 2005 ######################################################## algorithms/find-last-if.h @@ -265,7 +265,6 @@ io/gzipstream.cpp io/gzipstream.h io/inkscapestream.cpp io/inkscapestream.h -io/streamtest.cpp io/stringstream.cpp io/stringstream.h io/sys.cpp @@ -794,6 +793,8 @@ xml/repr-css.cpp xml/repr-get-children.cpp xml/repr-get-children.h xml/repr-io.cpp +xml/repr-sorting.cpp +xml/repr-sorting.h xml/repr-util.cpp xml/repr.cpp xml/repr.h Index: src/make.dep =================================================================== RCS file: /cvsroot/inkscape/inkscape/src/make.dep,v retrieving revision 1.104 diff -u -p -u -r1.104 make.dep --- src/make.dep 3 Feb 2005 17:50:35 -0000 1.104 +++ src/make.dep 5 Feb 2005 18:09:39 -0000 @@ -1,7 +1,7 @@ ######################################################## ## File: make.dep ## Purpose: Dependency listing for use by Makefiles -## Generated by mkdep.pl at :Thu Feb 3 17:04:00 2005 +## Generated by mkdep.pl at :Sat Feb 5 18:05:56 2005 ## Do not edit this file! Changes will be lost. ######################################################## @@ -4325,17 +4325,6 @@ io/inkscapestream.o: \ io/ftos.h \ io/inkscapestream.h -io/streamtest.o: \ - io/streamtest.cpp \ - bad-uri-exception.h \ - io/base64stream.h \ - io/gzipstream.h \ - io/inkscapestream.h \ - io/stringstream.h \ - io/uristream.h \ - io/xsltstream.h \ - uri.h - io/stringstream.o: \ io/stringstream.cpp \ io/inkscapestream.h \ @@ -9913,7 +9902,6 @@ spiral-context.o: \ splivarot.o: \ splivarot.cpp \ - algorithms/longest-common-suffix.h \ color.h \ desktop-handles.h \ desktop.h \ @@ -9988,14 +9976,13 @@ splivarot.o: \ svg/svg-types.h \ traits/reference.h \ util/forward-pointer-iterator.h \ - util/list.h \ util/shared-c-string-ptr.h \ version.h \ view.h \ + xml/repr-sorting.h \ xml/repr.h \ xml/sp-css-attr.h \ xml/sp-repr-doc.h \ - xml/sp-repr-iterators.h \ xml/sp-repr.h \ xml/xml-forward.h @@ -11975,6 +11962,24 @@ xml/repr-io.o: \ xml/sp-repr.h \ xml/xml-forward.h +xml/repr-sorting.o: \ + xml/repr-sorting.cpp \ + algorithms/longest-common-suffix.h \ + gc-anchored.h \ + gc-core.h \ + gc-managed.h \ + traits/reference.h \ + util/forward-pointer-iterator.h \ + util/list.h \ + util/shared-c-string-ptr.h \ + xml/repr-sorting.h \ + xml/repr.h \ + xml/sp-css-attr.h \ + xml/sp-repr-doc.h \ + xml/sp-repr-iterators.h \ + xml/sp-repr.h \ + xml/xml-forward.h + xml/repr-util.o: \ xml/repr-util.cpp \ gc-anchored.h \ @@ -11983,6 +11988,7 @@ xml/repr-util.o: \ io/inkscapestream.h \ io/stringstream.h \ util/shared-c-string-ptr.h \ + xml/repr-sorting.h \ xml/repr.h \ xml/sp-css-attr.h \ xml/sp-repr-attr.h \ Index: src/make.ofiles =================================================================== RCS file: /cvsroot/inkscape/inkscape/src/make.ofiles,v retrieving revision 1.101 diff -u -p -u -r1.101 make.ofiles --- src/make.ofiles 3 Feb 2005 17:50:37 -0000 1.101 +++ src/make.ofiles 5 Feb 2005 18:09:39 -0000 @@ -1,7 +1,7 @@ ######################################################## ## File: make.ofiles ## Purpose: Object file listing for use by Makefiles -## Generated by mkdep.pl at :Thu Feb 3 17:03:41 2005 +## Generated by mkdep.pl at :Sat Feb 5 18:05:46 2005 ## Do not edit this file! Changes will be lost. ######################################################## @@ -125,7 +125,6 @@ OBJECTS = \ io/ftos.o \ io/gzipstream.o \ io/inkscapestream.o \ - io/streamtest.o \ io/stringstream.o \ io/sys.o \ io/uristream.o \ @@ -350,6 +349,7 @@ OBJECTS = \ xml/repr-css.o \ xml/repr-get-children.o \ xml/repr-io.o \ + xml/repr-sorting.o \ xml/repr-util.o \ xml/repr.o \ xml/simple-document.o \ @@ -478,7 +478,6 @@ LINTS = \ io/ftos.lint \ io/gzipstream.lint \ io/inkscapestream.lint \ - io/streamtest.lint \ io/stringstream.lint \ io/sys.lint \ io/uristream.lint \ @@ -703,6 +702,7 @@ LINTS = \ xml/repr-css.lint \ xml/repr-get-children.lint \ xml/repr-io.lint \ + xml/repr-sorting.lint \ xml/repr-util.lint \ xml/repr.lint \ xml/simple-document.lint \