summaryrefslogtreecommitdiffstats
path: root/src/dialogs/Makefile_insert
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-01-16 02:36:01 +0000
committermental <mental@users.sourceforge.net>2006-01-16 02:36:01 +0000
commit179fa413b047bede6e32109e2ce82437c5fb8d34 (patch)
treea5a6ac2c1708bd02288fbd8edb2ff500ff2e0916 /src/dialogs/Makefile_insert
downloadinkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz
inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip
moving trunk for module inkscape
(bzr r1)
Diffstat (limited to 'src/dialogs/Makefile_insert')
-rw-r--r--src/dialogs/Makefile_insert75
1 files changed, 75 insertions, 0 deletions
diff --git a/src/dialogs/Makefile_insert b/src/dialogs/Makefile_insert
new file mode 100644
index 000000000..06ef2975c
--- /dev/null
+++ b/src/dialogs/Makefile_insert
@@ -0,0 +1,75 @@
+## Makefile.am fragment sourced by src/Makefile.am.
+#
+# Several object property dialogs
+# Author: Lauris Kaplinski <lauris@ximian.com>
+#
+# Here should be things, that use only xml interface, not objects themselves
+# Currently we still have selection_changed functions, but these will be
+# replaced by selection 'changed' signal handlers
+#
+
+dialogs/all: dialogs/libspdialogs.a
+
+dialogs/clean:
+ rm -f dialogs/libspdialogs.a $(dialogs_libspdialogs_a_OBJECTS)
+
+dialogs_libspdialogs_a_SOURCES = \
+ dialogs/debugdialog.cpp \
+ dialogs/debugdialog.h \
+ dialogs/dialog-events.cpp \
+ dialogs/dialog-events.h \
+ dialogs/display-settings.cpp \
+ dialogs/display-settings.h \
+ dialogs/eek-preview.h \
+ dialogs/eek-preview.cpp \
+ dialogs/export.cpp \
+ dialogs/export.h \
+ dialogs/extensions.cpp \
+ dialogs/extensions.h \
+ dialogs/filedialog.cpp \
+ dialogs/filedialog.h \
+ dialogs/fill-style.cpp \
+ dialogs/fill-style.h \
+ dialogs/in-dt-coordsys.cpp \
+ dialogs/in-dt-coordsys.h \
+ dialogs/input.cpp \
+ dialogs/input.h \
+ dialogs/item-properties.cpp \
+ dialogs/item-properties.h \
+ dialogs/layer-properties.cpp \
+ dialogs/layer-properties.h \
+ dialogs/object-attributes.cpp \
+ dialogs/object-attributes.h \
+ dialogs/object-properties.cpp \
+ dialogs/object-properties.h \
+ dialogs/sp-attribute-widget.cpp \
+ dialogs/sp-attribute-widget.h \
+ dialogs/stroke-style.cpp \
+ dialogs/stroke-style.h \
+ dialogs/swatches.cpp \
+ dialogs/swatches.h \
+ dialogs/text-edit.cpp \
+ dialogs/text-edit.h \
+ dialogs/tiledialog.cpp \
+ dialogs/tiledialog.h \
+ dialogs/xml-tree.cpp \
+ dialogs/xml-tree.h \
+ dialogs/rdf.cpp \
+ dialogs/rdf.h \
+ dialogs/find.cpp \
+ dialogs/find.h \
+ dialogs/clonetiler.cpp \
+ dialogs/clonetiler.h \
+ dialogs/unclump.cpp \
+ dialogs/unclump.h \
+ dialogs/iconpreview.cpp \
+ dialogs/iconpreview.h
+
+
+# dialogs/sp-widget.c \
+# dialogs/sp-widget.h \
+# dialogs/gradient-vector.c \
+# dialogs/gradient-vector.h \
+# dialogs/gradient-selector.c \
+# dialogs/gradient-selector.h
+