summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-03-24 14:47:41 +0000
committerishmal <ishmal@users.sourceforge.net>2006-03-24 14:47:41 +0000
commit861a70953eed8602aa70f8d4d61c32ea0c4adfc9 (patch)
treebdb48b8a5254f4953814b4325d4fb72c459a2c81 /src
parentadd siox (diff)
downloadinkscape-861a70953eed8602aa70f8d4d61c32ea0c4adfc9.tar.gz
inkscape-861a70953eed8602aa70f8d4d61c32ea0c4adfc9.zip
new files
(bzr r284)
Diffstat (limited to 'src')
-rw-r--r--src/make.dep9
-rw-r--r--src/make.files4
-rw-r--r--src/make.ofiles4
3 files changed, 14 insertions, 3 deletions
diff --git a/src/make.dep b/src/make.dep
index 83f2ebe08..d27e333e2 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 :Fri Mar 24 14:15:46 2006
+## Generated by mkdep.pl at :Fri Mar 24 14:47:21 2006
## Do not edit this file! Changes will be lost.
########################################################
@@ -1034,6 +1034,10 @@ dialogs/dialog-events.o: \
ui/view/edit-widget-interface.h \
ui/view/view.h
+dialogs/eek-color-def.o: \
+ dialogs/eek-color-def.cpp \
+ dialogs/eek-color-def.h
+
dialogs/eek-preview.o: \
dialogs/eek-preview.cpp \
dialogs/eek-preview.h
@@ -2007,6 +2011,7 @@ dialogs/swatches.o: \
dialogs/swatches.cpp \
desktop-handles.h \
desktop-style.h \
+ dialogs/eek-color-def.h \
dialogs/eek-preview.h \
dialogs/swatches.h \
display/display-forward.h \
@@ -18381,6 +18386,7 @@ verbs.o: \
desktop-handles.h \
desktop.h \
dialogs/clonetiler.h \
+ dialogs/eek-color-def.h \
dialogs/extensions.h \
dialogs/find.h \
dialogs/iconpreview.h \
@@ -18553,6 +18559,7 @@ widgets/desktop-widget.o: \
desktop-events.h \
desktop-handles.h \
desktop.h \
+ dialogs/eek-color-def.h \
dialogs/swatches.h \
display/canvas-arena.h \
display/display-forward.h \
diff --git a/src/make.files b/src/make.files
index 632ec7327..7e975425c 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 :Fri Mar 24 14:15:06 2006
+## Generated by mkfiles.pl at :Fri Mar 24 14:46:48 2006
########################################################
algorithms/find-if-before.h
@@ -59,6 +59,8 @@ dialogs/debugdialog.cpp
dialogs/debugdialog.h
dialogs/dialog-events.cpp
dialogs/dialog-events.h
+dialogs/eek-color-def.cpp
+dialogs/eek-color-def.h
dialogs/eek-preview.cpp
dialogs/eek-preview.h
dialogs/export.cpp
diff --git a/src/make.ofiles b/src/make.ofiles
index 1db8c52ad..496b4a9a4 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 :Fri Mar 24 14:15:14 2006
+## Generated by mkdep.pl at :Fri Mar 24 14:46:57 2006
## Do not edit this file! Changes will be lost.
########################################################
@@ -28,6 +28,7 @@ OBJECTS = \
dialogs/clonetiler.o \
dialogs/debugdialog.o \
dialogs/dialog-events.o \
+ dialogs/eek-color-def.o \
dialogs/eek-preview.o \
dialogs/export.o \
dialogs/extensions.o \
@@ -662,6 +663,7 @@ LINTS = \
dialogs/clonetiler.lint \
dialogs/debugdialog.lint \
dialogs/dialog-events.lint \
+ dialogs/eek-color-def.lint \
dialogs/eek-preview.lint \
dialogs/export.lint \
dialogs/extensions.lint \