Move states into subfolder
[synfig.git] / synfig-studio / src / gui / Makefile.am
index 384a865..f4442d3 100644 (file)
@@ -42,44 +42,35 @@ WORKAREARENDERER_CC = \
 
 
 PALETTE_HH = \
-       mod_palette/dock_palbrowse.h \
-       mod_palette/dock_paledit.h \
-       mod_palette/mod_palette.h
+       modules/mod_palette/dock_palbrowse.h \
+       modules/mod_palette/dock_paledit.h \
+       modules/mod_palette/mod_palette.h
 
 PALETTE_CC = \
-       mod_palette/dock_palbrowse.cpp \
-       mod_palette/dock_paledit.cpp \
-       mod_palette/mod_palette.cpp
-
-
-MOD_MIRROR_HH = \
-       mod_mirror/mod_mirror.h \
-       mod_mirror/state_mirror.h
-
-MOD_MIRROR_CC = \
-       mod_mirror/mod_mirror.cpp \
-       mod_mirror/state_mirror.cpp
+       modules/mod_palette/dock_palbrowse.cpp \
+       modules/mod_palette/dock_paledit.cpp \
+       modules/mod_palette/mod_palette.cpp
 
 
 DIALOG_HH = \
-       dialog_color.h \
-       dialog_gradient.h \
-       dialog_keyframe.h \
-       dialog_preview.h \
-       dialog_setup.h \
-       dialog_soundselect.h \
-       dialog_targetparam.h \
-       dialog_waypoint.h
+       dialogs/dialog_color.h \
+       dialogs/dialog_gradient.h \
+       dialogs/dialog_keyframe.h \
+       dialogs/dialog_preview.h \
+       dialogs/dialog_setup.h \
+       dialogs/dialog_soundselect.h \
+       dialogs/dialog_targetparam.h \
+       dialogs/dialog_waypoint.h
 
 DIALOG_CC = \
-       dialog_color.cpp \
-       dialog_gradient.cpp \
-       dialog_keyframe.cpp \
-       dialog_preview.cpp \
-       dialog_setup.cpp \
-       dialog_soundselect.cpp \
-       dialog_targetparam.cpp \
-       dialog_waypoint.cpp
+       dialogs/dialog_color.cpp \
+       dialogs/dialog_gradient.cpp \
+       dialogs/dialog_keyframe.cpp \
+       dialogs/dialog_preview.cpp \
+       dialogs/dialog_setup.cpp \
+       dialogs/dialog_soundselect.cpp \
+       dialogs/dialog_targetparam.cpp \
+       dialogs/dialog_waypoint.cpp
 
 
 DOCK_HH = \
@@ -124,85 +115,87 @@ DOCK_CC = \
 
 
 WIDGET_HH = \
-       widget_canvaschooser.h \
-       widget_color.h \
-       widget_coloredit.h \
-       widget_compselect.h \
-       widget_curves.h \
-       widget_defaults.h \
-       widget_distance.h \
-       widget_enum.h \
-       widget_filename.h \
-       widget_gradient.h \
-       widget_sound.h \
-       widget_time.h \
-       widget_timeslider.h \
-       widget_value.h \
-       widget_vector.h \
-       widget_waypoint.h \
-       widget_waypointmodel.h \
-       widget_keyframe_list.h
+       widgets/widget_canvaschooser.h \
+       widgets/widget_color.h \
+       widgets/widget_coloredit.h \
+       widgets/widget_compselect.h \
+       widgets/widget_curves.h \
+       widgets/widget_defaults.h \
+       widgets/widget_distance.h \
+       widgets/widget_enum.h \
+       widgets/widget_filename.h \
+       widgets/widget_gradient.h \
+       widgets/widget_sound.h \
+       widgets/widget_time.h \
+       widgets/widget_timeslider.h \
+       widgets/widget_value.h \
+       widgets/widget_vector.h \
+       widgets/widget_waypoint.h \
+       widgets/widget_waypointmodel.h \
+       widgets/widget_keyframe_list.h
 
 WIDGET_CC = \
-       widget_canvaschooser.cpp \
-       widget_color.cpp \
-       widget_coloredit.cpp \
-       widget_compselect.cpp \
-       widget_curves.cpp \
-       widget_defaults.cpp \
-       widget_distance.cpp \
-       widget_enum.cpp \
-       widget_filename.cpp \
-       widget_gradient.cpp \
-       widget_sound.cpp \
-       widget_time.cpp \
-       widget_timeslider.cpp \
-       widget_value.cpp \
-       widget_vector.cpp \
-       widget_waypoint.cpp \
-       widget_waypointmodel.cpp \
-       widget_keyframe_list.cpp
+       widgets/widget_canvaschooser.cpp \
+       widgets/widget_color.cpp \
+       widgets/widget_coloredit.cpp \
+       widgets/widget_compselect.cpp \
+       widgets/widget_curves.cpp \
+       widgets/widget_defaults.cpp \
+       widgets/widget_distance.cpp \
+       widgets/widget_enum.cpp \
+       widgets/widget_filename.cpp \
+       widgets/widget_gradient.cpp \
+       widgets/widget_sound.cpp \
+       widgets/widget_time.cpp \
+       widgets/widget_timeslider.cpp \
+       widgets/widget_value.cpp \
+       widgets/widget_vector.cpp \
+       widgets/widget_waypoint.cpp \
+       widgets/widget_waypointmodel.cpp \
+       widgets/widget_keyframe_list.cpp
 
 
 STATE_HH = \
-       state_bline.h \
-       state_circle.h \
-       state_draw.h \
-       state_eyedrop.h \
-       state_fill.h \
-       state_gradient.h \
-       state_normal.h \
-       state_polygon.h \
-       state_rectangle.h \
-       state_rotate.h \
-       state_scale.h \
-       state_sketch.h \
-       state_smoothmove.h \
-       state_star.h \
-       state_stroke.h \
-       state_text.h \
-       state_width.h \
-       state_zoom.h
+       states/state_bline.h \
+       states/state_circle.h \
+       states/state_draw.h \
+       states/state_eyedrop.h \
+       states/state_fill.h \
+       states/state_gradient.h \
+       states/state_mirror.h \
+       states/state_normal.h \
+       states/state_polygon.h \
+       states/state_rectangle.h \
+       states/state_rotate.h \
+       states/state_scale.h \
+       states/state_sketch.h \
+       states/state_smoothmove.h \
+       states/state_star.h \
+       states/state_stroke.h \
+       states/state_text.h \
+       states/state_width.h \
+       states/state_zoom.h
 
 STATE_CC = \
-       state_bline.cpp \
-       state_circle.cpp \
-       state_draw.cpp \
-       state_eyedrop.cpp \
-       state_fill.cpp \
-       state_gradient.cpp \
-       state_normal.cpp \
-       state_polygon.cpp \
-       state_rectangle.cpp \
-       state_rotate.cpp \
-       state_scale.cpp \
-       state_sketch.cpp \
-       state_smoothmove.cpp \
-       state_star.cpp \
-       state_stroke.cpp \
-       state_text.cpp \
-       state_width.cpp \
-       state_zoom.cpp
+       states/state_bline.cpp \
+       states/state_circle.cpp \
+       states/state_draw.cpp \
+       states/state_eyedrop.cpp \
+       states/state_fill.cpp \
+       states/state_gradient.cpp \
+       states/state_mirror.cpp \
+       states/state_normal.cpp \
+       states/state_polygon.cpp \
+       states/state_rectangle.cpp \
+       states/state_rotate.cpp \
+       states/state_scale.cpp \
+       states/state_sketch.cpp \
+       states/state_smoothmove.cpp \
+       states/state_star.cpp \
+       states/state_stroke.cpp \
+       states/state_text.cpp \
+       states/state_width.cpp \
+       states/state_zoom.cpp
 
 
 TREEVIEW_HH = \
@@ -269,14 +262,14 @@ OTHER_HH = \
        compview.h \
        eventkey.h \
        smach.h \
-       about.h \
+       dialogs/about.h \
        adjust_window.h \
        app.h \
        asyncrenderer.h \
        audiocontainer.h \
        autorecover.h \
-       canvasoptions.h \
-       canvasproperties.h \
+       dialogs/canvasoptions.h \
+       dialogs/canvasproperties.h \
        canvasview.h \
        devicetracker.h \
        dialogsettings.h \
@@ -286,7 +279,7 @@ OTHER_HH = \
        instance.h \
        ipc.h \
        keymapsettings.h \
-       module.h \
+       modules/module.h \
        onemoment.h \
        preview.h \
        renddesc.h \
@@ -304,14 +297,14 @@ OTHER_HH = \
 
 OTHER_CC = \
        main.cpp \
-       about.cpp \
+       dialogs/about.cpp \
        adjust_window.cpp \
        app.cpp \
        asyncrenderer.cpp \
        audiocontainer.cpp \
        autorecover.cpp \
-       canvasoptions.cpp \
-       canvasproperties.cpp \
+       dialogs/canvasoptions.cpp \
+       dialogs/canvasproperties.cpp \
        canvasview.cpp \
        devicetracker.cpp \
        dialogsettings.cpp \
@@ -320,7 +313,7 @@ OTHER_CC = \
        instance.cpp \
        ipc.cpp \
        keymapsettings.cpp \
-       module.cpp \
+       modules/module.cpp \
        onemoment.cpp \
        preview.cpp \
        renddesc.cpp \
@@ -342,8 +335,6 @@ INCLUDES = \
 bin_PROGRAMS = synfigstudio
 
 synfigstudio_SOURCES = \
-       $(MOD_MIRROR_CC) \
-       $(MOD_MIRROR_HH) \
        $(PALETTE_CC) \
        $(PALETTE_HH) \
        $(WORKAREARENDERER_CC) \