summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-02-13 10:18:13 +0000
committerishmal <ishmal@users.sourceforge.net>2006-02-13 10:18:13 +0000
commit35cc1b6bbccc41254ec2dd4b9a1b066e87b19b16 (patch)
tree448146ba23f2b854920f6c95fbfa232fd1ab3410 /src
parentusing libavoid/geomtypes.h (diff)
downloadinkscape-35cc1b6bbccc41254ec2dd4b9a1b066e87b19b16.tar.gz
inkscape-35cc1b6bbccc41254ec2dd4b9a1b066e87b19b16.zip
new files
(bzr r130)
Diffstat (limited to 'src')
-rw-r--r--src/make.dep45
-rw-r--r--src/make.files4
-rw-r--r--src/make.ofiles5
3 files changed, 51 insertions, 3 deletions
diff --git a/src/make.dep b/src/make.dep
index bcc3a6b81..a9eb5945f 100644
--- a/src/make.dep
+++ b/src/make.dep
@@ -1,7 +1,7 @@
########################################################
## File: make.dep
## Purpose: Dependency listing for use by Makefiles
-## Generated by mkdep.pl at :Tue Feb 7 21:04:24 2006
+## Generated by mkdep.pl at :Mon Feb 13 07:19:09 2006
## Do not edit this file! Changes will be lost.
########################################################
@@ -242,6 +242,7 @@ conn-avoid-ref.o: \
guide-snapper.h \
helper/helper-forward.h \
inkscape.h \
+ libavoid/connector.h \
libavoid/geometry.h \
libavoid/geomtypes.h \
libavoid/incremental.h \
@@ -7088,6 +7089,47 @@ gradient-drag.o: \
xml/repr.h \
xml/sp-css-attr.h
+graphlayout/graphlayout.o: \
+ graphlayout/graphlayout.cpp \
+ conn-avoid-ref.h \
+ decimal-round.h \
+ display/display-forward.h \
+ display/nr-arena-forward.h \
+ forward.h \
+ graphlayout/graphlayout.h \
+ libavoid/connector.h \
+ libavoid/geometry.h \
+ libavoid/geomtypes.h \
+ libavoid/shape.h \
+ libnr/nr-coord.h \
+ libnr/nr-dim2.h \
+ libnr/nr-forward.h \
+ libnr/nr-i-coord.h \
+ libnr/nr-macros.h \
+ libnr/nr-matrix.h \
+ libnr/nr-maybe.h \
+ libnr/nr-point-fns.h \
+ libnr/nr-point-matrix-ops.h \
+ libnr/nr-point-ops.h \
+ libnr/nr-point.h \
+ libnr/nr-rect.h \
+ libnr/nr-rotate.h \
+ libnr/nr-scale.h \
+ libnr/nr-translate.h \
+ libnr/nr-values.h \
+ round.h \
+ sp-conn-end-pair.h \
+ sp-item-transform.h \
+ sp-item.h \
+ sp-marker-loc.h \
+ sp-object.h \
+ sp-path.h \
+ sp-shape.h \
+ traits/reference.h \
+ util/forward-pointer-iterator.h \
+ util/glib-list-iterators.h \
+ version.h
+
grid-snapper.o: \
grid-snapper.cpp \
decimal-round.h \
@@ -15749,6 +15791,7 @@ ui/dialog/align-and-distribute.o: \
gc-core.h \
gc-finalized.h \
gc-managed.h \
+ graphlayout/graphlayout.h \
helper/helper-forward.h \
inkscape.h \
libcroco/cr-additional-sel.h \
diff --git a/src/make.files b/src/make.files
index 52dde1e54..d1968b26f 100644
--- a/src/make.files
+++ b/src/make.files
@@ -1,7 +1,7 @@
########################################################
## File: make.files
## Purpose: Used by mkdep.pl
-## Generated by mkfiles.pl at :Tue Feb 7 21:03:56 2006
+## Generated by mkfiles.pl at :Mon Feb 13 07:18:33 2006
########################################################
algorithms/find-if-before.h
@@ -482,6 +482,8 @@ gradient-context.cpp
gradient-context.h
gradient-drag.cpp
gradient-drag.h
+graphlayout/graphlayout.cpp
+graphlayout/graphlayout.h
grid-snapper.cpp
grid-snapper.h
guide-snapper.cpp
diff --git a/src/make.ofiles b/src/make.ofiles
index 2e95eb9c4..26fac1150 100644
--- a/src/make.ofiles
+++ b/src/make.ofiles
@@ -1,7 +1,7 @@
########################################################
## File: make.ofiles
## Purpose: Object file listing for use by Makefiles
-## Generated by mkdep.pl at :Tue Feb 7 21:03:57 2006
+## Generated by mkdep.pl at :Mon Feb 13 07:18:42 2006
## Do not edit this file! Changes will be lost.
########################################################
@@ -263,6 +263,7 @@ OBJECTS = \
gradient-chemistry.o \
gradient-context.o \
gradient-drag.o \
+ graphlayout/graphlayout.o \
grid-snapper.o \
guide-snapper.o \
help.o \
@@ -893,6 +894,7 @@ LINTS = \
gradient-chemistry.lint \
gradient-context.lint \
gradient-drag.lint \
+ graphlayout/graphlayout.lint \
grid-snapper.lint \
guide-snapper.lint \
help.lint \
@@ -1282,6 +1284,7 @@ INCLUDEPATH = \
-Iextension \
-Iextension/script \
-Iextension \
+ -Igraphlayout \
-Ihelper \
-Iinkjar \
-Iio \