diff options
| author | MenTaLguY <mental@rydia.net> | 2006-01-16 02:36:01 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-01-16 02:36:01 +0000 |
| commit | 179fa413b047bede6e32109e2ce82437c5fb8d34 (patch) | |
| tree | a5a6ac2c1708bd02288fbd8edb2ff500ff2e0916 /src/widgets/Makefile_insert | |
| download | inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip | |
moving trunk for module inkscape
(bzr r1)
Diffstat (limited to 'src/widgets/Makefile_insert')
| -rw-r--r-- | src/widgets/Makefile_insert | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert new file mode 100644 index 000000000..854ca9122 --- /dev/null +++ b/src/widgets/Makefile_insert @@ -0,0 +1,75 @@ +## 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/dash-selector.cpp \ + widgets/dash-selector.h \ + widgets/desktop-widget.cpp \ + widgets/desktop-widget.h \ + widgets/font-selector.cpp \ + widgets/font-selector.h \ + widgets/gradient-toolbar.cpp \ + widgets/gradient-toolbar.h \ + widgets/gradient-image.cpp \ + widgets/gradient-image.h \ + widgets/gradient-selector.cpp \ + widgets/gradient-selector.h \ + widgets/gradient-vector.cpp \ + widgets/gradient-vector.h \ + widgets/icon.cpp \ + widgets/icon.h \ + widgets/layer-selector.h \ + widgets/layer-selector.cpp \ + widgets/paint-selector.cpp \ + widgets/paint-selector.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-color-gtkselector.cpp \ + widgets/sp-color-gtkselector.h \ + widgets/sp-color-notebook.cpp \ + widgets/sp-color-notebook.h \ + widgets/sp-color-preview.cpp \ + widgets/sp-color-preview.h \ + widgets/sp-color-scales.cpp \ + widgets/sp-color-scales.h \ + widgets/sp-color-selector.cpp \ + widgets/sp-color-selector.h \ + widgets/sp-color-slider.cpp \ + 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/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/widget-sizes.h + +widgets/button.$(OBJEXT): helper/sp-marshal.h +widgets/menu.$(OBJEXT): helper/sp-marshal.h |
