Code

Remove custom color wheel widget in favor of the (relatively) recent GtkHSV. Fixes...
[inkscape.git] / src / widgets / Makefile_insert
index 6cc3bb1f004f0dd0a871543b4f81779924bfcd23..af32ec700996d2ab3d532bd5a090df2d8f56c589 100644 (file)
@@ -1,46 +1,41 @@
 ## Makefile.am fragment sourced by src/Makefile.am.
 
-#
-# Widgets for inkscape
-# Author: Lauris Kaplinski <lauris@ximian.com>
-#
-
-widgets/all: widgets/libspwidgets.a
-
-widgets/clean:
-       rm -f widgets/libspwidgets.a $(widgets_libspwidgets_a_OBJECTS)
-
-widgets_libspwidgets_a_SOURCES =       \
-       widgets/button.cpp      \
-       widgets/button.h        \
-       widgets/calligraphic-profile-rename.cpp \
-       widgets/calligraphic-profile-rename.h   \
+ink_common_sources +=  \
+       widgets/button.cpp              \
+       widgets/button.h                \
        widgets/dash-selector.cpp       \
-       widgets/dash-selector.h \
+       widgets/dash-selector.h         \
        widgets/desktop-widget.cpp      \
        widgets/desktop-widget.h        \
+       widgets/eek-preview.cpp         \
+       widgets/eek-preview.h           \
+       widgets/ege-paint-def.cpp       \
+       widgets/ege-paint-def.h         \
+       widgets/fill-style.cpp          \
+       widgets/fill-style.h            \
+       widgets/fill-n-stroke-factory.h \
        widgets/font-selector.cpp       \
-       widgets/font-selector.h \
-       widgets/gradient-toolbar.cpp    \
-       widgets/gradient-toolbar.h      \
+       widgets/font-selector.h         \
        widgets/gradient-image.cpp      \
        widgets/gradient-image.h        \
        widgets/gradient-selector.cpp   \
        widgets/gradient-selector.h     \
+       widgets/gradient-toolbar.cpp    \
+       widgets/gradient-toolbar.h      \
        widgets/gradient-vector.cpp     \
        widgets/gradient-vector.h       \
-       widgets/icon.cpp        \
-       widgets/icon.h  \
-       widgets/layer-selector.h \
-       widgets/layer-selector.cpp \
+       widgets/icon.cpp                \
+       widgets/icon.h                  \
        widgets/paint-selector.cpp      \
        widgets/paint-selector.h        \
-       widgets/ruler.cpp       \
-       widgets/ruler.h \
+       widgets/ruler.cpp               \
+       widgets/ruler.h                 \
        widgets/select-toolbar.cpp      \
        widgets/select-toolbar.h        \
        widgets/shrink-wrap-button.cpp  \
        widgets/shrink-wrap-button.h    \
+       widgets/sp-attribute-widget.cpp \
+       widgets/sp-attribute-widget.h   \
        widgets/sp-color-gtkselector.cpp        \
        widgets/sp-color-gtkselector.h  \
        widgets/sp-color-icc-selector.cpp       \
@@ -57,22 +52,24 @@ widgets_libspwidgets_a_SOURCES =    \
        widgets/sp-color-slider.h       \
        widgets/sp-color-wheel-selector.cpp     \
        widgets/sp-color-wheel-selector.h       \
-       widgets/sp-color-wheel.cpp      \
-       widgets/sp-color-wheel.h        \
-       widgets/sp-widget.cpp   \
-       widgets/sp-widget.h\
+       widgets/spinbutton-events.cpp   \
+       widgets/spinbutton-events.h     \
+       widgets/sp-widget.cpp           \
+       widgets/sp-widget.h             \
+       widgets/spw-utilities.cpp       \
+       widgets/spw-utilities.h         \
        widgets/sp-xmlview-attr-list.cpp        \
        widgets/sp-xmlview-attr-list.h  \
        widgets/sp-xmlview-content.cpp  \
        widgets/sp-xmlview-content.h    \
        widgets/sp-xmlview-tree.cpp     \
        widgets/sp-xmlview-tree.h       \
-       widgets/spinbutton-events.cpp   \
-       widgets/spinbutton-events.h     \
-       widgets/spw-utilities.cpp       \
-       widgets/spw-utilities.h \
-       widgets/toolbox.cpp     \
-       widgets/toolbox.h       \
+       widgets/stroke-style.cpp        \
+       widgets/stroke-style.h          \
+       widgets/swatch-selector.cpp     \
+       widgets/swatch-selector.h       \
+       widgets/toolbox.cpp             \
+       widgets/toolbox.h               \
        widgets/widget-sizes.h
 
 widgets/button.$(OBJEXT): helper/sp-marshal.h