From c2f8257a8154260db44d64f4bc9b1d5773994dd7 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Fri, 20 Apr 2007 18:12:41 +0200 Subject: [PATCH] themes from SUBDIR to incuded Makefile.am's --- Makefile.am | 6 +- configure.ac | 75 -- plugins/Makefile.am | 215 +++--- plugins/bluedottheme/Makefile.am | 26 +- plugins/bluedottheme/data/Makefile.am | 774 +++++++++++---------- plugins/defaulttheme/Makefile.am | 63 +- plugins/defaulttheme/data/Makefile.am | 725 +++++++++---------- plugins/suv/Makefile.am | 25 +- plugins/suv/data/Makefile.am | 1223 +++++++++++++++++---------------- 9 files changed, 1529 insertions(+), 1603 deletions(-) rewrite plugins/Makefile.am (99%) rewrite plugins/bluedottheme/Makefile.am (85%) rewrite plugins/bluedottheme/data/Makefile.am (98%) rewrite plugins/defaulttheme/Makefile.am (92%) rewrite plugins/defaulttheme/data/Makefile.am (93%) rewrite plugins/suv/Makefile.am (85%) rewrite plugins/suv/data/Makefile.am (98%) diff --git a/Makefile.am b/Makefile.am index b00d9e35..d0377396 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,8 +17,9 @@ SUBDIRS += mpeg2enc toolame-02l \ include $(top_srcdir)/cinelerra/Makefile.am include $(top_srcdir)/mplexlo/Makefile.am +include $(top_srcdir)/plugins/Makefile.am -SUBDIRS += plugins po image m4 +SUBDIRS += po image m4 EXTRA_DIST += admin debian doc depcomp README.BUILD LICENSE \ cinelerra-cvs-current.spec @@ -30,6 +31,9 @@ AM_CFLAGS = $(CPU_CFLAGS) $(LARGEFILE_CFLAGS) $(CSS_CFLAGS) LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS) +.data.$(OBJEXT): + $(OBJCOPY) -I binary -B $(OBJCOPYARCH) -O $(OBJCOPYTARGET) $< $@ + dist-hook: -rm -rf $(distdir)/admin/CVS -rm -rf $(distdir)/debian/tmp diff --git a/configure.ac b/configure.ac index 727fb8c3..3c4594d8 100644 --- a/configure.ac +++ b/configure.ac @@ -487,81 +487,6 @@ AC_OUTPUT(Makefile cinelerra-cvs-current.spec po/Makefile.in \ quicktime/ffmpeg/libavcodec/ppc/Makefile \ mpeg2enc/Makefile toolame-02l/Makefile \ guicast/Makefile \ - plugins/colors/Makefile \ - plugins/libfourier/Makefile \ - plugins/libeffecttv/Makefile \ - plugins/Makefile - plugins/1080to540/Makefile \ - plugins/histogram/Makefile \ - plugins/720to480/Makefile \ - plugins/bandslide/Makefile \ - plugins/bandwipe/Makefile - plugins/blur/Makefile - plugins/brightness/Makefile \ - plugins/burn/Makefile plugins/parametric/Makefile plugins/aging/Makefile \ - plugins/cdripper/Makefile \ - plugins/chromakey/Makefile \ - plugins/chromakeyhsv/Makefile \ - plugins/colorbalance/Makefile \ - plugins/compressor/Makefile \ - plugins/crossfade/Makefile \ - plugins/decimate/Makefile \ - plugins/deinterlace/Makefile plugins/delayaudio/Makefile plugins/delayvideo/Makefile \ - plugins/denoise/Makefile plugins/denoisefft/Makefile plugins/denoisevideo/Makefile \ - plugins/denoisemjpeg/Makefile \ - plugins/despike/Makefile plugins/dissolve/Makefile plugins/dot/Makefile \ - plugins/fieldframe/Makefile plugins/flip/Makefile plugins/framefield/Makefile \ - plugins/freeverb/Makefile plugins/freezeframe/Makefile plugins/gain/Makefile \ - plugins/gamma/Makefile \ - plugins/holo/Makefile plugins/huesaturation/Makefile \ - plugins/interpolate/Makefile \ - plugins/interpolateaudio/Makefile \ - plugins/interpolatevideo/Makefile \ - plugins/invertaudio/Makefile plugins/invertvideo/Makefile plugins/irissquare/Makefile \ - plugins/ivtc/Makefile \ - plugins/liveaudio/Makefile \ - plugins/livevideo/Makefile \ - plugins/loopaudio/Makefile \ - plugins/loopvideo/Makefile \ - plugins/motion/Makefile \ - plugins/motionblur/Makefile \ - plugins/normalize/Makefile \ - plugins/oilpainting/Makefile \ - plugins/overlay/Makefile \ - plugins/overlayaudio/Makefile \ - plugins/pitch/Makefile \ - plugins/polar/Makefile \ - plugins/reframert/Makefile - plugins/reframe/Makefile plugins/resample/Makefile plugins/reverb/Makefile \ - plugins/reverseaudio/Makefile plugins/reversevideo/Makefile plugins/rgb601/Makefile \ - plugins/rotate/Makefile \ - plugins/scale/Makefile \ - plugins/denoiseseltempavg/Makefile \ - plugins/shapewipe/Makefile \ - plugins/sharpen/Makefile \ - plugins/shiftinterlace/Makefile plugins/slide/Makefile plugins/spectrogram/Makefile \ - plugins/suv/Makefile \ - plugins/suv/data/Makefile \ - plugins/bluedottheme/Makefile \ - plugins/bluedottheme/data/Makefile \ - plugins/defaulttheme/Makefile \ - plugins/defaulttheme/data/Makefile \ - plugins/swapchannels/Makefile \ - plugins/synthesizer/Makefile \ - plugins/threshold/Makefile \ - plugins/timeavg/Makefile \ - plugins/timestretch/Makefile plugins/titler/Makefile plugins/translate/Makefile \ - plugins/unsharp/Makefile \ - plugins/videoscope/Makefile plugins/wave/Makefile plugins/whirl/Makefile \ - plugins/wipe/Makefile \ - plugins/yuv/Makefile \ - plugins/downsample/Makefile plugins/flash/Makefile plugins/gradient/Makefile \ - plugins/level/Makefile plugins/linearblur/Makefile \ - plugins/perspective/Makefile plugins/radialblur/Makefile plugins/zoomblur/Makefile \ - plugins/timefront/Makefile \ - plugins/svg/Makefile \ - plugins/diffkey/Makefile \ - plugins/fonts/Makefile \ image/Makefile) succeeded=yes diff --git a/plugins/Makefile.am b/plugins/Makefile.am dissimilarity index 99% index 02937db6..b9af2fcb 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,109 +1,106 @@ -THEMES= \ - suv \ - bluedottheme \ - defaulttheme - -SUBDIRS= \ - $(THEMES) \ - libfourier \ - colors \ - libeffecttv \ - 1080to540 \ - 720to480 \ - aging \ - bandslide \ - bandwipe \ - blur \ - brightness \ - burn \ - cdripper \ - chromakey \ - chromakeyhsv \ - colorbalance \ - compressor \ - crossfade \ - decimate \ - deinterlace \ - delayaudio \ - delayvideo \ - denoise \ - denoisefft \ - denoisemjpeg \ - denoiseseltempavg \ - denoisevideo \ - despike \ - diffkey \ - dissolve \ - dot \ - downsample \ - fieldframe \ - flash \ - flip \ - framefield \ - freeverb \ - freezeframe \ - gain \ - gamma \ - gradient \ - histogram \ - holo \ - huesaturation \ - interpolate \ - interpolateaudio \ - interpolatevideo \ - invertaudio \ - invertvideo \ - irissquare \ - ivtc \ - level \ - linearblur \ - liveaudio \ - livevideo \ - loopaudio \ - loopvideo \ - motion \ - motionblur \ - normalize \ - oilpainting \ - overlay \ - overlayaudio \ - parametric \ - perspective \ - pitch \ - polar \ - radialblur \ - reframe \ - reframert \ - resample \ - reverb \ - reverseaudio \ - reversevideo \ - rgb601 \ - rotate \ - scale \ - shapewipe \ - sharpen \ - shiftinterlace \ - slide \ - spectrogram \ - svg \ - swapchannels \ - synthesizer \ - threshold \ - timeavg \ - timefront \ - timestretch \ - titler \ - translate \ - unsharp \ - videoscope \ - wave \ - whirl \ - wipe \ - yuv \ - zoomblur \ - fonts - -AUTOMAKE_OPTIONS=foreign - -EXTRA_DIST = +plugin_LTLIBRARIES = + +# Themes +include $(top_srcdir)/plugins/suv/Makefile.am +include $(top_srcdir)/plugins/bluedottheme/Makefile.am +include $(top_srcdir)/plugins/defaulttheme/Makefile.am + +# Effects +#include $(top_srcdir)/plugins/libfourier/Makefile.am +#include $(top_srcdir)/plugins/colors/Makefile.am +#include $(top_srcdir)/plugins/libeffecttv/Makefile.am +#include $(top_srcdir)/plugins/1080to540/Makefile.am +#include $(top_srcdir)/plugins/720to480/Makefile.am +#include $(top_srcdir)/plugins/aging/Makefile.am +#include $(top_srcdir)/plugins/bandslide/Makefile.am +#include $(top_srcdir)/plugins/bandwipe/Makefile.am +#include $(top_srcdir)/plugins/blur/Makefile.am +#include $(top_srcdir)/plugins/brightness/Makefile.am +#include $(top_srcdir)/plugins/burn/Makefile.am +#include $(top_srcdir)/plugins/cdripper/Makefile.am +#include $(top_srcdir)/plugins/chromakey/Makefile.am +#include $(top_srcdir)/plugins/chromakeyhsv/Makefile.am +#include $(top_srcdir)/plugins/colorbalance/Makefile.am +#include $(top_srcdir)/plugins/compressor/Makefile.am +#include $(top_srcdir)/plugins/crossfade/Makefile.am +#include $(top_srcdir)/plugins/decimate/Makefile.am +#include $(top_srcdir)/plugins/deinterlace/Makefile.am +#include $(top_srcdir)/plugins/delayaudio/Makefile.am +#include $(top_srcdir)/plugins/delayvideo/Makefile.am +#include $(top_srcdir)/plugins/denoise/Makefile.am +#include $(top_srcdir)/plugins/denoisefft/Makefile.am +#include $(top_srcdir)/plugins/denoisemjpeg/Makefile.am +#include $(top_srcdir)/plugins/denoiseseltempavg/Makefile.am +#include $(top_srcdir)/plugins/denoisevideo/Makefile.am +#include $(top_srcdir)/plugins/despike/Makefile.am +#include $(top_srcdir)/plugins/diffkey/Makefile.am +#include $(top_srcdir)/plugins/dissolve/Makefile.am +#include $(top_srcdir)/plugins/dot/Makefile.am +#include $(top_srcdir)/plugins/downsample/Makefile.am +#include $(top_srcdir)/plugins/fieldframe/Makefile.am +#include $(top_srcdir)/plugins/flash/Makefile.am +#include $(top_srcdir)/plugins/flip/Makefile.am +#include $(top_srcdir)/plugins/framefield/Makefile.am +#include $(top_srcdir)/plugins/freeverb/Makefile.am +#include $(top_srcdir)/plugins/freezeframe/Makefile.am +#include $(top_srcdir)/plugins/gain/Makefile.am +#include $(top_srcdir)/plugins/gamma/Makefile.am +#include $(top_srcdir)/plugins/gradient/Makefile.am +#include $(top_srcdir)/plugins/histogram/Makefile.am +#include $(top_srcdir)/plugins/holo/Makefile.am +#include $(top_srcdir)/plugins/huesaturation/Makefile.am +#include $(top_srcdir)/plugins/interpolate/Makefile.am +#include $(top_srcdir)/plugins/interpolateaudio/Makefile.am +#include $(top_srcdir)/plugins/interpolatevideo/Makefile.am +#include $(top_srcdir)/plugins/invertaudio/Makefile.am +#include $(top_srcdir)/plugins/invertvideo/Makefile.am +#include $(top_srcdir)/plugins/irissquare/Makefile.am +#include $(top_srcdir)/plugins/ivtc/Makefile.am +#include $(top_srcdir)/plugins/level/Makefile.am +#include $(top_srcdir)/plugins/linearblur/Makefile.am +#include $(top_srcdir)/plugins/liveaudio/Makefile.am +#include $(top_srcdir)/plugins/livevideo/Makefile.am +#include $(top_srcdir)/plugins/loopaudio/Makefile.am +#include $(top_srcdir)/plugins/loopvideo/Makefile.am +#include $(top_srcdir)/plugins/motion/Makefile.am +#include $(top_srcdir)/plugins/motionblur/Makefile.am +#include $(top_srcdir)/plugins/normalize/Makefile.am +#include $(top_srcdir)/plugins/oilpainting/Makefile.am +#include $(top_srcdir)/plugins/overlay/Makefile.am +#include $(top_srcdir)/plugins/overlayaudio/Makefile.am +#include $(top_srcdir)/plugins/parametric/Makefile.am +#include $(top_srcdir)/plugins/perspective/Makefile.am +#include $(top_srcdir)/plugins/pitch/Makefile.am +#include $(top_srcdir)/plugins/polar/Makefile.am +#include $(top_srcdir)/plugins/radialblur/Makefile.am +#include $(top_srcdir)/plugins/reframe/Makefile.am +#include $(top_srcdir)/plugins/reframert/Makefile.am +#include $(top_srcdir)/plugins/resample/Makefile.am +#include $(top_srcdir)/plugins/reverb/Makefile.am +#include $(top_srcdir)/plugins/reverseaudio/Makefile.am +#include $(top_srcdir)/plugins/reversevideo/Makefile.am +#include $(top_srcdir)/plugins/rgb601/Makefile.am +#include $(top_srcdir)/plugins/rotate/Makefile.am +#include $(top_srcdir)/plugins/scale/Makefile.am +#include $(top_srcdir)/plugins/shapewipe/Makefile.am +#include $(top_srcdir)/plugins/sharpen/Makefile.am +#include $(top_srcdir)/plugins/shiftinterlace/Makefile.am +#include $(top_srcdir)/plugins/slide/Makefile.am +#include $(top_srcdir)/plugins/spectrogram/Makefile.am +#include $(top_srcdir)/plugins/svg/Makefile.am +#include $(top_srcdir)/plugins/swapchannels/Makefile.am +#include $(top_srcdir)/plugins/synthesizer/Makefile.am +#include $(top_srcdir)/plugins/threshold/Makefile.am +#include $(top_srcdir)/plugins/timeavg/Makefile.am +#include $(top_srcdir)/plugins/timefront/Makefile.am +#include $(top_srcdir)/plugins/timestretch/Makefile.am +#include $(top_srcdir)/plugins/titler/Makefile.am +#include $(top_srcdir)/plugins/translate/Makefile.am +#include $(top_srcdir)/plugins/unsharp/Makefile.am +#include $(top_srcdir)/plugins/videoscope/Makefile.am +#include $(top_srcdir)/plugins/wave/Makefile.am +#include $(top_srcdir)/plugins/whirl/Makefile.am +#include $(top_srcdir)/plugins/wipe/Makefile.am +#include $(top_srcdir)/plugins/yuv/Makefile.am +#include $(top_srcdir)/plugins/zoomblur/Makefile.am +#include $(top_srcdir)/plugins/fonts/Makefile.am diff --git a/plugins/bluedottheme/Makefile.am b/plugins/bluedottheme/Makefile.am dissimilarity index 85% index 743daa58..a4eb3345 100644 --- a/plugins/bluedottheme/Makefile.am +++ b/plugins/bluedottheme/Makefile.am @@ -1,14 +1,12 @@ -SUBDIRS = data - -plugin_LTLIBRARIES = bluedottheme.la -bluedottheme_la_LDFLAGS = -avoid-version -module -shared -bluedottheme_la_LIBADD = data/libimagedata.a -bluedottheme_la_SOURCES = bluedottheme.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = bluedottheme.h - -EXTRA_DIST = +include $(top_srcdir)/plugins/bluedottheme/data/Makefile.am + +bluedottheme_la_srcdir = $(top_srcdir)/plugins/bluedottheme +plugin_LTLIBRARIES += bluedottheme.la +bluedottheme_la_LDFLAGS = -avoid-version -module -shared +bluedottheme_la_LIBADD = libbluedotthemedata.a +bluedottheme_la_SOURCES = $(bluedottheme_la_srcdir)/bluedottheme.C +bluedottheme_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +bluedottheme_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime + +noinst_HEADERS += $(bluedottheme_la_srcdir)/bluedottheme.h diff --git a/plugins/bluedottheme/data/Makefile.am b/plugins/bluedottheme/data/Makefile.am dissimilarity index 98% index b83511a1..9102e3de 100644 --- a/plugins/bluedottheme/data/Makefile.am +++ b/plugins/bluedottheme/data/Makefile.am @@ -1,388 +1,386 @@ -noinst_LIBRARIES = libimagedata.a -libimagedata_a_SOURCES = -nodist_libimagedata_a_SOURCES = bluedottheme.data - -PNGS = \ -about_bg.png \ -antenna.png \ -arrow.png \ -autokeyframe.png \ -bar.png \ -batchcancel_dn.png \ -batchcancel_hi.png \ -batchcancel_up.png \ -batchstart_dn.png \ -batchstart_hi.png \ -batchstart_up.png \ -batchstop_dn.png \ -batchstop_hi.png \ -batchstop_up.png \ -black_0.png \ -black_1.png \ -black_2.png \ -black_3.png \ -black_4.png \ -black_5.png \ -black_6.png \ -black_7.png \ -black_8.png \ -black_9.png \ -black_a.png \ -black_b.png \ -black_c.png \ -black_colon.png \ -black_d.png \ -black_dash.png \ -black_e.png \ -black_f.png \ -black_period.png \ -black_space.png \ -blank30x30.png \ -bottom_justify.png \ -camera.png \ -camerakeyframe.png \ -cancel.png \ -cbuttons_left.png \ -cbuttons_right.png \ -center_justify.png \ -channel.png \ -channel_bg.png \ -channel_position.png \ -checkbox_checked.png \ -checkbox_checkedhi.png \ -checkbox_down.png \ -checkbox_up.png \ -checkbox_uphi.png \ -clearinpoint.png \ -clearoutpoint.png \ -clip_icon.png \ -closetip.png \ -cmeter_bg.png \ -configure.png \ -copy.png \ -cpanel_bg.png \ -crop.png \ -cut.png \ -cwindow_active.png \ -cwindow_inactive.png \ -default_bg.png \ -drawpatch_checked.png \ -drawpatch_checkedhi.png \ -drawpatch_dn.png \ -drawpatch_hi.png \ -drawpatch_up.png \ -duplex.png \ -editpanel_checked.png \ -editpanel_checkedhi.png \ -editpanel_dn.png \ -editpanel_hi.png \ -editpanel_up.png \ -editpanelW_up.png \ -editpanelW_dn.png \ -editpanelW_hi.png \ -end.png \ -expandpatch_checked.png \ -expandpatch_checkedhi.png \ -expandpatch_dn.png \ -expandpatch_hi.png \ -expandpatch_up.png \ -eyedrop.png \ -fastfwd.png \ -fastrev.png \ -file_delete_dn.png \ -file_delete_up.png \ -file_delete_uphi.png \ -file_column.png \ -file_film.png \ -file_folder.png \ -file_icons_dn.png \ -file_icons_up.png \ -file_icons_uphi.png \ -file_newfolder_dn.png \ -file_newfolder_up.png \ -file_newfolder_uphi.png \ -file_openfolder_dn.png \ -file_openfolder_up.png \ -file_openfolder_uphi.png \ -file_reload_dn.png \ -file_reload_up.png \ -file_reload_uphi.png \ -file_sound.png \ -file_text_dn.png \ -file_text_up.png \ -file_text_uphi.png \ -file_unknown.png \ -file_updir_dn.png \ -file_updir_up.png \ -file_updir_uphi.png \ -fit.png \ -fitautos.png \ -framefwd.png \ -framerev.png \ -gangpatch_checkedhi.png \ -gangpatch_checked.png \ -gangpatch_dn.png \ -gangpatch_hi.png \ -gangpatch_up.png \ -generic_dn.png \ -generic_hi.png \ -generic_up.png \ -generickeyframe.png \ -goto.png \ -heroine_icon.png \ -hscroll_back_dn.png \ -hscroll_back_hi.png \ -hscroll_back_up.png \ -hscroll_bg.png \ -hscroll_center_dn.png \ -hscroll_center_hi.png \ -hscroll_center_up.png \ -hscroll_fwd_dn.png \ -hscroll_fwd_hi.png \ -hscroll_fwd_up.png \ -hslider_bg_dn.png \ -hslider_bg_hi.png \ -hslider_bg_up.png \ -hslider_fg_dn.png \ -hslider_fg_hi.png \ -hslider_fg_up.png \ -ibeam.png \ -in_checkedhi.png \ -in_checked.png \ -in_dn.png \ -in_hi.png \ -in_up.png \ -inpoint.png \ -keyframe.png \ -keyframe2.png \ -keyframe3.png \ -keyframe_dn.png \ -keyframe_hi.png \ -keyframe_up.png \ -label.png \ -label_checked.png \ -label_checkedhi.png \ -labeltoggle_dn.png \ -labeltoggle_uphi.png \ -labeltoggle_up.png \ -left_justify.png \ -list_bg.png \ -listbox_button.png \ -listbox_button_dn.png \ -listbox_button_disabled.png \ -listbox_button_hi.png \ -listbox_button_up.png \ -column_dn.png \ -column_hi.png \ -column_up.png \ -listbox_dn.png \ -listbox_expandchecked.png \ -listbox_expandcheckedhi.png \ -listbox_expanddn.png \ -listbox_expandup.png \ -listbox_expanduphi.png \ -listbox_up.png \ -locklabels_dn.png \ -locklabels_locked.png \ -locklabels_lockedhi.png \ -locklabels_unlocked.png \ -locklabels_unlockedhi.png \ -magnify.png \ -magnifyS.png \ -mask.png \ -maskkeyframe.png \ -mbutton_left.png \ -mbutton_right.png \ -mclock.png \ -middle_justify.png \ -modekeyframe.png \ -mode_max.png \ -mode_multiply.png \ -mode_normal.png \ -mode_replace.png \ -mode_subtract.png \ -mtimebar.png \ -mutepatch_checked.png \ -mutepatch_checkedhi.png \ -mutepatch_dn.png \ -mutepatch_hi.png \ -mutepatch_up.png \ -new_bg.png \ -nextlabel.png \ -nexttip.png \ -ok.png \ -out_checked.png \ -out_checkedhi.png \ -out_dn.png \ -out_hi.png \ -out_up.png \ -outpoint.png \ -over.png \ -over_dn.png \ -over_up.png \ -over_uphi.png \ -overwrite.png \ -pan_channel.png \ -pan_channel_small.png \ -pan_hi.png \ -pan_popup.png \ -pan_stick.png \ -pan_stick_small.png \ -pan_up.png \ -panel_divider.png \ -pankeyframe.png \ -paste.png \ -patchbay_bg.png \ -pause.png \ -play.png \ -playpatch_checked.png \ -playpatch_checkedhi.png \ -playpatch_dn.png \ -playpatch_hi.png \ -playpatch_up.png \ -plugin.png \ -plugin_bg.png \ -pluginbutton_dn.png \ -pluginbutton_hi.png \ -pluginbutton_select.png \ -pluginbutton_selecthi.png \ -plugin_on.png \ -plugin_show.png \ -pot_dn.png \ -pot_hi.png \ -pot_up.png \ -preferences_bg.png \ -preferencesbutton_dn.png \ -preferencesbutton_dnhi.png \ -preferencesbutton_dnlo.png \ -preferencesbutton_up.png \ -preferencesbutton_uphi.png \ -prevlabel.png \ -prevtip.png \ -progress_bg.png \ -progress_hi.png \ -projector.png \ -projectorkeyframe.png \ -protect.png \ -radial_checked.png \ -radial_checkedhi.png \ -radial_down.png \ -radial_downhi.png \ -radial_up.png \ -radial_uphi.png \ -recframe.png \ -record.png \ -recordgui_batch.png \ -recordgui_controls.png \ -recordgui_list.png \ -recordmonitor_meters.png \ -recordmonitor_panel.png \ -recordpatch_checked.png \ -recordpatch_checkedhi.png \ -recordpatch_dn.png \ -recordpatch_dnhi.png \ -recordpatch_hi.png \ -recordpatch_up.png \ -recordpatch_uphi.png \ -redo.png \ -reel.png \ -resource1024.png \ -resource128.png \ -resource256.png \ -resource32.png \ -resource512.png \ -resource64.png \ -resvbuttons_left.png \ -resvbuttons_right.png \ -reverse.png \ -rewind.png \ -right_justify.png \ -setformat_bg.png \ -setformat_bg2.png \ -show_meters.png \ -singleframe.png \ -slider_bg.png \ -splice.png \ -statusbar_cancel.png \ -statusbar_cancel_dn.png \ -statusbar_cancel_hi.png \ -statusbar_cancel_up.png \ -statusbar_left.png \ -statusbar_right.png \ -stop.png \ -stoprec.png \ -swap_extents.png \ -timebar_bg.png \ -timebar_brender.png \ -timebar_view.png \ -tipbutton_dn.png \ -tipbutton_hi.png \ -tipbutton_up.png \ -title_bg.png \ -titlesafe.png \ -toclip.png \ -toolwindow.png \ -top_justify.png \ -tracks_bg.png \ -transport_left_dn.png \ -transport_center_dn.png \ -transport_right_dn.png \ -transport_left_hi.png \ -transport_center_hi.png \ -transport_right_hi.png \ -transport_left_up.png \ -transport_center_up.png \ -transport_right_up.png \ -tumble_bottom.png \ -tumble_hi.png \ -tumble_top.png \ -tumble_up.png \ -undo.png \ -vbuttons_left.png \ -vbuttons_right.png \ -vertical_slider_bg_dn.png \ -vertical_slider_bg_hi.png \ -vertical_slider_bg_up.png \ -vertical_slider_fg_dn.png \ -vertical_slider_fg_hi.png \ -vertical_slider_fg_up.png \ -vmeter_bg.png \ -vscroll_back_dn.png \ -vscroll_back_hi.png \ -vscroll_back_up.png \ -vscroll_bg.png \ -vscroll_center_dn.png \ -vscroll_center_hi.png \ -vscroll_center_up.png \ -vscroll_fwd_dn.png \ -vscroll_fwd_hi.png \ -vscroll_fwd_up.png \ -vwindow_timebar.png \ -wrench.png \ -xmeter_green.png \ -xmeter_normal.png \ -xmeter_over.png \ -xmeter_red.png \ -xmeter_yellow.png \ -ymeter_green.png \ -ymeter_normal.png \ -ymeter_over.png \ -ymeter_red.png \ -ymeter_yellow.png \ -zoombar_left.png \ -zoombar_right.png - - -# this rule creates the .o file from the concatenated PNGs -.data.$(OBJEXT): - $(OBJCOPY) -I binary -B $(OBJCOPYARCH) -O $(OBJCOPYTARGET) $< $@ - -bluedottheme.data: $(PNGS) - $(top_builddir)/guicast/bootstrap $@ $^ || { rm -f $@; exit 1; } - -clean-local: - rm -f bluedottheme.data - -EXTRA_DIST = \ -$(PNGS) \ -locklabels.xcf.bz2 +libbluedotthemedata_srcdir = $(top_srcdir)/plugins/bluedottheme/data + +noinst_LIBRARIES += libbluedotthemedata.a +nodist_libbluedotthemedata_a_SOURCES = bluedottheme.data + +libbluedotthemedata_a_PNGS = \ + $(libbluedotthemedata_srcdir)/about_bg.png \ + $(libbluedotthemedata_srcdir)/antenna.png \ + $(libbluedotthemedata_srcdir)/arrow.png \ + $(libbluedotthemedata_srcdir)/autokeyframe.png \ + $(libbluedotthemedata_srcdir)/bar.png \ + $(libbluedotthemedata_srcdir)/batchcancel_dn.png \ + $(libbluedotthemedata_srcdir)/batchcancel_hi.png \ + $(libbluedotthemedata_srcdir)/batchcancel_up.png \ + $(libbluedotthemedata_srcdir)/batchstart_dn.png \ + $(libbluedotthemedata_srcdir)/batchstart_hi.png \ + $(libbluedotthemedata_srcdir)/batchstart_up.png \ + $(libbluedotthemedata_srcdir)/batchstop_dn.png \ + $(libbluedotthemedata_srcdir)/batchstop_hi.png \ + $(libbluedotthemedata_srcdir)/batchstop_up.png \ + $(libbluedotthemedata_srcdir)/black_0.png \ + $(libbluedotthemedata_srcdir)/black_1.png \ + $(libbluedotthemedata_srcdir)/black_2.png \ + $(libbluedotthemedata_srcdir)/black_3.png \ + $(libbluedotthemedata_srcdir)/black_4.png \ + $(libbluedotthemedata_srcdir)/black_5.png \ + $(libbluedotthemedata_srcdir)/black_6.png \ + $(libbluedotthemedata_srcdir)/black_7.png \ + $(libbluedotthemedata_srcdir)/black_8.png \ + $(libbluedotthemedata_srcdir)/black_9.png \ + $(libbluedotthemedata_srcdir)/black_a.png \ + $(libbluedotthemedata_srcdir)/black_b.png \ + $(libbluedotthemedata_srcdir)/black_c.png \ + $(libbluedotthemedata_srcdir)/black_colon.png \ + $(libbluedotthemedata_srcdir)/black_d.png \ + $(libbluedotthemedata_srcdir)/black_dash.png \ + $(libbluedotthemedata_srcdir)/black_e.png \ + $(libbluedotthemedata_srcdir)/black_f.png \ + $(libbluedotthemedata_srcdir)/black_period.png \ + $(libbluedotthemedata_srcdir)/black_space.png \ + $(libbluedotthemedata_srcdir)/blank30x30.png \ + $(libbluedotthemedata_srcdir)/bottom_justify.png \ + $(libbluedotthemedata_srcdir)/camera.png \ + $(libbluedotthemedata_srcdir)/camerakeyframe.png \ + $(libbluedotthemedata_srcdir)/cancel.png \ + $(libbluedotthemedata_srcdir)/cbuttons_left.png \ + $(libbluedotthemedata_srcdir)/cbuttons_right.png \ + $(libbluedotthemedata_srcdir)/center_justify.png \ + $(libbluedotthemedata_srcdir)/channel.png \ + $(libbluedotthemedata_srcdir)/channel_bg.png \ + $(libbluedotthemedata_srcdir)/channel_position.png \ + $(libbluedotthemedata_srcdir)/checkbox_checked.png \ + $(libbluedotthemedata_srcdir)/checkbox_checkedhi.png \ + $(libbluedotthemedata_srcdir)/checkbox_down.png \ + $(libbluedotthemedata_srcdir)/checkbox_up.png \ + $(libbluedotthemedata_srcdir)/checkbox_uphi.png \ + $(libbluedotthemedata_srcdir)/clearinpoint.png \ + $(libbluedotthemedata_srcdir)/clearoutpoint.png \ + $(libbluedotthemedata_srcdir)/clip_icon.png \ + $(libbluedotthemedata_srcdir)/closetip.png \ + $(libbluedotthemedata_srcdir)/cmeter_bg.png \ + $(libbluedotthemedata_srcdir)/configure.png \ + $(libbluedotthemedata_srcdir)/copy.png \ + $(libbluedotthemedata_srcdir)/cpanel_bg.png \ + $(libbluedotthemedata_srcdir)/crop.png \ + $(libbluedotthemedata_srcdir)/cut.png \ + $(libbluedotthemedata_srcdir)/cwindow_active.png \ + $(libbluedotthemedata_srcdir)/cwindow_inactive.png \ + $(libbluedotthemedata_srcdir)/default_bg.png \ + $(libbluedotthemedata_srcdir)/drawpatch_checked.png \ + $(libbluedotthemedata_srcdir)/drawpatch_checkedhi.png \ + $(libbluedotthemedata_srcdir)/drawpatch_dn.png \ + $(libbluedotthemedata_srcdir)/drawpatch_hi.png \ + $(libbluedotthemedata_srcdir)/drawpatch_up.png \ + $(libbluedotthemedata_srcdir)/duplex.png \ + $(libbluedotthemedata_srcdir)/editpanel_checked.png \ + $(libbluedotthemedata_srcdir)/editpanel_checkedhi.png \ + $(libbluedotthemedata_srcdir)/editpanel_dn.png \ + $(libbluedotthemedata_srcdir)/editpanel_hi.png \ + $(libbluedotthemedata_srcdir)/editpanel_up.png \ + $(libbluedotthemedata_srcdir)/editpanelW_up.png \ + $(libbluedotthemedata_srcdir)/editpanelW_dn.png \ + $(libbluedotthemedata_srcdir)/editpanelW_hi.png \ + $(libbluedotthemedata_srcdir)/end.png \ + $(libbluedotthemedata_srcdir)/expandpatch_checked.png \ + $(libbluedotthemedata_srcdir)/expandpatch_checkedhi.png \ + $(libbluedotthemedata_srcdir)/expandpatch_dn.png \ + $(libbluedotthemedata_srcdir)/expandpatch_hi.png \ + $(libbluedotthemedata_srcdir)/expandpatch_up.png \ + $(libbluedotthemedata_srcdir)/eyedrop.png \ + $(libbluedotthemedata_srcdir)/fastfwd.png \ + $(libbluedotthemedata_srcdir)/fastrev.png \ + $(libbluedotthemedata_srcdir)/file_delete_dn.png \ + $(libbluedotthemedata_srcdir)/file_delete_up.png \ + $(libbluedotthemedata_srcdir)/file_delete_uphi.png \ + $(libbluedotthemedata_srcdir)/file_column.png \ + $(libbluedotthemedata_srcdir)/file_film.png \ + $(libbluedotthemedata_srcdir)/file_folder.png \ + $(libbluedotthemedata_srcdir)/file_icons_dn.png \ + $(libbluedotthemedata_srcdir)/file_icons_up.png \ + $(libbluedotthemedata_srcdir)/file_icons_uphi.png \ + $(libbluedotthemedata_srcdir)/file_newfolder_dn.png \ + $(libbluedotthemedata_srcdir)/file_newfolder_up.png \ + $(libbluedotthemedata_srcdir)/file_newfolder_uphi.png \ + $(libbluedotthemedata_srcdir)/file_openfolder_dn.png \ + $(libbluedotthemedata_srcdir)/file_openfolder_up.png \ + $(libbluedotthemedata_srcdir)/file_openfolder_uphi.png \ + $(libbluedotthemedata_srcdir)/file_reload_dn.png \ + $(libbluedotthemedata_srcdir)/file_reload_up.png \ + $(libbluedotthemedata_srcdir)/file_reload_uphi.png \ + $(libbluedotthemedata_srcdir)/file_sound.png \ + $(libbluedotthemedata_srcdir)/file_text_dn.png \ + $(libbluedotthemedata_srcdir)/file_text_up.png \ + $(libbluedotthemedata_srcdir)/file_text_uphi.png \ + $(libbluedotthemedata_srcdir)/file_unknown.png \ + $(libbluedotthemedata_srcdir)/file_updir_dn.png \ + $(libbluedotthemedata_srcdir)/file_updir_up.png \ + $(libbluedotthemedata_srcdir)/file_updir_uphi.png \ + $(libbluedotthemedata_srcdir)/fit.png \ + $(libbluedotthemedata_srcdir)/fitautos.png \ + $(libbluedotthemedata_srcdir)/framefwd.png \ + $(libbluedotthemedata_srcdir)/framerev.png \ + $(libbluedotthemedata_srcdir)/gangpatch_checkedhi.png \ + $(libbluedotthemedata_srcdir)/gangpatch_checked.png \ + $(libbluedotthemedata_srcdir)/gangpatch_dn.png \ + $(libbluedotthemedata_srcdir)/gangpatch_hi.png \ + $(libbluedotthemedata_srcdir)/gangpatch_up.png \ + $(libbluedotthemedata_srcdir)/generic_dn.png \ + $(libbluedotthemedata_srcdir)/generic_hi.png \ + $(libbluedotthemedata_srcdir)/generic_up.png \ + $(libbluedotthemedata_srcdir)/generickeyframe.png \ + $(libbluedotthemedata_srcdir)/goto.png \ + $(libbluedotthemedata_srcdir)/heroine_icon.png \ + $(libbluedotthemedata_srcdir)/hscroll_back_dn.png \ + $(libbluedotthemedata_srcdir)/hscroll_back_hi.png \ + $(libbluedotthemedata_srcdir)/hscroll_back_up.png \ + $(libbluedotthemedata_srcdir)/hscroll_bg.png \ + $(libbluedotthemedata_srcdir)/hscroll_center_dn.png \ + $(libbluedotthemedata_srcdir)/hscroll_center_hi.png \ + $(libbluedotthemedata_srcdir)/hscroll_center_up.png \ + $(libbluedotthemedata_srcdir)/hscroll_fwd_dn.png \ + $(libbluedotthemedata_srcdir)/hscroll_fwd_hi.png \ + $(libbluedotthemedata_srcdir)/hscroll_fwd_up.png \ + $(libbluedotthemedata_srcdir)/hslider_bg_dn.png \ + $(libbluedotthemedata_srcdir)/hslider_bg_hi.png \ + $(libbluedotthemedata_srcdir)/hslider_bg_up.png \ + $(libbluedotthemedata_srcdir)/hslider_fg_dn.png \ + $(libbluedotthemedata_srcdir)/hslider_fg_hi.png \ + $(libbluedotthemedata_srcdir)/hslider_fg_up.png \ + $(libbluedotthemedata_srcdir)/ibeam.png \ + $(libbluedotthemedata_srcdir)/in_checkedhi.png \ + $(libbluedotthemedata_srcdir)/in_checked.png \ + $(libbluedotthemedata_srcdir)/in_dn.png \ + $(libbluedotthemedata_srcdir)/in_hi.png \ + $(libbluedotthemedata_srcdir)/in_up.png \ + $(libbluedotthemedata_srcdir)/inpoint.png \ + $(libbluedotthemedata_srcdir)/keyframe.png \ + $(libbluedotthemedata_srcdir)/keyframe2.png \ + $(libbluedotthemedata_srcdir)/keyframe3.png \ + $(libbluedotthemedata_srcdir)/keyframe_dn.png \ + $(libbluedotthemedata_srcdir)/keyframe_hi.png \ + $(libbluedotthemedata_srcdir)/keyframe_up.png \ + $(libbluedotthemedata_srcdir)/label.png \ + $(libbluedotthemedata_srcdir)/label_checked.png \ + $(libbluedotthemedata_srcdir)/label_checkedhi.png \ + $(libbluedotthemedata_srcdir)/labeltoggle_dn.png \ + $(libbluedotthemedata_srcdir)/labeltoggle_uphi.png \ + $(libbluedotthemedata_srcdir)/labeltoggle_up.png \ + $(libbluedotthemedata_srcdir)/left_justify.png \ + $(libbluedotthemedata_srcdir)/list_bg.png \ + $(libbluedotthemedata_srcdir)/listbox_button.png \ + $(libbluedotthemedata_srcdir)/listbox_button_dn.png \ + $(libbluedotthemedata_srcdir)/listbox_button_disabled.png \ + $(libbluedotthemedata_srcdir)/listbox_button_hi.png \ + $(libbluedotthemedata_srcdir)/listbox_button_up.png \ + $(libbluedotthemedata_srcdir)/column_dn.png \ + $(libbluedotthemedata_srcdir)/column_hi.png \ + $(libbluedotthemedata_srcdir)/column_up.png \ + $(libbluedotthemedata_srcdir)/listbox_dn.png \ + $(libbluedotthemedata_srcdir)/listbox_expandchecked.png \ + $(libbluedotthemedata_srcdir)/listbox_expandcheckedhi.png \ + $(libbluedotthemedata_srcdir)/listbox_expanddn.png \ + $(libbluedotthemedata_srcdir)/listbox_expandup.png \ + $(libbluedotthemedata_srcdir)/listbox_expanduphi.png \ + $(libbluedotthemedata_srcdir)/listbox_up.png \ + $(libbluedotthemedata_srcdir)/locklabels_dn.png \ + $(libbluedotthemedata_srcdir)/locklabels_locked.png \ + $(libbluedotthemedata_srcdir)/locklabels_lockedhi.png \ + $(libbluedotthemedata_srcdir)/locklabels_unlocked.png \ + $(libbluedotthemedata_srcdir)/locklabels_unlockedhi.png \ + $(libbluedotthemedata_srcdir)/magnify.png \ + $(libbluedotthemedata_srcdir)/magnifyS.png \ + $(libbluedotthemedata_srcdir)/mask.png \ + $(libbluedotthemedata_srcdir)/maskkeyframe.png \ + $(libbluedotthemedata_srcdir)/mbutton_left.png \ + $(libbluedotthemedata_srcdir)/mbutton_right.png \ + $(libbluedotthemedata_srcdir)/mclock.png \ + $(libbluedotthemedata_srcdir)/middle_justify.png \ + $(libbluedotthemedata_srcdir)/modekeyframe.png \ + $(libbluedotthemedata_srcdir)/mode_max.png \ + $(libbluedotthemedata_srcdir)/mode_multiply.png \ + $(libbluedotthemedata_srcdir)/mode_normal.png \ + $(libbluedotthemedata_srcdir)/mode_replace.png \ + $(libbluedotthemedata_srcdir)/mode_subtract.png \ + $(libbluedotthemedata_srcdir)/mtimebar.png \ + $(libbluedotthemedata_srcdir)/mutepatch_checked.png \ + $(libbluedotthemedata_srcdir)/mutepatch_checkedhi.png \ + $(libbluedotthemedata_srcdir)/mutepatch_dn.png \ + $(libbluedotthemedata_srcdir)/mutepatch_hi.png \ + $(libbluedotthemedata_srcdir)/mutepatch_up.png \ + $(libbluedotthemedata_srcdir)/new_bg.png \ + $(libbluedotthemedata_srcdir)/nextlabel.png \ + $(libbluedotthemedata_srcdir)/nexttip.png \ + $(libbluedotthemedata_srcdir)/ok.png \ + $(libbluedotthemedata_srcdir)/out_checked.png \ + $(libbluedotthemedata_srcdir)/out_checkedhi.png \ + $(libbluedotthemedata_srcdir)/out_dn.png \ + $(libbluedotthemedata_srcdir)/out_hi.png \ + $(libbluedotthemedata_srcdir)/out_up.png \ + $(libbluedotthemedata_srcdir)/outpoint.png \ + $(libbluedotthemedata_srcdir)/over.png \ + $(libbluedotthemedata_srcdir)/over_dn.png \ + $(libbluedotthemedata_srcdir)/over_up.png \ + $(libbluedotthemedata_srcdir)/over_uphi.png \ + $(libbluedotthemedata_srcdir)/overwrite.png \ + $(libbluedotthemedata_srcdir)/pan_channel.png \ + $(libbluedotthemedata_srcdir)/pan_channel_small.png \ + $(libbluedotthemedata_srcdir)/pan_hi.png \ + $(libbluedotthemedata_srcdir)/pan_popup.png \ + $(libbluedotthemedata_srcdir)/pan_stick.png \ + $(libbluedotthemedata_srcdir)/pan_stick_small.png \ + $(libbluedotthemedata_srcdir)/pan_up.png \ + $(libbluedotthemedata_srcdir)/panel_divider.png \ + $(libbluedotthemedata_srcdir)/pankeyframe.png \ + $(libbluedotthemedata_srcdir)/paste.png \ + $(libbluedotthemedata_srcdir)/patchbay_bg.png \ + $(libbluedotthemedata_srcdir)/pause.png \ + $(libbluedotthemedata_srcdir)/play.png \ + $(libbluedotthemedata_srcdir)/playpatch_checked.png \ + $(libbluedotthemedata_srcdir)/playpatch_checkedhi.png \ + $(libbluedotthemedata_srcdir)/playpatch_dn.png \ + $(libbluedotthemedata_srcdir)/playpatch_hi.png \ + $(libbluedotthemedata_srcdir)/playpatch_up.png \ + $(libbluedotthemedata_srcdir)/plugin.png \ + $(libbluedotthemedata_srcdir)/plugin_bg.png \ + $(libbluedotthemedata_srcdir)/pluginbutton_dn.png \ + $(libbluedotthemedata_srcdir)/pluginbutton_hi.png \ + $(libbluedotthemedata_srcdir)/pluginbutton_select.png \ + $(libbluedotthemedata_srcdir)/pluginbutton_selecthi.png \ + $(libbluedotthemedata_srcdir)/plugin_on.png \ + $(libbluedotthemedata_srcdir)/plugin_show.png \ + $(libbluedotthemedata_srcdir)/pot_dn.png \ + $(libbluedotthemedata_srcdir)/pot_hi.png \ + $(libbluedotthemedata_srcdir)/pot_up.png \ + $(libbluedotthemedata_srcdir)/preferences_bg.png \ + $(libbluedotthemedata_srcdir)/preferencesbutton_dn.png \ + $(libbluedotthemedata_srcdir)/preferencesbutton_dnhi.png \ + $(libbluedotthemedata_srcdir)/preferencesbutton_dnlo.png \ + $(libbluedotthemedata_srcdir)/preferencesbutton_up.png \ + $(libbluedotthemedata_srcdir)/preferencesbutton_uphi.png \ + $(libbluedotthemedata_srcdir)/prevlabel.png \ + $(libbluedotthemedata_srcdir)/prevtip.png \ + $(libbluedotthemedata_srcdir)/progress_bg.png \ + $(libbluedotthemedata_srcdir)/progress_hi.png \ + $(libbluedotthemedata_srcdir)/projector.png \ + $(libbluedotthemedata_srcdir)/projectorkeyframe.png \ + $(libbluedotthemedata_srcdir)/protect.png \ + $(libbluedotthemedata_srcdir)/radial_checked.png \ + $(libbluedotthemedata_srcdir)/radial_checkedhi.png \ + $(libbluedotthemedata_srcdir)/radial_down.png \ + $(libbluedotthemedata_srcdir)/radial_downhi.png \ + $(libbluedotthemedata_srcdir)/radial_up.png \ + $(libbluedotthemedata_srcdir)/radial_uphi.png \ + $(libbluedotthemedata_srcdir)/recframe.png \ + $(libbluedotthemedata_srcdir)/record.png \ + $(libbluedotthemedata_srcdir)/recordgui_batch.png \ + $(libbluedotthemedata_srcdir)/recordgui_controls.png \ + $(libbluedotthemedata_srcdir)/recordgui_list.png \ + $(libbluedotthemedata_srcdir)/recordmonitor_meters.png \ + $(libbluedotthemedata_srcdir)/recordmonitor_panel.png \ + $(libbluedotthemedata_srcdir)/recordpatch_checked.png \ + $(libbluedotthemedata_srcdir)/recordpatch_checkedhi.png \ + $(libbluedotthemedata_srcdir)/recordpatch_dn.png \ + $(libbluedotthemedata_srcdir)/recordpatch_dnhi.png \ + $(libbluedotthemedata_srcdir)/recordpatch_hi.png \ + $(libbluedotthemedata_srcdir)/recordpatch_up.png \ + $(libbluedotthemedata_srcdir)/recordpatch_uphi.png \ + $(libbluedotthemedata_srcdir)/redo.png \ + $(libbluedotthemedata_srcdir)/reel.png \ + $(libbluedotthemedata_srcdir)/resource1024.png \ + $(libbluedotthemedata_srcdir)/resource128.png \ + $(libbluedotthemedata_srcdir)/resource256.png \ + $(libbluedotthemedata_srcdir)/resource32.png \ + $(libbluedotthemedata_srcdir)/resource512.png \ + $(libbluedotthemedata_srcdir)/resource64.png \ + $(libbluedotthemedata_srcdir)/resvbuttons_left.png \ + $(libbluedotthemedata_srcdir)/resvbuttons_right.png \ + $(libbluedotthemedata_srcdir)/reverse.png \ + $(libbluedotthemedata_srcdir)/rewind.png \ + $(libbluedotthemedata_srcdir)/right_justify.png \ + $(libbluedotthemedata_srcdir)/setformat_bg.png \ + $(libbluedotthemedata_srcdir)/setformat_bg2.png \ + $(libbluedotthemedata_srcdir)/show_meters.png \ + $(libbluedotthemedata_srcdir)/singleframe.png \ + $(libbluedotthemedata_srcdir)/slider_bg.png \ + $(libbluedotthemedata_srcdir)/splice.png \ + $(libbluedotthemedata_srcdir)/statusbar_cancel.png \ + $(libbluedotthemedata_srcdir)/statusbar_cancel_dn.png \ + $(libbluedotthemedata_srcdir)/statusbar_cancel_hi.png \ + $(libbluedotthemedata_srcdir)/statusbar_cancel_up.png \ + $(libbluedotthemedata_srcdir)/statusbar_left.png \ + $(libbluedotthemedata_srcdir)/statusbar_right.png \ + $(libbluedotthemedata_srcdir)/stop.png \ + $(libbluedotthemedata_srcdir)/stoprec.png \ + $(libbluedotthemedata_srcdir)/swap_extents.png \ + $(libbluedotthemedata_srcdir)/timebar_bg.png \ + $(libbluedotthemedata_srcdir)/timebar_brender.png \ + $(libbluedotthemedata_srcdir)/timebar_view.png \ + $(libbluedotthemedata_srcdir)/tipbutton_dn.png \ + $(libbluedotthemedata_srcdir)/tipbutton_hi.png \ + $(libbluedotthemedata_srcdir)/tipbutton_up.png \ + $(libbluedotthemedata_srcdir)/title_bg.png \ + $(libbluedotthemedata_srcdir)/titlesafe.png \ + $(libbluedotthemedata_srcdir)/toclip.png \ + $(libbluedotthemedata_srcdir)/toolwindow.png \ + $(libbluedotthemedata_srcdir)/top_justify.png \ + $(libbluedotthemedata_srcdir)/tracks_bg.png \ + $(libbluedotthemedata_srcdir)/transport_left_dn.png \ + $(libbluedotthemedata_srcdir)/transport_center_dn.png \ + $(libbluedotthemedata_srcdir)/transport_right_dn.png \ + $(libbluedotthemedata_srcdir)/transport_left_hi.png \ + $(libbluedotthemedata_srcdir)/transport_center_hi.png \ + $(libbluedotthemedata_srcdir)/transport_right_hi.png \ + $(libbluedotthemedata_srcdir)/transport_left_up.png \ + $(libbluedotthemedata_srcdir)/transport_center_up.png \ + $(libbluedotthemedata_srcdir)/transport_right_up.png \ + $(libbluedotthemedata_srcdir)/tumble_bottom.png \ + $(libbluedotthemedata_srcdir)/tumble_hi.png \ + $(libbluedotthemedata_srcdir)/tumble_top.png \ + $(libbluedotthemedata_srcdir)/tumble_up.png \ + $(libbluedotthemedata_srcdir)/undo.png \ + $(libbluedotthemedata_srcdir)/vbuttons_left.png \ + $(libbluedotthemedata_srcdir)/vbuttons_right.png \ + $(libbluedotthemedata_srcdir)/vertical_slider_bg_dn.png \ + $(libbluedotthemedata_srcdir)/vertical_slider_bg_hi.png \ + $(libbluedotthemedata_srcdir)/vertical_slider_bg_up.png \ + $(libbluedotthemedata_srcdir)/vertical_slider_fg_dn.png \ + $(libbluedotthemedata_srcdir)/vertical_slider_fg_hi.png \ + $(libbluedotthemedata_srcdir)/vertical_slider_fg_up.png \ + $(libbluedotthemedata_srcdir)/vmeter_bg.png \ + $(libbluedotthemedata_srcdir)/vscroll_back_dn.png \ + $(libbluedotthemedata_srcdir)/vscroll_back_hi.png \ + $(libbluedotthemedata_srcdir)/vscroll_back_up.png \ + $(libbluedotthemedata_srcdir)/vscroll_bg.png \ + $(libbluedotthemedata_srcdir)/vscroll_center_dn.png \ + $(libbluedotthemedata_srcdir)/vscroll_center_hi.png \ + $(libbluedotthemedata_srcdir)/vscroll_center_up.png \ + $(libbluedotthemedata_srcdir)/vscroll_fwd_dn.png \ + $(libbluedotthemedata_srcdir)/vscroll_fwd_hi.png \ + $(libbluedotthemedata_srcdir)/vscroll_fwd_up.png \ + $(libbluedotthemedata_srcdir)/vwindow_timebar.png \ + $(libbluedotthemedata_srcdir)/wrench.png \ + $(libbluedotthemedata_srcdir)/xmeter_green.png \ + $(libbluedotthemedata_srcdir)/xmeter_normal.png \ + $(libbluedotthemedata_srcdir)/xmeter_over.png \ + $(libbluedotthemedata_srcdir)/xmeter_red.png \ + $(libbluedotthemedata_srcdir)/xmeter_yellow.png \ + $(libbluedotthemedata_srcdir)/ymeter_green.png \ + $(libbluedotthemedata_srcdir)/ymeter_normal.png \ + $(libbluedotthemedata_srcdir)/ymeter_over.png \ + $(libbluedotthemedata_srcdir)/ymeter_red.png \ + $(libbluedotthemedata_srcdir)/ymeter_yellow.png \ + $(libbluedotthemedata_srcdir)/zoombar_left.png \ + $(libbluedotthemedata_srcdir)/zoombar_right.png + + +bluedottheme.data: $(libbluedotthemedata_a_PNGS) + $(top_builddir)/guicast/bootstrap $@ $^ || { rm -f $@; exit 1; } + +#TODO +#clean-local: +# rm -f bluedottheme.data + +EXTRA_DIST += \ + $(libbluedotthemedata_a_PNGS) \ + $(libbluedotthemedata_srcdir)/locklabels.xcf.bz2 diff --git a/plugins/defaulttheme/Makefile.am b/plugins/defaulttheme/Makefile.am dissimilarity index 92% index 19242500..2ce22070 100644 --- a/plugins/defaulttheme/Makefile.am +++ b/plugins/defaulttheme/Makefile.am @@ -1,31 +1,32 @@ -SUBDIRS = data - -plugin_LTLIBRARIES = blondtheme.la -blondtheme_la_LDFLAGS = -avoid-version -module -shared -blondtheme_la_LIBADD = data/libimagedata.a -blondtheme_la_SOURCES = defaulttheme.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = defaulttheme.h - -EXTRA_DIST = \ - buttons.xcf.bz2 \ - cwindow.xcf.bz2 \ - cwindow2.xcf.bz2 \ - hscroll.xcf.bz2 \ - hscroll2.xcf.bz2 \ - mwindow.xcf.bz2 \ - mwindow2.xcf.bz2 \ - preferencesbutton.xcf.bz2 \ - recordgui.xcf.bz2 \ - recordmonitor.xcf.bz2 \ - scrollbar.xcf.bz2 \ - slider_bg.xcf.bz2 \ - slider_button.xcf.bz2 \ - statusbar_cancel.xcf.bz2 \ - tumbler.xcf.bz2 \ - vscrollbar.xcf.bz2 \ - vwindow.xcf.bz2 +include $(top_srcdir)/plugins/defaulttheme/data/Makefile.am + +blondtheme_la_srcdir = $(top_srcdir)/plugins/defaulttheme + +plugin_LTLIBRARIES += blondtheme.la +blondtheme_la_LDFLAGS = -avoid-version -module -shared +blondtheme_la_LIBADD = libblondthemedata.a +blondtheme_la_SOURCES = $(blondtheme_la_srcdir)/defaulttheme.C +blondtheme_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +blondtheme_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime + +noinst_HEADERS += $(blondtheme_la_srcdir)/defaulttheme.h + +EXTRA_DIST += \ + $(blondtheme_la_srcdir)/buttons.xcf.bz2 \ + $(blondtheme_la_srcdir)/cwindow.xcf.bz2 \ + $(blondtheme_la_srcdir)/cwindow2.xcf.bz2 \ + $(blondtheme_la_srcdir)/hscroll.xcf.bz2 \ + $(blondtheme_la_srcdir)/hscroll2.xcf.bz2 \ + $(blondtheme_la_srcdir)/mwindow.xcf.bz2 \ + $(blondtheme_la_srcdir)/mwindow2.xcf.bz2 \ + $(blondtheme_la_srcdir)/preferencesbutton.xcf.bz2 \ + $(blondtheme_la_srcdir)/recordgui.xcf.bz2 \ + $(blondtheme_la_srcdir)/recordmonitor.xcf.bz2 \ + $(blondtheme_la_srcdir)/scrollbar.xcf.bz2 \ + $(blondtheme_la_srcdir)/slider_bg.xcf.bz2 \ + $(blondtheme_la_srcdir)/slider_button.xcf.bz2 \ + $(blondtheme_la_srcdir)/statusbar_cancel.xcf.bz2 \ + $(blondtheme_la_srcdir)/tumbler.xcf.bz2 \ + $(blondtheme_la_srcdir)/vscrollbar.xcf.bz2 \ + $(blondtheme_la_srcdir)/vwindow.xcf.bz2 diff --git a/plugins/defaulttheme/data/Makefile.am b/plugins/defaulttheme/data/Makefile.am dissimilarity index 93% index 702a8165..95cf84a8 100644 --- a/plugins/defaulttheme/data/Makefile.am +++ b/plugins/defaulttheme/data/Makefile.am @@ -1,362 +1,363 @@ -noinst_LIBRARIES = libimagedata.a -libimagedata_a_SOURCES = -nodist_libimagedata_a_SOURCES = defaulttheme.data - -# The following bash scripts makes up the list of used PNG's - -#rm /tmp/data_{not,}using; for i in $(ls -1 *.png | sort); do if [[ -n $(grep -l $i ../defaulttheme.C) ]]; then echo $i \\ >> /tmp/data_using; else echo $i \\ >> /tmp/data_notusing; fi; done; - -#list created from the files /tmp/data_using generated in the script above -PNGS = \ -arrow.png \ -autokeyframe.png \ -bar.png \ -batchcancel_dn.png \ -batchcancel_hi.png \ -batchcancel_up.png \ -batchstart_dn.png \ -batchstart_hi.png \ -batchstart_up.png \ -batchstop_dn.png \ -batchstop_hi.png \ -batchstop_up.png \ -blank30x30.png \ -bottom_justify.png \ -camerakeyframe.png \ -camera.png \ -cancel_dn.png \ -cancel_hi.png \ -cancel.png \ -cancel_up.png \ -cbuttons_left.png \ -cbuttons_right.png \ -center_justify.png \ -channel_bg.png \ -channel.png \ -channel_position.png \ -checkbox_checkedhi.png \ -checkbox_checked.png \ -checkbox_dn.png \ -checkbox_hi.png \ -checkbox_up.png \ -clip_icon.png \ -closetip.png \ -cmeter_bg.png \ -column_dn.png \ -column_hi.png \ -column_up.png \ -copy.png \ -cpanel_bg.png \ -crop.png \ -cut.png \ -cwindow_active.png \ -cwindow_inactive.png \ -delete.png \ -drawpatch_checkedhi.png \ -drawpatch_checked.png \ -drawpatch_dn.png \ -drawpatch_hi.png \ -drawpatch_up.png \ -editpanel_checkedhi.png \ -editpanel_checked.png \ -editpanel_dn.png \ -editpanel_hi.png \ -editpanel_up.png \ -end.png \ -expandpatch_checkedhi.png \ -expandpatch_checked.png \ -expandpatch_dn.png \ -expandpatch_hi.png \ -expandpatch_up.png \ -eyedrop.png \ -fastfwd.png \ -fastrev.png \ -fileboxbutton_dn.png \ -fileboxbutton_hi.png \ -fileboxbutton_up.png \ -file_column.png \ -file_film.png \ -file_folder.png \ -file_sound.png \ -file_unknown.png \ -fitautos.png \ -fit.png \ -folder.png \ -framefwd.png \ -framerev.png \ -gangpatch_checkedhi.png \ -gangpatch_checked.png \ -gangpatch_dn.png \ -gangpatch_hi.png \ -gangpatch_up.png \ -generic_dn.png \ -generic_hi.png \ -generic_up.png \ -goto.png \ -heroine_icon.png \ -hscroll_handle_bg.png \ -hscroll_handle_dn.png \ -hscroll_handle_hi.png \ -hscroll_handle_up.png \ -hscroll_left_dn.png \ -hscroll_left_hi.png \ -hscroll_left_up.png \ -hscroll_right_dn.png \ -hscroll_right_hi.png \ -hscroll_right_up.png \ -hslider_bg_dn.png \ -hslider_bg_hi.png \ -hslider_bg_up.png \ -hslider_fg_dn.png \ -hslider_fg_hi.png \ -hslider_fg_up.png \ -ibeam.png \ -icons.png \ -in_checkedhi.png \ -in_checked.png \ -in_dn.png \ -in_hi.png \ -inpoint.png \ -in_up.png \ -keyframe3.png \ -keyframe.png \ -label_checkedhi.png \ -label_checked.png \ -label.png \ -labeltoggle_dn.png \ -labeltoggle_uphi.png \ -labeltoggle_up.png \ -left_justify.png \ -list_bg.png \ -listbox_button_disabled.png \ -listbox_button_dn.png \ -listbox_button_hi.png \ -listbox_button_up.png \ -listbox_dn.png \ -listbox_expandcheckedhi.png \ -listbox_expandchecked.png \ -listbox_expanddn.png \ -listbox_expanduphi.png \ -listbox_expandup.png \ -listbox_up.png \ -locklabels_dn.png \ -locklabels_locked.png \ -locklabels_lockedhi.png \ -locklabels_unlocked.png \ -locklabels_unlockedhi.png \ -magnify.png \ -maskkeyframe.png \ -mask.png \ -mbutton_bg.png \ -mbutton_blue.png \ -mclock.png \ -middle_justify.png \ -mode_add.png \ -mode_divide.png \ -modekeyframe.png \ -mode_max.png \ -mode_multiply.png \ -mode_normal.png \ -mode_replace.png \ -mode_subtract.png \ -mutepatch_checkedhi.png \ -mutepatch_checked.png \ -mutepatch_dn.png \ -mutepatch_hi.png \ -mutepatch_up.png \ -new_bg.png \ -nextlabel.png \ -nexttip.png \ -ok.png \ -openfolder.png \ -out_checkedhi.png \ -out_checked.png \ -out_dn.png \ -out_hi.png \ -outpoint.png \ -out_up.png \ -over.png \ -overwrite.png \ -pan_channel.png \ -pan_channel_small.png \ -panel_divider.png \ -pan_hi.png \ -pankeyframe.png \ -pan_popup.png \ -pan_stick.png \ -pan_stick_small.png \ -pan_up.png \ -paste.png \ -patchbay_bg.png \ -pause.png \ -playpatch_checkedhi.png \ -playpatch_checked.png \ -playpatch_dn.png \ -playpatch_hi.png \ -playpatch_up.png \ -play.png \ -plugin_bg.png \ -pluginbutton_dn.png \ -pluginbutton_hi.png \ -pluginbutton_selecthi.png \ -pluginbutton_select.png \ -plugin_on.png \ -plugin_show.png \ -pot_dn.png \ -pot_hi.png \ -pot_up.png \ -preferences_bg.png \ -preferencesbutton_dnhi.png \ -preferencesbutton_dnlo.png \ -preferencesbutton_dn.png \ -preferencesbutton_uphi.png \ -preferencesbutton_up.png \ -prevlabel.png \ -prevtip.png \ -progress_bg.png \ -progress_hi.png \ -projectorkeyframe.png \ -projector.png \ -protect.png \ -radial_checkedhi.png \ -radial_checked.png \ -radial_dn.png \ -radial_hi.png \ -radial_up.png \ -recordgui_batch.png \ -recordgui_controls.png \ -recordgui_list.png \ -recordmonitor_meters.png \ -recordmonitor_panel.png \ -recordpatch_checkedhi.png \ -recordpatch_checked.png \ -recordpatch_dn.png \ -recordpatch_hi.png \ -recordpatch_up.png \ -record.png \ -redo.png \ -reload.png \ -resource1024.png \ -resource128.png \ -resource256.png \ -resource32.png \ -resource512.png \ -resource64.png \ -reverse.png \ -rewind.png \ -right_justify.png \ -setformat_bg2.png \ -show_meters.png \ -singleframe.png \ -splice.png \ -statusbar_cancel_dn.png \ -statusbar_cancel_hi.png \ -statusbar_cancel_up.png \ -statusbar_left.png \ -statusbar_right.png \ -stop.png \ -swap_extents.png \ -text.png \ -timebar_bg.png \ -timebar_brender.png \ -timebar_view.png \ -tipbutton_dn.png \ -tipbutton_hi.png \ -tipbutton_up.png \ -title_bg.png \ -titlesafe.png \ -toclip.png \ -toolwindow.png \ -top_justify.png \ -tracks_bg.png \ -transport_center_dn.png \ -transport_center_hi.png \ -transport_center_up.png \ -transport_left_dn.png \ -transport_left_hi.png \ -transport_left_up.png \ -transport_right_dn.png \ -transport_right_hi.png \ -transport_right_up.png \ -tumble_bottom.png \ -tumble_hi.png \ -tumble_top.png \ -tumble_up.png \ -undo.png \ -updir.png \ -vbuttons_left.png \ -vertical_slider_bg_dn.png \ -vertical_slider_bg_hi.png \ -vertical_slider_bg_up.png \ -vertical_slider_fg_dn.png \ -vertical_slider_fg_hi.png \ -vertical_slider_fg_up.png \ -vscroll_handle_bg.png \ -vscroll_handle_dn.png \ -vscroll_handle_hi.png \ -vscroll_handle_up.png \ -vscroll_left_dn.png \ -vscroll_left_hi.png \ -vscroll_left_up.png \ -vscroll_right_dn.png \ -vscroll_right_hi.png \ -vscroll_right_up.png \ -vwindow_timebar.png \ -wrench.png \ -xmeter_green.png \ -xmeter_normal.png \ -xmeter_over.png \ -xmeter_red.png \ -xmeter_white.png \ -xmeter_yellow.png \ -ymeter_green.png \ -ymeter_normal.png \ -ymeter_over.png \ -ymeter_red.png \ -ymeter_white.png \ -ymeter_yellow.png \ -zoombar_left.png \ -zoombar_right.png - -# this rule creates the .o file from the concatenated PNGs -.data.$(OBJEXT): - $(OBJCOPY) -I binary -B $(OBJCOPYARCH) -O $(OBJCOPYTARGET) $< $@ - -defaulttheme.data: $(PNGS) - $(top_builddir)/guicast/bootstrap $@ $^ || { rm -f $@; exit 1; } - -clean-local: - rm -f defaulttheme.data - -EXTRA_DIST = \ - $(PNGS) \ - about.xcf.bz2 \ - asset_button.xcf.bz2 \ - batchrender.xcf.bz2 \ - buttonbar2.xcf.bz2 \ - buttonbar2_fullsize.xcf.bz2 \ - buttons.xcf.bz2 \ - chain.xcf.bz2 \ - channels.xcf.bz2 \ - draw_up.xcf.bz2 \ - draw_uphi.xcf.bz2 \ - edithandle.xcf.bz2 \ - edithandlein.xcf.bz2 \ - editpanel2.xcf \ - expand.xcf.bz2 \ - expandpatch.xcf.bz2 \ - heroine_icon.xcf.bz2 \ - heroine_iconbig.xcf.bz2 \ - keyframe.xcf.bz2 \ - label.xcf.bz2 \ - listbox_button.xcf.bz2 \ - locklabels.xcf.bz2 \ - over_button.xcf.bz2 \ - patch.xcf.bz2 \ - pluginbutton.xcf.bz2 \ - resource.xcf.bz2 \ - statusbar.xcf.bz2 \ - swap_extents.xcf.bz2 \ - transport.xcf.bz2 \ - transportbuttons.xcf.bz2 \ - transports.xcf.bz2 +libblondthemedata_srcdir = $(top_srcdir)/plugins/defaulttheme/data + +noinst_LIBRARIES += libblondthemedata.a +nodist_libblondthemedata_a_SOURCES = defaulttheme.data + +# The following bash scripts makes up the list of used PNG's + +#rm /tmp/data_{not,}using; for i in $(ls -1 *.png | sort); do if [[ -n $(grep -l $i ../defaulttheme.C) ]]; then echo $i \\ >> /tmp/data_using; else echo $i \\ >> /tmp/data_notusing; fi; done; + +#list created from the files /tmp/data_using generated in the script above +libblondthemedata_a_PNGS = \ + $(libblondthemedata_srcdir)/arrow.png \ + $(libblondthemedata_srcdir)/autokeyframe.png \ + $(libblondthemedata_srcdir)/bar.png \ + $(libblondthemedata_srcdir)/batchcancel_dn.png \ + $(libblondthemedata_srcdir)/batchcancel_hi.png \ + $(libblondthemedata_srcdir)/batchcancel_up.png \ + $(libblondthemedata_srcdir)/batchstart_dn.png \ + $(libblondthemedata_srcdir)/batchstart_hi.png \ + $(libblondthemedata_srcdir)/batchstart_up.png \ + $(libblondthemedata_srcdir)/batchstop_dn.png \ + $(libblondthemedata_srcdir)/batchstop_hi.png \ + $(libblondthemedata_srcdir)/batchstop_up.png \ + $(libblondthemedata_srcdir)/blank30x30.png \ + $(libblondthemedata_srcdir)/bottom_justify.png \ + $(libblondthemedata_srcdir)/camerakeyframe.png \ + $(libblondthemedata_srcdir)/camera.png \ + $(libblondthemedata_srcdir)/cancel_dn.png \ + $(libblondthemedata_srcdir)/cancel_hi.png \ + $(libblondthemedata_srcdir)/cancel.png \ + $(libblondthemedata_srcdir)/cancel_up.png \ + $(libblondthemedata_srcdir)/cbuttons_left.png \ + $(libblondthemedata_srcdir)/cbuttons_right.png \ + $(libblondthemedata_srcdir)/center_justify.png \ + $(libblondthemedata_srcdir)/channel_bg.png \ + $(libblondthemedata_srcdir)/channel.png \ + $(libblondthemedata_srcdir)/channel_position.png \ + $(libblondthemedata_srcdir)/checkbox_checkedhi.png \ + $(libblondthemedata_srcdir)/checkbox_checked.png \ + $(libblondthemedata_srcdir)/checkbox_dn.png \ + $(libblondthemedata_srcdir)/checkbox_hi.png \ + $(libblondthemedata_srcdir)/checkbox_up.png \ + $(libblondthemedata_srcdir)/clip_icon.png \ + $(libblondthemedata_srcdir)/closetip.png \ + $(libblondthemedata_srcdir)/cmeter_bg.png \ + $(libblondthemedata_srcdir)/column_dn.png \ + $(libblondthemedata_srcdir)/column_hi.png \ + $(libblondthemedata_srcdir)/column_up.png \ + $(libblondthemedata_srcdir)/copy.png \ + $(libblondthemedata_srcdir)/cpanel_bg.png \ + $(libblondthemedata_srcdir)/crop.png \ + $(libblondthemedata_srcdir)/cut.png \ + $(libblondthemedata_srcdir)/cwindow_active.png \ + $(libblondthemedata_srcdir)/cwindow_inactive.png \ + $(libblondthemedata_srcdir)/delete.png \ + $(libblondthemedata_srcdir)/drawpatch_checkedhi.png \ + $(libblondthemedata_srcdir)/drawpatch_checked.png \ + $(libblondthemedata_srcdir)/drawpatch_dn.png \ + $(libblondthemedata_srcdir)/drawpatch_hi.png \ + $(libblondthemedata_srcdir)/drawpatch_up.png \ + $(libblondthemedata_srcdir)/editpanel_checkedhi.png \ + $(libblondthemedata_srcdir)/editpanel_checked.png \ + $(libblondthemedata_srcdir)/editpanel_dn.png \ + $(libblondthemedata_srcdir)/editpanel_hi.png \ + $(libblondthemedata_srcdir)/editpanel_up.png \ + $(libblondthemedata_srcdir)/end.png \ + $(libblondthemedata_srcdir)/expandpatch_checkedhi.png \ + $(libblondthemedata_srcdir)/expandpatch_checked.png \ + $(libblondthemedata_srcdir)/expandpatch_dn.png \ + $(libblondthemedata_srcdir)/expandpatch_hi.png \ + $(libblondthemedata_srcdir)/expandpatch_up.png \ + $(libblondthemedata_srcdir)/eyedrop.png \ + $(libblondthemedata_srcdir)/fastfwd.png \ + $(libblondthemedata_srcdir)/fastrev.png \ + $(libblondthemedata_srcdir)/fileboxbutton_dn.png \ + $(libblondthemedata_srcdir)/fileboxbutton_hi.png \ + $(libblondthemedata_srcdir)/fileboxbutton_up.png \ + $(libblondthemedata_srcdir)/file_column.png \ + $(libblondthemedata_srcdir)/file_film.png \ + $(libblondthemedata_srcdir)/file_folder.png \ + $(libblondthemedata_srcdir)/file_sound.png \ + $(libblondthemedata_srcdir)/file_unknown.png \ + $(libblondthemedata_srcdir)/fitautos.png \ + $(libblondthemedata_srcdir)/fit.png \ + $(libblondthemedata_srcdir)/folder.png \ + $(libblondthemedata_srcdir)/framefwd.png \ + $(libblondthemedata_srcdir)/framerev.png \ + $(libblondthemedata_srcdir)/gangpatch_checkedhi.png \ + $(libblondthemedata_srcdir)/gangpatch_checked.png \ + $(libblondthemedata_srcdir)/gangpatch_dn.png \ + $(libblondthemedata_srcdir)/gangpatch_hi.png \ + $(libblondthemedata_srcdir)/gangpatch_up.png \ + $(libblondthemedata_srcdir)/generic_dn.png \ + $(libblondthemedata_srcdir)/generic_hi.png \ + $(libblondthemedata_srcdir)/generic_up.png \ + $(libblondthemedata_srcdir)/goto.png \ + $(libblondthemedata_srcdir)/heroine_icon.png \ + $(libblondthemedata_srcdir)/hscroll_handle_bg.png \ + $(libblondthemedata_srcdir)/hscroll_handle_dn.png \ + $(libblondthemedata_srcdir)/hscroll_handle_hi.png \ + $(libblondthemedata_srcdir)/hscroll_handle_up.png \ + $(libblondthemedata_srcdir)/hscroll_left_dn.png \ + $(libblondthemedata_srcdir)/hscroll_left_hi.png \ + $(libblondthemedata_srcdir)/hscroll_left_up.png \ + $(libblondthemedata_srcdir)/hscroll_right_dn.png \ + $(libblondthemedata_srcdir)/hscroll_right_hi.png \ + $(libblondthemedata_srcdir)/hscroll_right_up.png \ + $(libblondthemedata_srcdir)/hslider_bg_dn.png \ + $(libblondthemedata_srcdir)/hslider_bg_hi.png \ + $(libblondthemedata_srcdir)/hslider_bg_up.png \ + $(libblondthemedata_srcdir)/hslider_fg_dn.png \ + $(libblondthemedata_srcdir)/hslider_fg_hi.png \ + $(libblondthemedata_srcdir)/hslider_fg_up.png \ + $(libblondthemedata_srcdir)/ibeam.png \ + $(libblondthemedata_srcdir)/icons.png \ + $(libblondthemedata_srcdir)/in_checkedhi.png \ + $(libblondthemedata_srcdir)/in_checked.png \ + $(libblondthemedata_srcdir)/in_dn.png \ + $(libblondthemedata_srcdir)/in_hi.png \ + $(libblondthemedata_srcdir)/inpoint.png \ + $(libblondthemedata_srcdir)/in_up.png \ + $(libblondthemedata_srcdir)/keyframe3.png \ + $(libblondthemedata_srcdir)/keyframe.png \ + $(libblondthemedata_srcdir)/label_checkedhi.png \ + $(libblondthemedata_srcdir)/label_checked.png \ + $(libblondthemedata_srcdir)/label.png \ + $(libblondthemedata_srcdir)/labeltoggle_dn.png \ + $(libblondthemedata_srcdir)/labeltoggle_uphi.png \ + $(libblondthemedata_srcdir)/labeltoggle_up.png \ + $(libblondthemedata_srcdir)/left_justify.png \ + $(libblondthemedata_srcdir)/list_bg.png \ + $(libblondthemedata_srcdir)/listbox_button_disabled.png \ + $(libblondthemedata_srcdir)/listbox_button_dn.png \ + $(libblondthemedata_srcdir)/listbox_button_hi.png \ + $(libblondthemedata_srcdir)/listbox_button_up.png \ + $(libblondthemedata_srcdir)/listbox_dn.png \ + $(libblondthemedata_srcdir)/listbox_expandcheckedhi.png \ + $(libblondthemedata_srcdir)/listbox_expandchecked.png \ + $(libblondthemedata_srcdir)/listbox_expanddn.png \ + $(libblondthemedata_srcdir)/listbox_expanduphi.png \ + $(libblondthemedata_srcdir)/listbox_expandup.png \ + $(libblondthemedata_srcdir)/listbox_up.png \ + $(libblondthemedata_srcdir)/locklabels_dn.png \ + $(libblondthemedata_srcdir)/locklabels_locked.png \ + $(libblondthemedata_srcdir)/locklabels_lockedhi.png \ + $(libblondthemedata_srcdir)/locklabels_unlocked.png \ + $(libblondthemedata_srcdir)/locklabels_unlockedhi.png \ + $(libblondthemedata_srcdir)/magnify.png \ + $(libblondthemedata_srcdir)/maskkeyframe.png \ + $(libblondthemedata_srcdir)/mask.png \ + $(libblondthemedata_srcdir)/mbutton_bg.png \ + $(libblondthemedata_srcdir)/mbutton_blue.png \ + $(libblondthemedata_srcdir)/mclock.png \ + $(libblondthemedata_srcdir)/middle_justify.png \ + $(libblondthemedata_srcdir)/mode_add.png \ + $(libblondthemedata_srcdir)/mode_divide.png \ + $(libblondthemedata_srcdir)/modekeyframe.png \ + $(libblondthemedata_srcdir)/mode_max.png \ + $(libblondthemedata_srcdir)/mode_multiply.png \ + $(libblondthemedata_srcdir)/mode_normal.png \ + $(libblondthemedata_srcdir)/mode_replace.png \ + $(libblondthemedata_srcdir)/mode_subtract.png \ + $(libblondthemedata_srcdir)/mutepatch_checkedhi.png \ + $(libblondthemedata_srcdir)/mutepatch_checked.png \ + $(libblondthemedata_srcdir)/mutepatch_dn.png \ + $(libblondthemedata_srcdir)/mutepatch_hi.png \ + $(libblondthemedata_srcdir)/mutepatch_up.png \ + $(libblondthemedata_srcdir)/new_bg.png \ + $(libblondthemedata_srcdir)/nextlabel.png \ + $(libblondthemedata_srcdir)/nexttip.png \ + $(libblondthemedata_srcdir)/ok.png \ + $(libblondthemedata_srcdir)/openfolder.png \ + $(libblondthemedata_srcdir)/out_checkedhi.png \ + $(libblondthemedata_srcdir)/out_checked.png \ + $(libblondthemedata_srcdir)/out_dn.png \ + $(libblondthemedata_srcdir)/out_hi.png \ + $(libblondthemedata_srcdir)/outpoint.png \ + $(libblondthemedata_srcdir)/out_up.png \ + $(libblondthemedata_srcdir)/over.png \ + $(libblondthemedata_srcdir)/overwrite.png \ + $(libblondthemedata_srcdir)/pan_channel.png \ + $(libblondthemedata_srcdir)/pan_channel_small.png \ + $(libblondthemedata_srcdir)/panel_divider.png \ + $(libblondthemedata_srcdir)/pan_hi.png \ + $(libblondthemedata_srcdir)/pankeyframe.png \ + $(libblondthemedata_srcdir)/pan_popup.png \ + $(libblondthemedata_srcdir)/pan_stick.png \ + $(libblondthemedata_srcdir)/pan_stick_small.png \ + $(libblondthemedata_srcdir)/pan_up.png \ + $(libblondthemedata_srcdir)/paste.png \ + $(libblondthemedata_srcdir)/patchbay_bg.png \ + $(libblondthemedata_srcdir)/pause.png \ + $(libblondthemedata_srcdir)/playpatch_checkedhi.png \ + $(libblondthemedata_srcdir)/playpatch_checked.png \ + $(libblondthemedata_srcdir)/playpatch_dn.png \ + $(libblondthemedata_srcdir)/playpatch_hi.png \ + $(libblondthemedata_srcdir)/playpatch_up.png \ + $(libblondthemedata_srcdir)/play.png \ + $(libblondthemedata_srcdir)/plugin_bg.png \ + $(libblondthemedata_srcdir)/pluginbutton_dn.png \ + $(libblondthemedata_srcdir)/pluginbutton_hi.png \ + $(libblondthemedata_srcdir)/pluginbutton_selecthi.png \ + $(libblondthemedata_srcdir)/pluginbutton_select.png \ + $(libblondthemedata_srcdir)/plugin_on.png \ + $(libblondthemedata_srcdir)/plugin_show.png \ + $(libblondthemedata_srcdir)/pot_dn.png \ + $(libblondthemedata_srcdir)/pot_hi.png \ + $(libblondthemedata_srcdir)/pot_up.png \ + $(libblondthemedata_srcdir)/preferences_bg.png \ + $(libblondthemedata_srcdir)/preferencesbutton_dnhi.png \ + $(libblondthemedata_srcdir)/preferencesbutton_dnlo.png \ + $(libblondthemedata_srcdir)/preferencesbutton_dn.png \ + $(libblondthemedata_srcdir)/preferencesbutton_uphi.png \ + $(libblondthemedata_srcdir)/preferencesbutton_up.png \ + $(libblondthemedata_srcdir)/prevlabel.png \ + $(libblondthemedata_srcdir)/prevtip.png \ + $(libblondthemedata_srcdir)/progress_bg.png \ + $(libblondthemedata_srcdir)/progress_hi.png \ + $(libblondthemedata_srcdir)/projectorkeyframe.png \ + $(libblondthemedata_srcdir)/projector.png \ + $(libblondthemedata_srcdir)/protect.png \ + $(libblondthemedata_srcdir)/radial_checkedhi.png \ + $(libblondthemedata_srcdir)/radial_checked.png \ + $(libblondthemedata_srcdir)/radial_dn.png \ + $(libblondthemedata_srcdir)/radial_hi.png \ + $(libblondthemedata_srcdir)/radial_up.png \ + $(libblondthemedata_srcdir)/recordgui_batch.png \ + $(libblondthemedata_srcdir)/recordgui_controls.png \ + $(libblondthemedata_srcdir)/recordgui_list.png \ + $(libblondthemedata_srcdir)/recordmonitor_meters.png \ + $(libblondthemedata_srcdir)/recordmonitor_panel.png \ + $(libblondthemedata_srcdir)/recordpatch_checkedhi.png \ + $(libblondthemedata_srcdir)/recordpatch_checked.png \ + $(libblondthemedata_srcdir)/recordpatch_dn.png \ + $(libblondthemedata_srcdir)/recordpatch_hi.png \ + $(libblondthemedata_srcdir)/recordpatch_up.png \ + $(libblondthemedata_srcdir)/record.png \ + $(libblondthemedata_srcdir)/redo.png \ + $(libblondthemedata_srcdir)/reload.png \ + $(libblondthemedata_srcdir)/resource1024.png \ + $(libblondthemedata_srcdir)/resource128.png \ + $(libblondthemedata_srcdir)/resource256.png \ + $(libblondthemedata_srcdir)/resource32.png \ + $(libblondthemedata_srcdir)/resource512.png \ + $(libblondthemedata_srcdir)/resource64.png \ + $(libblondthemedata_srcdir)/reverse.png \ + $(libblondthemedata_srcdir)/rewind.png \ + $(libblondthemedata_srcdir)/right_justify.png \ + $(libblondthemedata_srcdir)/setformat_bg2.png \ + $(libblondthemedata_srcdir)/show_meters.png \ + $(libblondthemedata_srcdir)/singleframe.png \ + $(libblondthemedata_srcdir)/splice.png \ + $(libblondthemedata_srcdir)/statusbar_cancel_dn.png \ + $(libblondthemedata_srcdir)/statusbar_cancel_hi.png \ + $(libblondthemedata_srcdir)/statusbar_cancel_up.png \ + $(libblondthemedata_srcdir)/statusbar_left.png \ + $(libblondthemedata_srcdir)/statusbar_right.png \ + $(libblondthemedata_srcdir)/stop.png \ + $(libblondthemedata_srcdir)/swap_extents.png \ + $(libblondthemedata_srcdir)/text.png \ + $(libblondthemedata_srcdir)/timebar_bg.png \ + $(libblondthemedata_srcdir)/timebar_brender.png \ + $(libblondthemedata_srcdir)/timebar_view.png \ + $(libblondthemedata_srcdir)/tipbutton_dn.png \ + $(libblondthemedata_srcdir)/tipbutton_hi.png \ + $(libblondthemedata_srcdir)/tipbutton_up.png \ + $(libblondthemedata_srcdir)/title_bg.png \ + $(libblondthemedata_srcdir)/titlesafe.png \ + $(libblondthemedata_srcdir)/toclip.png \ + $(libblondthemedata_srcdir)/toolwindow.png \ + $(libblondthemedata_srcdir)/top_justify.png \ + $(libblondthemedata_srcdir)/tracks_bg.png \ + $(libblondthemedata_srcdir)/transport_center_dn.png \ + $(libblondthemedata_srcdir)/transport_center_hi.png \ + $(libblondthemedata_srcdir)/transport_center_up.png \ + $(libblondthemedata_srcdir)/transport_left_dn.png \ + $(libblondthemedata_srcdir)/transport_left_hi.png \ + $(libblondthemedata_srcdir)/transport_left_up.png \ + $(libblondthemedata_srcdir)/transport_right_dn.png \ + $(libblondthemedata_srcdir)/transport_right_hi.png \ + $(libblondthemedata_srcdir)/transport_right_up.png \ + $(libblondthemedata_srcdir)/tumble_bottom.png \ + $(libblondthemedata_srcdir)/tumble_hi.png \ + $(libblondthemedata_srcdir)/tumble_top.png \ + $(libblondthemedata_srcdir)/tumble_up.png \ + $(libblondthemedata_srcdir)/undo.png \ + $(libblondthemedata_srcdir)/updir.png \ + $(libblondthemedata_srcdir)/vbuttons_left.png \ + $(libblondthemedata_srcdir)/vertical_slider_bg_dn.png \ + $(libblondthemedata_srcdir)/vertical_slider_bg_hi.png \ + $(libblondthemedata_srcdir)/vertical_slider_bg_up.png \ + $(libblondthemedata_srcdir)/vertical_slider_fg_dn.png \ + $(libblondthemedata_srcdir)/vertical_slider_fg_hi.png \ + $(libblondthemedata_srcdir)/vertical_slider_fg_up.png \ + $(libblondthemedata_srcdir)/vscroll_handle_bg.png \ + $(libblondthemedata_srcdir)/vscroll_handle_dn.png \ + $(libblondthemedata_srcdir)/vscroll_handle_hi.png \ + $(libblondthemedata_srcdir)/vscroll_handle_up.png \ + $(libblondthemedata_srcdir)/vscroll_left_dn.png \ + $(libblondthemedata_srcdir)/vscroll_left_hi.png \ + $(libblondthemedata_srcdir)/vscroll_left_up.png \ + $(libblondthemedata_srcdir)/vscroll_right_dn.png \ + $(libblondthemedata_srcdir)/vscroll_right_hi.png \ + $(libblondthemedata_srcdir)/vscroll_right_up.png \ + $(libblondthemedata_srcdir)/vwindow_timebar.png \ + $(libblondthemedata_srcdir)/wrench.png \ + $(libblondthemedata_srcdir)/xmeter_green.png \ + $(libblondthemedata_srcdir)/xmeter_normal.png \ + $(libblondthemedata_srcdir)/xmeter_over.png \ + $(libblondthemedata_srcdir)/xmeter_red.png \ + $(libblondthemedata_srcdir)/xmeter_white.png \ + $(libblondthemedata_srcdir)/xmeter_yellow.png \ + $(libblondthemedata_srcdir)/ymeter_green.png \ + $(libblondthemedata_srcdir)/ymeter_normal.png \ + $(libblondthemedata_srcdir)/ymeter_over.png \ + $(libblondthemedata_srcdir)/ymeter_red.png \ + $(libblondthemedata_srcdir)/ymeter_white.png \ + $(libblondthemedata_srcdir)/ymeter_yellow.png \ + $(libblondthemedata_srcdir)/zoombar_left.png \ + $(libblondthemedata_srcdir)/zoombar_right.png + +# this rule creates the .o file from the concatenated PNGs +#.data.$(OBJEXT): +# $(OBJCOPY) -I binary -B $(OBJCOPYARCH) -O $(OBJCOPYTARGET) $< $@ + +defaulttheme.data: $(libblondthemedata_a_PNGS) + $(top_builddir)/guicast/bootstrap $@ $^ || { rm -f $@; exit 1; } + +#clean-local: +# rm -f defaulttheme.data + +EXTRA_DIST += \ + $(libblondthemedata_a_PNGS) \ + $(libblondthemedata_srcdir)/about.xcf.bz2 \ + $(libblondthemedata_srcdir)/asset_button.xcf.bz2 \ + $(libblondthemedata_srcdir)/batchrender.xcf.bz2 \ + $(libblondthemedata_srcdir)/buttonbar2.xcf.bz2 \ + $(libblondthemedata_srcdir)/buttonbar2_fullsize.xcf.bz2 \ + $(libblondthemedata_srcdir)/buttons.xcf.bz2 \ + $(libblondthemedata_srcdir)/chain.xcf.bz2 \ + $(libblondthemedata_srcdir)/channels.xcf.bz2 \ + $(libblondthemedata_srcdir)/draw_up.xcf.bz2 \ + $(libblondthemedata_srcdir)/draw_uphi.xcf.bz2 \ + $(libblondthemedata_srcdir)/edithandle.xcf.bz2 \ + $(libblondthemedata_srcdir)/edithandlein.xcf.bz2 \ + $(libblondthemedata_srcdir)/editpanel2.xcf \ + $(libblondthemedata_srcdir)/expand.xcf.bz2 \ + $(libblondthemedata_srcdir)/expandpatch.xcf.bz2 \ + $(libblondthemedata_srcdir)/heroine_icon.xcf.bz2 \ + $(libblondthemedata_srcdir)/heroine_iconbig.xcf.bz2 \ + $(libblondthemedata_srcdir)/keyframe.xcf.bz2 \ + $(libblondthemedata_srcdir)/label.xcf.bz2 \ + $(libblondthemedata_srcdir)/listbox_button.xcf.bz2 \ + $(libblondthemedata_srcdir)/locklabels.xcf.bz2 \ + $(libblondthemedata_srcdir)/over_button.xcf.bz2 \ + $(libblondthemedata_srcdir)/patch.xcf.bz2 \ + $(libblondthemedata_srcdir)/pluginbutton.xcf.bz2 \ + $(libblondthemedata_srcdir)/resource.xcf.bz2 \ + $(libblondthemedata_srcdir)/statusbar.xcf.bz2 \ + $(libblondthemedata_srcdir)/swap_extents.xcf.bz2 \ + $(libblondthemedata_srcdir)/transport.xcf.bz2 \ + $(libblondthemedata_srcdir)/transportbuttons.xcf.bz2 \ + $(libblondthemedata_srcdir)/transports.xcf.bz2 diff --git a/plugins/suv/Makefile.am b/plugins/suv/Makefile.am dissimilarity index 85% index 4484d9f0..5c83d2dd 100644 --- a/plugins/suv/Makefile.am +++ b/plugins/suv/Makefile.am @@ -1,12 +1,13 @@ -SUBDIRS = data - -plugin_LTLIBRARIES = suv.la -suv_la_LDFLAGS = -avoid-version -module -shared -suv_la_LIBADD = data/libimagedata.a -suv_la_SOURCES = suv.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = suv.h + +include $(top_srcdir)/plugins/suv/data/Makefile.am + +suv_la_srcdir = $(top_srcdir)/plugins/suv +plugin_LTLIBRARIES += suv.la +suv_la_LDFLAGS = -avoid-version -module -shared +suv_la_LIBADD = libsuvdata.a +suv_la_SOURCES = $(suv_la_srcdir)/suv.C +suv_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +suv_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime + +noinst_HEADERS += $(suv_la_srcdir)/suv.h diff --git a/plugins/suv/data/Makefile.am b/plugins/suv/data/Makefile.am dissimilarity index 98% index ef9cad6b..bbc9d113 100644 --- a/plugins/suv/data/Makefile.am +++ b/plugins/suv/data/Makefile.am @@ -1,611 +1,612 @@ -noinst_LIBRARIES = libimagedata.a -libimagedata_a_SOURCES = -nodist_libimagedata_a_SOURCES = suv.data - -PNGS = \ - about.png \ - about_bg.png \ - add_dn.png \ - add_hi.png \ - add_up.png \ - antenna.png \ - antierase_checked.png \ - antierase_checkedhi.png \ - antierase_dn.png \ - antierase_hi.png \ - antierase_up.png \ - append_dn.png \ - append_hi.png \ - append_up.png \ - appendasset_dn.png \ - appendasset_hi.png \ - appendasset_up.png \ - apply_dn.png \ - apply_hi.png \ - apply_up.png \ - arrow.png \ - arrow_checked.png \ - arrow_checkedhi.png \ - arrow_dn.png \ - arrow_hi.png \ - arrow_up.png \ - asset_append_dn.png \ - asset_append_hi.png \ - asset_append_up.png \ - asset_disk_dn.png \ - asset_disk_hi.png \ - asset_disk_up.png \ - asset_index_dn.png \ - asset_index_hi.png \ - asset_index_up.png \ - asset_info_dn.png \ - asset_info_hi.png \ - asset_info_up.png \ - asset_project_dn.png \ - asset_project_hi.png \ - asset_project_up.png \ - attach_dn.png \ - attach_hi.png \ - attach_up.png \ - auto_dn.png \ - auto_dnhi.png \ - auto_up.png \ - auto_uphi.png \ - autokeyframe.png \ - autokeyframe_checked.png \ - autokeyframe_checkedhi.png \ - autokeyframe_dn.png \ - autokeyframe_up.png \ - autokeyframe_uphi.png \ - automationpatch_checked.png \ - automationpatch_checkedhi.png \ - automationpatch_dn.png \ - automationpatch_hi.png \ - automationpatch_up.png \ - bar.png \ - batchcancel_dn.png \ - batchcancel_hi.png \ - batchcancel_up.png \ - batchstart_dn.png \ - batchstart_hi.png \ - batchstart_up.png \ - batchstop_dn.png \ - batchstop_hi.png \ - batchstop_up.png \ - blank30x30.png \ - bottom_justify.png \ - calibrate_dn.png \ - calibrate_hi.png \ - calibrate_up.png \ - camera.png \ - camera_checked.png \ - camera_checkedhi.png \ - camera_dn.png \ - camera_hi.png \ - camera_up.png \ - camerakeyframe.png \ - cancel.png \ - cancel_dn.png \ - cancel_hi.png \ - cancel_small_dn.png \ - cancel_small_hi.png \ - cancel_small_up.png \ - cancel_up.png \ - cbuttons_left.png \ - cbuttons_right.png \ - center_justify.png \ - chain_dn.png \ - chain_hi.png \ - chain_up.png \ - channel.png \ - channel_bg.png \ - channel_dn.png \ - channel_hi.png \ - channel_position.png \ - channel_up.png \ - checkbox_checked.png \ - checkbox_checkedhi.png \ - checkbox_dn.png \ - checkbox_hi.png \ - checkbox_up.png \ - cirselection_checked.png \ - cirselection_checkedhi.png \ - cirselection_dn.png \ - cirselection_hi.png \ - cirselection_up.png \ - clearinpoint.png \ - clearoutpoint.png \ - clip_icon.png \ - closetip.png \ - cmeter_bg.png \ - column_dn.png \ - column_hi.png \ - column_up.png \ - configure.png \ - copy.png \ - cpanel_bg.png \ - cpanel_checked.png \ - cpanel_checkedhi.png \ - cpanel_dn.png \ - cpanel_hi.png \ - cpanel_up.png \ - crop.png \ - crop_checked.png \ - crop_checkedhi.png \ - crop_dn.png \ - crop_hi.png \ - crop_up.png \ - cut.png \ - cwindow_active.png \ - cwindow_inactive.png \ - default_bg.png \ - delete.png \ - deletedisk_dn.png \ - deletedisk_hi.png \ - deletedisk_up.png \ - deleteproject_dn.png \ - deleteproject_hi.png \ - deleteproject_up.png \ - detach_dn.png \ - detach_hi.png \ - detach_up.png \ - draw_dn.png \ - draw_dnhi.png \ - draw_up.png \ - draw_uphi.png \ - drawpatch.png \ - drawpatch_checked.png \ - drawpatch_checkedhi.png \ - drawpatch_dn.png \ - drawpatch_hi.png \ - drawpatch_up.png \ - duplex.png \ - edit_dn.png \ - edit_hi.png \ - edit_up.png \ - edithandlein_dn.png \ - edithandlein_hi.png \ - edithandlein_up.png \ - edithandleout_dn.png \ - edithandleout_hi.png \ - edithandleout_up.png \ - editpanel_checked.png \ - editpanel_checkedhi.png \ - editpanel_dn.png \ - editpanel_hi.png \ - editpanel_up.png \ - end.png \ - erase_checked.png \ - erase_checkedhi.png \ - erase_dn.png \ - erase_hi.png \ - erase_up.png \ - expandpatch.png \ - expandpatch_checked.png \ - expandpatch_checkedhi.png \ - expandpatch_dn.png \ - expandpatch_hi.png \ - expandpatch_up.png \ - eyedrop.png \ - fastfwd.png \ - fastrev.png \ - filebox_bigbutton_dn.png \ - filebox_bigbutton_hi.png \ - filebox_bigbutton_up.png \ - fileboxbutton_dn.png \ - fileboxbutton_hi.png \ - fileboxbutton_up.png \ - fit.png \ - fit_dn.png \ - fit_hi.png \ - fit_up.png \ - fitautos.png \ - folder.png \ - framefwd.png \ - framerev.png \ - fwd_dn.png \ - fwd_hi.png \ - fwd_up.png \ - gangpatch.png \ - gangpatch_checked.png \ - gangpatch_checkedhi.png \ - gangpatch_dn.png \ - gangpatch_hi.png \ - gangpatch_up.png \ - generic_dn.png \ - generic_hi.png \ - generic_up.png \ - generickeyframe.png \ - goto.png \ - heroine_bg.png \ - heroine_icon.png \ - hscroll_back_dn.png \ - hscroll_back_hi.png \ - hscroll_back_up.png \ - hscroll_fwd_dn.png \ - hscroll_fwd_hi.png \ - hscroll_fwd_up.png \ - hscroll_handle_bg.png \ - hscroll_handle_dn.png \ - hscroll_handle_hi.png \ - hscroll_handle_up.png \ - hscroll_left_dn.png \ - hscroll_left_hi.png \ - hscroll_left_up.png \ - hscroll_right_dn.png \ - hscroll_right_hi.png \ - hscroll_right_up.png \ - hslider_bg_dn.png \ - hslider_bg_hi.png \ - hslider_bg_up.png \ - hslider_fg_dn.png \ - hslider_fg_hi.png \ - hslider_fg_up.png \ - ibeam.png \ - ibeam_checked.png \ - ibeam_checkedhi.png \ - ibeam_dn.png \ - ibeam_hi.png \ - ibeam_up.png \ - icons.png \ - in_checked.png \ - in_checkedhi.png \ - in_dn.png \ - in_hi.png \ - in_up.png \ - infoasset_dn.png \ - infoasset_hi.png \ - infoasset_up.png \ - inpoint.png \ - insert_dn.png \ - insert_hi.png \ - insert_up.png \ - keyframe.png \ - keyframe2.png \ - keyframe3.png \ - keyframe_dn.png \ - keyframe_hi.png \ - keyframe_up.png \ - label.png \ - label_checked.png \ - label_checkedhi.png \ - label_dn.png \ - label_hi.png \ - label_up.png \ - labeltoggle_dn.png \ - labeltoggle_up.png \ - labeltoggle_uphi.png \ - left_justify.png \ - listbox_button.png \ - listbox_dn.png \ - listbox_up.png \ - locklabels_dn.png \ - locklabels_locked.png \ - locklabels_lockedhi.png \ - locklabels_unlocked.png \ - locklabels_unlockedhi.png \ - magnify.png \ - magnify_checked.png \ - magnify_checkedhi.png \ - magnify_dn.png \ - magnify_hi.png \ - magnify_up.png \ - mask.png \ - maskkeyframe.png \ - mbutton_bg.png \ - mbutton_left.png \ - mbutton_right.png \ - mclock.png \ - mclock_flat.png \ - menu_popup_bg.png \ - menubar_bg.png \ - menubar_dn.png \ - menubar_hi.png \ - menubar_up.png \ - menuitem_dn.png \ - menuitem_hi.png \ - menuitem_up.png \ - menupopup_dn.png \ - menupopup_hi.png \ - menupopup_up.png \ - menutitle_dn.png \ - menutitle_hi.png \ - menutitle_up.png \ - middle_justify.png \ - mode_add.png \ - mode_divide.png \ - mode_dn.png \ - mode_hi.png \ - mode_max.png \ - mode_multiply.png \ - mode_normal.png \ - mode_replace.png \ - mode_subtract.png \ - mode_up.png \ - modekeyframe.png \ - move_checked.png \ - move_checkedhi.png \ - move_dn.png \ - move_hi.png \ - move_up.png \ - movedn_dn.png \ - movedn_hi.png \ - movedn_up.png \ - moveup_dn.png \ - moveup_hi.png \ - moveup_up.png \ - mscroll_filler.png \ - mtimebar.png \ - mutepatch.png \ - mutepatch_checked.png \ - mutepatch_checkedhi.png \ - mutepatch_dn.png \ - mutepatch_hi.png \ - mutepatch_up.png \ - new_bg.png \ - new_bigbutton_dn.png \ - new_bigbutton_hi.png \ - new_bigbutton_up.png \ - nextlabel.png \ - nextlabel_dn.png \ - nextlabel_hi.png \ - nextlabel_up.png \ - nexttip.png \ - no_dn.png \ - no_hi.png \ - no_up.png \ - ok.png \ - openfolder.png \ - options_dn.png \ - options_hi.png \ - options_up.png \ - out_checked.png \ - out_checkedhi.png \ - out_dn.png \ - out_hi.png \ - out_up.png \ - outpoint.png \ - over.png \ - over_dn.png \ - over_up.png \ - over_uphi.png \ - overwrite.png \ - pan_channel.png \ - pan_channel_small.png \ - pan_hi.png \ - pan_popup.png \ - pan_stick.png \ - pan_stick_small.png \ - pan_up.png \ - panel_divider.png \ - pankeyframe.png \ - paste.png \ - pasteasset_dn.png \ - pasteasset_hi.png \ - pasteasset_up.png \ - patch_checked.png \ - patch_checkedhi.png \ - patch_dn.png \ - patch_hi.png \ - patch_up.png \ - patchbay_bg.png \ - pause.png \ - picture_dn.png \ - picture_hi.png \ - picture_up.png \ - play.png \ - playpatch.png \ - playpatch_checked.png \ - playpatch_checkedhi.png \ - playpatch_dn.png \ - playpatch_hi.png \ - playpatch_up.png \ - plugin_bg.png \ - plugin_on.png \ - plugin_ondn.png \ - plugin_onhi.png \ - plugin_onselect.png \ - plugin_onselecthi.png \ - plugin_show.png \ - plugin_showdn.png \ - plugin_showhi.png \ - plugin_showselect.png \ - plugin_showselecthi.png \ - pot_dn.png \ - pot_hi.png \ - pot_up.png \ - preferences_bg.png \ - preferencesbutton_dn.png \ - preferencesbutton_dnhi.png \ - preferencesbutton_dnlo.png \ - preferencesbutton_up.png \ - preferencesbutton_uphi.png \ - presentation_dn.png \ - presentation_hi.png \ - presentation_up.png \ - prevlabel.png \ - prevlabel_dn.png \ - prevlabel_hi.png \ - prevlabel_up.png \ - prevtip.png \ - progress_bg.png \ - progress_hi.png \ - projector.png \ - projector_checked.png \ - projector_checkedhi.png \ - projector_dn.png \ - projector_hi.png \ - projector_up.png \ - projectorkeyframe.png \ - protect.png \ - radial_checked.png \ - radial_checkedhi.png \ - radial_dn.png \ - radial_hi.png \ - radial_up.png \ - recframe.png \ - record.png \ - recordgui_batch.png \ - recordgui_controls.png \ - recordgui_list.png \ - recordmonitor_meters.png \ - recordmonitor_panel.png \ - recordpatch.png \ - recordpatch_checked.png \ - recordpatch_checkedhi.png \ - recordpatch_dn.png \ - recordpatch_dnhi.png \ - recordpatch_hi.png \ - recordpatch_up.png \ - recordpatch_uphi.png \ - rectselection_checked.png \ - rectselection_checkedhi.png \ - rectselection_dn.png \ - rectselection_hi.png \ - rectselection_up.png \ - redo.png \ - redo_dn.png \ - redo_hi.png \ - redo_up.png \ - redrawindex_dn.png \ - redrawindex_hi.png \ - redrawindex_up.png \ - reel.png \ - reload.png \ - reset_dn.png \ - reset_hi.png \ - reset_up.png \ - resource1024.png \ - resource128.png \ - resource256.png \ - resource32.png \ - resource512.png \ - resource64.png \ - reverse.png \ - rewind.png \ - right_justify.png \ - select_dn.png \ - select_hi.png \ - select_up.png \ - setformat_bg.png \ - setformat_bg2.png \ - show_meters.png \ - singleframe.png \ - slider_bg.png \ - splice.png \ - startover_dn.png \ - startover_hi.png \ - startover_up.png \ - statusbar.png \ - statusbar_cancel.png \ - statusbar_cancel_dn.png \ - statusbar_cancel_hi.png \ - statusbar_cancel_up.png \ - stop.png \ - swap_extents.png \ - text.png \ - text_highlight.png \ - timebar_bg.png \ - timebar_bg_flat.png \ - timebar_brender.png \ - timebar_view.png \ - tipbutton_dn.png \ - tipbutton_hi.png \ - tipbutton_up.png \ - title_bg.png \ - titlesafe.png \ - toclip.png \ - toolwindow.png \ - top_justify.png \ - tracks_bg.png \ - transition_dn.png \ - transition_hi.png \ - transition_up.png \ - transitionhandle_dn.png \ - transitionhandle_hi.png \ - transitionhandle_up.png \ - transportdn.png \ - transportend.png \ - transporthi.png \ - transportup.png \ - tumble_bottom.png \ - tumble_hi.png \ - tumble_top.png \ - tumble_up.png \ - undo.png \ - undo_dn.png \ - undo_hi.png \ - undo_up.png \ - updir.png \ - vbuttons_left.png \ - vclock.png \ - viewasset_dn.png \ - viewasset_hi.png \ - viewasset_up.png \ - vmeter_bg.png \ - vscroll_back_dn.png \ - vscroll_back_hi.png \ - vscroll_back_up.png \ - vscroll_fwd_dn.png \ - vscroll_fwd_hi.png \ - vscroll_fwd_up.png \ - vscroll_handle_bg.png \ - vscroll_handle_dn.png \ - vscroll_handle_hi.png \ - vscroll_handle_up.png \ - vscroll_left_dn.png \ - vscroll_left_hi.png \ - vscroll_left_up.png \ - vscroll_right_dn.png \ - vscroll_right_hi.png \ - vscroll_right_up.png \ - vwindow_timebar.png \ - wrench.png \ - wrench_dn.png \ - wrench_hi.png \ - wrench_up.png \ - xmeter_green.png \ - xmeter_normal.png \ - xmeter_over.png \ - xmeter_red.png \ - xmeter_white.png \ - xmeter_yellow.png \ - yes_dn.png \ - yes_hi.png \ - yes_up.png \ - ymeter_green.png \ - ymeter_normal.png \ - ymeter_over.png \ - ymeter_red.png \ - ymeter_white.png \ - ymeter_yellow.png \ - zoompopup_dn.png \ - zoompopup_hi.png \ - zoompopup_up.png \ - zoomtumble_bottom.png \ - zoomtumble_hi.png \ - zoomtumble_top.png \ - zoomtumble_up.png - -# this rule creates the .o file from the concatenated PNGs -.data.$(OBJEXT): - $(OBJCOPY) -I binary -B $(OBJCOPYARCH) -O $(OBJCOPYTARGET) $< $@ - -suv.data: $(PNGS) - $(top_builddir)/guicast/bootstrap $@ $^ || { rm -f $@; exit 1; } - -clean-local: - rm -f suv.data - -EXTRA_DIST = \ - $(PNGS) \ - buttonbar.xcf.bz2 \ - editpanel.xcf.bz2 \ - locklabels.xcf.bz2 \ - mainwindow.xcf.bz2 \ - menu.xcf.bz2 \ - new.xcf.bz2 \ - patches.xcf.bz2 \ - pot.xcf.bz2 \ - radial.xcf.bz2 \ - zoomtumble.xcf.bz2 +libsuvdata_srcdir = $(top_srcdir)/plugins/suv/data + +noinst_LIBRARIES += libsuvdata.a +libsuvdata_a_SOURCES = +nodist_libsuvdata_a_SOURCES = suv.data + +libsuvdata_a_PNGS = \ + $(libsuvdata_srcdir)/about.png \ + $(libsuvdata_srcdir)/about_bg.png \ + $(libsuvdata_srcdir)/add_dn.png \ + $(libsuvdata_srcdir)/add_hi.png \ + $(libsuvdata_srcdir)/add_up.png \ + $(libsuvdata_srcdir)/antenna.png \ + $(libsuvdata_srcdir)/antierase_checked.png \ + $(libsuvdata_srcdir)/antierase_checkedhi.png \ + $(libsuvdata_srcdir)/antierase_dn.png \ + $(libsuvdata_srcdir)/antierase_hi.png \ + $(libsuvdata_srcdir)/antierase_up.png \ + $(libsuvdata_srcdir)/append_dn.png \ + $(libsuvdata_srcdir)/append_hi.png \ + $(libsuvdata_srcdir)/append_up.png \ + $(libsuvdata_srcdir)/appendasset_dn.png \ + $(libsuvdata_srcdir)/appendasset_hi.png \ + $(libsuvdata_srcdir)/appendasset_up.png \ + $(libsuvdata_srcdir)/apply_dn.png \ + $(libsuvdata_srcdir)/apply_hi.png \ + $(libsuvdata_srcdir)/apply_up.png \ + $(libsuvdata_srcdir)/arrow.png \ + $(libsuvdata_srcdir)/arrow_checked.png \ + $(libsuvdata_srcdir)/arrow_checkedhi.png \ + $(libsuvdata_srcdir)/arrow_dn.png \ + $(libsuvdata_srcdir)/arrow_hi.png \ + $(libsuvdata_srcdir)/arrow_up.png \ + $(libsuvdata_srcdir)/asset_append_dn.png \ + $(libsuvdata_srcdir)/asset_append_hi.png \ + $(libsuvdata_srcdir)/asset_append_up.png \ + $(libsuvdata_srcdir)/asset_disk_dn.png \ + $(libsuvdata_srcdir)/asset_disk_hi.png \ + $(libsuvdata_srcdir)/asset_disk_up.png \ + $(libsuvdata_srcdir)/asset_index_dn.png \ + $(libsuvdata_srcdir)/asset_index_hi.png \ + $(libsuvdata_srcdir)/asset_index_up.png \ + $(libsuvdata_srcdir)/asset_info_dn.png \ + $(libsuvdata_srcdir)/asset_info_hi.png \ + $(libsuvdata_srcdir)/asset_info_up.png \ + $(libsuvdata_srcdir)/asset_project_dn.png \ + $(libsuvdata_srcdir)/asset_project_hi.png \ + $(libsuvdata_srcdir)/asset_project_up.png \ + $(libsuvdata_srcdir)/attach_dn.png \ + $(libsuvdata_srcdir)/attach_hi.png \ + $(libsuvdata_srcdir)/attach_up.png \ + $(libsuvdata_srcdir)/auto_dn.png \ + $(libsuvdata_srcdir)/auto_dnhi.png \ + $(libsuvdata_srcdir)/auto_up.png \ + $(libsuvdata_srcdir)/auto_uphi.png \ + $(libsuvdata_srcdir)/autokeyframe.png \ + $(libsuvdata_srcdir)/autokeyframe_checked.png \ + $(libsuvdata_srcdir)/autokeyframe_checkedhi.png \ + $(libsuvdata_srcdir)/autokeyframe_dn.png \ + $(libsuvdata_srcdir)/autokeyframe_up.png \ + $(libsuvdata_srcdir)/autokeyframe_uphi.png \ + $(libsuvdata_srcdir)/automationpatch_checked.png \ + $(libsuvdata_srcdir)/automationpatch_checkedhi.png \ + $(libsuvdata_srcdir)/automationpatch_dn.png \ + $(libsuvdata_srcdir)/automationpatch_hi.png \ + $(libsuvdata_srcdir)/automationpatch_up.png \ + $(libsuvdata_srcdir)/bar.png \ + $(libsuvdata_srcdir)/batchcancel_dn.png \ + $(libsuvdata_srcdir)/batchcancel_hi.png \ + $(libsuvdata_srcdir)/batchcancel_up.png \ + $(libsuvdata_srcdir)/batchstart_dn.png \ + $(libsuvdata_srcdir)/batchstart_hi.png \ + $(libsuvdata_srcdir)/batchstart_up.png \ + $(libsuvdata_srcdir)/batchstop_dn.png \ + $(libsuvdata_srcdir)/batchstop_hi.png \ + $(libsuvdata_srcdir)/batchstop_up.png \ + $(libsuvdata_srcdir)/blank30x30.png \ + $(libsuvdata_srcdir)/bottom_justify.png \ + $(libsuvdata_srcdir)/calibrate_dn.png \ + $(libsuvdata_srcdir)/calibrate_hi.png \ + $(libsuvdata_srcdir)/calibrate_up.png \ + $(libsuvdata_srcdir)/camera.png \ + $(libsuvdata_srcdir)/camera_checked.png \ + $(libsuvdata_srcdir)/camera_checkedhi.png \ + $(libsuvdata_srcdir)/camera_dn.png \ + $(libsuvdata_srcdir)/camera_hi.png \ + $(libsuvdata_srcdir)/camera_up.png \ + $(libsuvdata_srcdir)/camerakeyframe.png \ + $(libsuvdata_srcdir)/cancel.png \ + $(libsuvdata_srcdir)/cancel_dn.png \ + $(libsuvdata_srcdir)/cancel_hi.png \ + $(libsuvdata_srcdir)/cancel_small_dn.png \ + $(libsuvdata_srcdir)/cancel_small_hi.png \ + $(libsuvdata_srcdir)/cancel_small_up.png \ + $(libsuvdata_srcdir)/cancel_up.png \ + $(libsuvdata_srcdir)/cbuttons_left.png \ + $(libsuvdata_srcdir)/cbuttons_right.png \ + $(libsuvdata_srcdir)/center_justify.png \ + $(libsuvdata_srcdir)/chain_dn.png \ + $(libsuvdata_srcdir)/chain_hi.png \ + $(libsuvdata_srcdir)/chain_up.png \ + $(libsuvdata_srcdir)/channel.png \ + $(libsuvdata_srcdir)/channel_bg.png \ + $(libsuvdata_srcdir)/channel_dn.png \ + $(libsuvdata_srcdir)/channel_hi.png \ + $(libsuvdata_srcdir)/channel_position.png \ + $(libsuvdata_srcdir)/channel_up.png \ + $(libsuvdata_srcdir)/checkbox_checked.png \ + $(libsuvdata_srcdir)/checkbox_checkedhi.png \ + $(libsuvdata_srcdir)/checkbox_dn.png \ + $(libsuvdata_srcdir)/checkbox_hi.png \ + $(libsuvdata_srcdir)/checkbox_up.png \ + $(libsuvdata_srcdir)/cirselection_checked.png \ + $(libsuvdata_srcdir)/cirselection_checkedhi.png \ + $(libsuvdata_srcdir)/cirselection_dn.png \ + $(libsuvdata_srcdir)/cirselection_hi.png \ + $(libsuvdata_srcdir)/cirselection_up.png \ + $(libsuvdata_srcdir)/clearinpoint.png \ + $(libsuvdata_srcdir)/clearoutpoint.png \ + $(libsuvdata_srcdir)/clip_icon.png \ + $(libsuvdata_srcdir)/closetip.png \ + $(libsuvdata_srcdir)/cmeter_bg.png \ + $(libsuvdata_srcdir)/column_dn.png \ + $(libsuvdata_srcdir)/column_hi.png \ + $(libsuvdata_srcdir)/column_up.png \ + $(libsuvdata_srcdir)/configure.png \ + $(libsuvdata_srcdir)/copy.png \ + $(libsuvdata_srcdir)/cpanel_bg.png \ + $(libsuvdata_srcdir)/cpanel_checked.png \ + $(libsuvdata_srcdir)/cpanel_checkedhi.png \ + $(libsuvdata_srcdir)/cpanel_dn.png \ + $(libsuvdata_srcdir)/cpanel_hi.png \ + $(libsuvdata_srcdir)/cpanel_up.png \ + $(libsuvdata_srcdir)/crop.png \ + $(libsuvdata_srcdir)/crop_checked.png \ + $(libsuvdata_srcdir)/crop_checkedhi.png \ + $(libsuvdata_srcdir)/crop_dn.png \ + $(libsuvdata_srcdir)/crop_hi.png \ + $(libsuvdata_srcdir)/crop_up.png \ + $(libsuvdata_srcdir)/cut.png \ + $(libsuvdata_srcdir)/cwindow_active.png \ + $(libsuvdata_srcdir)/cwindow_inactive.png \ + $(libsuvdata_srcdir)/default_bg.png \ + $(libsuvdata_srcdir)/delete.png \ + $(libsuvdata_srcdir)/deletedisk_dn.png \ + $(libsuvdata_srcdir)/deletedisk_hi.png \ + $(libsuvdata_srcdir)/deletedisk_up.png \ + $(libsuvdata_srcdir)/deleteproject_dn.png \ + $(libsuvdata_srcdir)/deleteproject_hi.png \ + $(libsuvdata_srcdir)/deleteproject_up.png \ + $(libsuvdata_srcdir)/detach_dn.png \ + $(libsuvdata_srcdir)/detach_hi.png \ + $(libsuvdata_srcdir)/detach_up.png \ + $(libsuvdata_srcdir)/draw_dn.png \ + $(libsuvdata_srcdir)/draw_dnhi.png \ + $(libsuvdata_srcdir)/draw_up.png \ + $(libsuvdata_srcdir)/draw_uphi.png \ + $(libsuvdata_srcdir)/drawpatch.png \ + $(libsuvdata_srcdir)/drawpatch_checked.png \ + $(libsuvdata_srcdir)/drawpatch_checkedhi.png \ + $(libsuvdata_srcdir)/drawpatch_dn.png \ + $(libsuvdata_srcdir)/drawpatch_hi.png \ + $(libsuvdata_srcdir)/drawpatch_up.png \ + $(libsuvdata_srcdir)/duplex.png \ + $(libsuvdata_srcdir)/edit_dn.png \ + $(libsuvdata_srcdir)/edit_hi.png \ + $(libsuvdata_srcdir)/edit_up.png \ + $(libsuvdata_srcdir)/edithandlein_dn.png \ + $(libsuvdata_srcdir)/edithandlein_hi.png \ + $(libsuvdata_srcdir)/edithandlein_up.png \ + $(libsuvdata_srcdir)/edithandleout_dn.png \ + $(libsuvdata_srcdir)/edithandleout_hi.png \ + $(libsuvdata_srcdir)/edithandleout_up.png \ + $(libsuvdata_srcdir)/editpanel_checked.png \ + $(libsuvdata_srcdir)/editpanel_checkedhi.png \ + $(libsuvdata_srcdir)/editpanel_dn.png \ + $(libsuvdata_srcdir)/editpanel_hi.png \ + $(libsuvdata_srcdir)/editpanel_up.png \ + $(libsuvdata_srcdir)/end.png \ + $(libsuvdata_srcdir)/erase_checked.png \ + $(libsuvdata_srcdir)/erase_checkedhi.png \ + $(libsuvdata_srcdir)/erase_dn.png \ + $(libsuvdata_srcdir)/erase_hi.png \ + $(libsuvdata_srcdir)/erase_up.png \ + $(libsuvdata_srcdir)/expandpatch.png \ + $(libsuvdata_srcdir)/expandpatch_checked.png \ + $(libsuvdata_srcdir)/expandpatch_checkedhi.png \ + $(libsuvdata_srcdir)/expandpatch_dn.png \ + $(libsuvdata_srcdir)/expandpatch_hi.png \ + $(libsuvdata_srcdir)/expandpatch_up.png \ + $(libsuvdata_srcdir)/eyedrop.png \ + $(libsuvdata_srcdir)/fastfwd.png \ + $(libsuvdata_srcdir)/fastrev.png \ + $(libsuvdata_srcdir)/filebox_bigbutton_dn.png \ + $(libsuvdata_srcdir)/filebox_bigbutton_hi.png \ + $(libsuvdata_srcdir)/filebox_bigbutton_up.png \ + $(libsuvdata_srcdir)/fileboxbutton_dn.png \ + $(libsuvdata_srcdir)/fileboxbutton_hi.png \ + $(libsuvdata_srcdir)/fileboxbutton_up.png \ + $(libsuvdata_srcdir)/fit.png \ + $(libsuvdata_srcdir)/fit_dn.png \ + $(libsuvdata_srcdir)/fit_hi.png \ + $(libsuvdata_srcdir)/fit_up.png \ + $(libsuvdata_srcdir)/fitautos.png \ + $(libsuvdata_srcdir)/folder.png \ + $(libsuvdata_srcdir)/framefwd.png \ + $(libsuvdata_srcdir)/framerev.png \ + $(libsuvdata_srcdir)/fwd_dn.png \ + $(libsuvdata_srcdir)/fwd_hi.png \ + $(libsuvdata_srcdir)/fwd_up.png \ + $(libsuvdata_srcdir)/gangpatch.png \ + $(libsuvdata_srcdir)/gangpatch_checked.png \ + $(libsuvdata_srcdir)/gangpatch_checkedhi.png \ + $(libsuvdata_srcdir)/gangpatch_dn.png \ + $(libsuvdata_srcdir)/gangpatch_hi.png \ + $(libsuvdata_srcdir)/gangpatch_up.png \ + $(libsuvdata_srcdir)/generic_dn.png \ + $(libsuvdata_srcdir)/generic_hi.png \ + $(libsuvdata_srcdir)/generic_up.png \ + $(libsuvdata_srcdir)/generickeyframe.png \ + $(libsuvdata_srcdir)/goto.png \ + $(libsuvdata_srcdir)/heroine_bg.png \ + $(libsuvdata_srcdir)/heroine_icon.png \ + $(libsuvdata_srcdir)/hscroll_back_dn.png \ + $(libsuvdata_srcdir)/hscroll_back_hi.png \ + $(libsuvdata_srcdir)/hscroll_back_up.png \ + $(libsuvdata_srcdir)/hscroll_fwd_dn.png \ + $(libsuvdata_srcdir)/hscroll_fwd_hi.png \ + $(libsuvdata_srcdir)/hscroll_fwd_up.png \ + $(libsuvdata_srcdir)/hscroll_handle_bg.png \ + $(libsuvdata_srcdir)/hscroll_handle_dn.png \ + $(libsuvdata_srcdir)/hscroll_handle_hi.png \ + $(libsuvdata_srcdir)/hscroll_handle_up.png \ + $(libsuvdata_srcdir)/hscroll_left_dn.png \ + $(libsuvdata_srcdir)/hscroll_left_hi.png \ + $(libsuvdata_srcdir)/hscroll_left_up.png \ + $(libsuvdata_srcdir)/hscroll_right_dn.png \ + $(libsuvdata_srcdir)/hscroll_right_hi.png \ + $(libsuvdata_srcdir)/hscroll_right_up.png \ + $(libsuvdata_srcdir)/hslider_bg_dn.png \ + $(libsuvdata_srcdir)/hslider_bg_hi.png \ + $(libsuvdata_srcdir)/hslider_bg_up.png \ + $(libsuvdata_srcdir)/hslider_fg_dn.png \ + $(libsuvdata_srcdir)/hslider_fg_hi.png \ + $(libsuvdata_srcdir)/hslider_fg_up.png \ + $(libsuvdata_srcdir)/ibeam.png \ + $(libsuvdata_srcdir)/ibeam_checked.png \ + $(libsuvdata_srcdir)/ibeam_checkedhi.png \ + $(libsuvdata_srcdir)/ibeam_dn.png \ + $(libsuvdata_srcdir)/ibeam_hi.png \ + $(libsuvdata_srcdir)/ibeam_up.png \ + $(libsuvdata_srcdir)/icons.png \ + $(libsuvdata_srcdir)/in_checked.png \ + $(libsuvdata_srcdir)/in_checkedhi.png \ + $(libsuvdata_srcdir)/in_dn.png \ + $(libsuvdata_srcdir)/in_hi.png \ + $(libsuvdata_srcdir)/in_up.png \ + $(libsuvdata_srcdir)/infoasset_dn.png \ + $(libsuvdata_srcdir)/infoasset_hi.png \ + $(libsuvdata_srcdir)/infoasset_up.png \ + $(libsuvdata_srcdir)/inpoint.png \ + $(libsuvdata_srcdir)/insert_dn.png \ + $(libsuvdata_srcdir)/insert_hi.png \ + $(libsuvdata_srcdir)/insert_up.png \ + $(libsuvdata_srcdir)/keyframe.png \ + $(libsuvdata_srcdir)/keyframe2.png \ + $(libsuvdata_srcdir)/keyframe3.png \ + $(libsuvdata_srcdir)/keyframe_dn.png \ + $(libsuvdata_srcdir)/keyframe_hi.png \ + $(libsuvdata_srcdir)/keyframe_up.png \ + $(libsuvdata_srcdir)/label.png \ + $(libsuvdata_srcdir)/label_checked.png \ + $(libsuvdata_srcdir)/label_checkedhi.png \ + $(libsuvdata_srcdir)/label_dn.png \ + $(libsuvdata_srcdir)/label_hi.png \ + $(libsuvdata_srcdir)/label_up.png \ + $(libsuvdata_srcdir)/labeltoggle_dn.png \ + $(libsuvdata_srcdir)/labeltoggle_up.png \ + $(libsuvdata_srcdir)/labeltoggle_uphi.png \ + $(libsuvdata_srcdir)/left_justify.png \ + $(libsuvdata_srcdir)/listbox_button.png \ + $(libsuvdata_srcdir)/listbox_dn.png \ + $(libsuvdata_srcdir)/listbox_up.png \ + $(libsuvdata_srcdir)/locklabels_dn.png \ + $(libsuvdata_srcdir)/locklabels_locked.png \ + $(libsuvdata_srcdir)/locklabels_lockedhi.png \ + $(libsuvdata_srcdir)/locklabels_unlocked.png \ + $(libsuvdata_srcdir)/locklabels_unlockedhi.png \ + $(libsuvdata_srcdir)/magnify.png \ + $(libsuvdata_srcdir)/magnify_checked.png \ + $(libsuvdata_srcdir)/magnify_checkedhi.png \ + $(libsuvdata_srcdir)/magnify_dn.png \ + $(libsuvdata_srcdir)/magnify_hi.png \ + $(libsuvdata_srcdir)/magnify_up.png \ + $(libsuvdata_srcdir)/mask.png \ + $(libsuvdata_srcdir)/maskkeyframe.png \ + $(libsuvdata_srcdir)/mbutton_bg.png \ + $(libsuvdata_srcdir)/mbutton_left.png \ + $(libsuvdata_srcdir)/mbutton_right.png \ + $(libsuvdata_srcdir)/mclock.png \ + $(libsuvdata_srcdir)/mclock_flat.png \ + $(libsuvdata_srcdir)/menu_popup_bg.png \ + $(libsuvdata_srcdir)/menubar_bg.png \ + $(libsuvdata_srcdir)/menubar_dn.png \ + $(libsuvdata_srcdir)/menubar_hi.png \ + $(libsuvdata_srcdir)/menubar_up.png \ + $(libsuvdata_srcdir)/menuitem_dn.png \ + $(libsuvdata_srcdir)/menuitem_hi.png \ + $(libsuvdata_srcdir)/menuitem_up.png \ + $(libsuvdata_srcdir)/menupopup_dn.png \ + $(libsuvdata_srcdir)/menupopup_hi.png \ + $(libsuvdata_srcdir)/menupopup_up.png \ + $(libsuvdata_srcdir)/menutitle_dn.png \ + $(libsuvdata_srcdir)/menutitle_hi.png \ + $(libsuvdata_srcdir)/menutitle_up.png \ + $(libsuvdata_srcdir)/middle_justify.png \ + $(libsuvdata_srcdir)/mode_add.png \ + $(libsuvdata_srcdir)/mode_divide.png \ + $(libsuvdata_srcdir)/mode_dn.png \ + $(libsuvdata_srcdir)/mode_hi.png \ + $(libsuvdata_srcdir)/mode_max.png \ + $(libsuvdata_srcdir)/mode_multiply.png \ + $(libsuvdata_srcdir)/mode_normal.png \ + $(libsuvdata_srcdir)/mode_replace.png \ + $(libsuvdata_srcdir)/mode_subtract.png \ + $(libsuvdata_srcdir)/mode_up.png \ + $(libsuvdata_srcdir)/modekeyframe.png \ + $(libsuvdata_srcdir)/move_checked.png \ + $(libsuvdata_srcdir)/move_checkedhi.png \ + $(libsuvdata_srcdir)/move_dn.png \ + $(libsuvdata_srcdir)/move_hi.png \ + $(libsuvdata_srcdir)/move_up.png \ + $(libsuvdata_srcdir)/movedn_dn.png \ + $(libsuvdata_srcdir)/movedn_hi.png \ + $(libsuvdata_srcdir)/movedn_up.png \ + $(libsuvdata_srcdir)/moveup_dn.png \ + $(libsuvdata_srcdir)/moveup_hi.png \ + $(libsuvdata_srcdir)/moveup_up.png \ + $(libsuvdata_srcdir)/mscroll_filler.png \ + $(libsuvdata_srcdir)/mtimebar.png \ + $(libsuvdata_srcdir)/mutepatch.png \ + $(libsuvdata_srcdir)/mutepatch_checked.png \ + $(libsuvdata_srcdir)/mutepatch_checkedhi.png \ + $(libsuvdata_srcdir)/mutepatch_dn.png \ + $(libsuvdata_srcdir)/mutepatch_hi.png \ + $(libsuvdata_srcdir)/mutepatch_up.png \ + $(libsuvdata_srcdir)/new_bg.png \ + $(libsuvdata_srcdir)/new_bigbutton_dn.png \ + $(libsuvdata_srcdir)/new_bigbutton_hi.png \ + $(libsuvdata_srcdir)/new_bigbutton_up.png \ + $(libsuvdata_srcdir)/nextlabel.png \ + $(libsuvdata_srcdir)/nextlabel_dn.png \ + $(libsuvdata_srcdir)/nextlabel_hi.png \ + $(libsuvdata_srcdir)/nextlabel_up.png \ + $(libsuvdata_srcdir)/nexttip.png \ + $(libsuvdata_srcdir)/no_dn.png \ + $(libsuvdata_srcdir)/no_hi.png \ + $(libsuvdata_srcdir)/no_up.png \ + $(libsuvdata_srcdir)/ok.png \ + $(libsuvdata_srcdir)/openfolder.png \ + $(libsuvdata_srcdir)/options_dn.png \ + $(libsuvdata_srcdir)/options_hi.png \ + $(libsuvdata_srcdir)/options_up.png \ + $(libsuvdata_srcdir)/out_checked.png \ + $(libsuvdata_srcdir)/out_checkedhi.png \ + $(libsuvdata_srcdir)/out_dn.png \ + $(libsuvdata_srcdir)/out_hi.png \ + $(libsuvdata_srcdir)/out_up.png \ + $(libsuvdata_srcdir)/outpoint.png \ + $(libsuvdata_srcdir)/over.png \ + $(libsuvdata_srcdir)/over_dn.png \ + $(libsuvdata_srcdir)/over_up.png \ + $(libsuvdata_srcdir)/over_uphi.png \ + $(libsuvdata_srcdir)/overwrite.png \ + $(libsuvdata_srcdir)/pan_channel.png \ + $(libsuvdata_srcdir)/pan_channel_small.png \ + $(libsuvdata_srcdir)/pan_hi.png \ + $(libsuvdata_srcdir)/pan_popup.png \ + $(libsuvdata_srcdir)/pan_stick.png \ + $(libsuvdata_srcdir)/pan_stick_small.png \ + $(libsuvdata_srcdir)/pan_up.png \ + $(libsuvdata_srcdir)/panel_divider.png \ + $(libsuvdata_srcdir)/pankeyframe.png \ + $(libsuvdata_srcdir)/paste.png \ + $(libsuvdata_srcdir)/pasteasset_dn.png \ + $(libsuvdata_srcdir)/pasteasset_hi.png \ + $(libsuvdata_srcdir)/pasteasset_up.png \ + $(libsuvdata_srcdir)/patch_checked.png \ + $(libsuvdata_srcdir)/patch_checkedhi.png \ + $(libsuvdata_srcdir)/patch_dn.png \ + $(libsuvdata_srcdir)/patch_hi.png \ + $(libsuvdata_srcdir)/patch_up.png \ + $(libsuvdata_srcdir)/patchbay_bg.png \ + $(libsuvdata_srcdir)/pause.png \ + $(libsuvdata_srcdir)/picture_dn.png \ + $(libsuvdata_srcdir)/picture_hi.png \ + $(libsuvdata_srcdir)/picture_up.png \ + $(libsuvdata_srcdir)/play.png \ + $(libsuvdata_srcdir)/playpatch.png \ + $(libsuvdata_srcdir)/playpatch_checked.png \ + $(libsuvdata_srcdir)/playpatch_checkedhi.png \ + $(libsuvdata_srcdir)/playpatch_dn.png \ + $(libsuvdata_srcdir)/playpatch_hi.png \ + $(libsuvdata_srcdir)/playpatch_up.png \ + $(libsuvdata_srcdir)/plugin_bg.png \ + $(libsuvdata_srcdir)/plugin_on.png \ + $(libsuvdata_srcdir)/plugin_ondn.png \ + $(libsuvdata_srcdir)/plugin_onhi.png \ + $(libsuvdata_srcdir)/plugin_onselect.png \ + $(libsuvdata_srcdir)/plugin_onselecthi.png \ + $(libsuvdata_srcdir)/plugin_show.png \ + $(libsuvdata_srcdir)/plugin_showdn.png \ + $(libsuvdata_srcdir)/plugin_showhi.png \ + $(libsuvdata_srcdir)/plugin_showselect.png \ + $(libsuvdata_srcdir)/plugin_showselecthi.png \ + $(libsuvdata_srcdir)/pot_dn.png \ + $(libsuvdata_srcdir)/pot_hi.png \ + $(libsuvdata_srcdir)/pot_up.png \ + $(libsuvdata_srcdir)/preferences_bg.png \ + $(libsuvdata_srcdir)/preferencesbutton_dn.png \ + $(libsuvdata_srcdir)/preferencesbutton_dnhi.png \ + $(libsuvdata_srcdir)/preferencesbutton_dnlo.png \ + $(libsuvdata_srcdir)/preferencesbutton_up.png \ + $(libsuvdata_srcdir)/preferencesbutton_uphi.png \ + $(libsuvdata_srcdir)/presentation_dn.png \ + $(libsuvdata_srcdir)/presentation_hi.png \ + $(libsuvdata_srcdir)/presentation_up.png \ + $(libsuvdata_srcdir)/prevlabel.png \ + $(libsuvdata_srcdir)/prevlabel_dn.png \ + $(libsuvdata_srcdir)/prevlabel_hi.png \ + $(libsuvdata_srcdir)/prevlabel_up.png \ + $(libsuvdata_srcdir)/prevtip.png \ + $(libsuvdata_srcdir)/progress_bg.png \ + $(libsuvdata_srcdir)/progress_hi.png \ + $(libsuvdata_srcdir)/projector.png \ + $(libsuvdata_srcdir)/projector_checked.png \ + $(libsuvdata_srcdir)/projector_checkedhi.png \ + $(libsuvdata_srcdir)/projector_dn.png \ + $(libsuvdata_srcdir)/projector_hi.png \ + $(libsuvdata_srcdir)/projector_up.png \ + $(libsuvdata_srcdir)/projectorkeyframe.png \ + $(libsuvdata_srcdir)/protect.png \ + $(libsuvdata_srcdir)/radial_checked.png \ + $(libsuvdata_srcdir)/radial_checkedhi.png \ + $(libsuvdata_srcdir)/radial_dn.png \ + $(libsuvdata_srcdir)/radial_hi.png \ + $(libsuvdata_srcdir)/radial_up.png \ + $(libsuvdata_srcdir)/recframe.png \ + $(libsuvdata_srcdir)/record.png \ + $(libsuvdata_srcdir)/recordgui_batch.png \ + $(libsuvdata_srcdir)/recordgui_controls.png \ + $(libsuvdata_srcdir)/recordgui_list.png \ + $(libsuvdata_srcdir)/recordmonitor_meters.png \ + $(libsuvdata_srcdir)/recordmonitor_panel.png \ + $(libsuvdata_srcdir)/recordpatch.png \ + $(libsuvdata_srcdir)/recordpatch_checked.png \ + $(libsuvdata_srcdir)/recordpatch_checkedhi.png \ + $(libsuvdata_srcdir)/recordpatch_dn.png \ + $(libsuvdata_srcdir)/recordpatch_dnhi.png \ + $(libsuvdata_srcdir)/recordpatch_hi.png \ + $(libsuvdata_srcdir)/recordpatch_up.png \ + $(libsuvdata_srcdir)/recordpatch_uphi.png \ + $(libsuvdata_srcdir)/rectselection_checked.png \ + $(libsuvdata_srcdir)/rectselection_checkedhi.png \ + $(libsuvdata_srcdir)/rectselection_dn.png \ + $(libsuvdata_srcdir)/rectselection_hi.png \ + $(libsuvdata_srcdir)/rectselection_up.png \ + $(libsuvdata_srcdir)/redo.png \ + $(libsuvdata_srcdir)/redo_dn.png \ + $(libsuvdata_srcdir)/redo_hi.png \ + $(libsuvdata_srcdir)/redo_up.png \ + $(libsuvdata_srcdir)/redrawindex_dn.png \ + $(libsuvdata_srcdir)/redrawindex_hi.png \ + $(libsuvdata_srcdir)/redrawindex_up.png \ + $(libsuvdata_srcdir)/reel.png \ + $(libsuvdata_srcdir)/reload.png \ + $(libsuvdata_srcdir)/reset_dn.png \ + $(libsuvdata_srcdir)/reset_hi.png \ + $(libsuvdata_srcdir)/reset_up.png \ + $(libsuvdata_srcdir)/resource1024.png \ + $(libsuvdata_srcdir)/resource128.png \ + $(libsuvdata_srcdir)/resource256.png \ + $(libsuvdata_srcdir)/resource32.png \ + $(libsuvdata_srcdir)/resource512.png \ + $(libsuvdata_srcdir)/resource64.png \ + $(libsuvdata_srcdir)/reverse.png \ + $(libsuvdata_srcdir)/rewind.png \ + $(libsuvdata_srcdir)/right_justify.png \ + $(libsuvdata_srcdir)/select_dn.png \ + $(libsuvdata_srcdir)/select_hi.png \ + $(libsuvdata_srcdir)/select_up.png \ + $(libsuvdata_srcdir)/setformat_bg.png \ + $(libsuvdata_srcdir)/setformat_bg2.png \ + $(libsuvdata_srcdir)/show_meters.png \ + $(libsuvdata_srcdir)/singleframe.png \ + $(libsuvdata_srcdir)/slider_bg.png \ + $(libsuvdata_srcdir)/splice.png \ + $(libsuvdata_srcdir)/startover_dn.png \ + $(libsuvdata_srcdir)/startover_hi.png \ + $(libsuvdata_srcdir)/startover_up.png \ + $(libsuvdata_srcdir)/statusbar.png \ + $(libsuvdata_srcdir)/statusbar_cancel.png \ + $(libsuvdata_srcdir)/statusbar_cancel_dn.png \ + $(libsuvdata_srcdir)/statusbar_cancel_hi.png \ + $(libsuvdata_srcdir)/statusbar_cancel_up.png \ + $(libsuvdata_srcdir)/stop.png \ + $(libsuvdata_srcdir)/swap_extents.png \ + $(libsuvdata_srcdir)/text.png \ + $(libsuvdata_srcdir)/text_highlight.png \ + $(libsuvdata_srcdir)/timebar_bg.png \ + $(libsuvdata_srcdir)/timebar_bg_flat.png \ + $(libsuvdata_srcdir)/timebar_brender.png \ + $(libsuvdata_srcdir)/timebar_view.png \ + $(libsuvdata_srcdir)/tipbutton_dn.png \ + $(libsuvdata_srcdir)/tipbutton_hi.png \ + $(libsuvdata_srcdir)/tipbutton_up.png \ + $(libsuvdata_srcdir)/title_bg.png \ + $(libsuvdata_srcdir)/titlesafe.png \ + $(libsuvdata_srcdir)/toclip.png \ + $(libsuvdata_srcdir)/toolwindow.png \ + $(libsuvdata_srcdir)/top_justify.png \ + $(libsuvdata_srcdir)/tracks_bg.png \ + $(libsuvdata_srcdir)/transition_dn.png \ + $(libsuvdata_srcdir)/transition_hi.png \ + $(libsuvdata_srcdir)/transition_up.png \ + $(libsuvdata_srcdir)/transitionhandle_dn.png \ + $(libsuvdata_srcdir)/transitionhandle_hi.png \ + $(libsuvdata_srcdir)/transitionhandle_up.png \ + $(libsuvdata_srcdir)/transportdn.png \ + $(libsuvdata_srcdir)/transportend.png \ + $(libsuvdata_srcdir)/transporthi.png \ + $(libsuvdata_srcdir)/transportup.png \ + $(libsuvdata_srcdir)/tumble_bottom.png \ + $(libsuvdata_srcdir)/tumble_hi.png \ + $(libsuvdata_srcdir)/tumble_top.png \ + $(libsuvdata_srcdir)/tumble_up.png \ + $(libsuvdata_srcdir)/undo.png \ + $(libsuvdata_srcdir)/undo_dn.png \ + $(libsuvdata_srcdir)/undo_hi.png \ + $(libsuvdata_srcdir)/undo_up.png \ + $(libsuvdata_srcdir)/updir.png \ + $(libsuvdata_srcdir)/vbuttons_left.png \ + $(libsuvdata_srcdir)/vclock.png \ + $(libsuvdata_srcdir)/viewasset_dn.png \ + $(libsuvdata_srcdir)/viewasset_hi.png \ + $(libsuvdata_srcdir)/viewasset_up.png \ + $(libsuvdata_srcdir)/vmeter_bg.png \ + $(libsuvdata_srcdir)/vscroll_back_dn.png \ + $(libsuvdata_srcdir)/vscroll_back_hi.png \ + $(libsuvdata_srcdir)/vscroll_back_up.png \ + $(libsuvdata_srcdir)/vscroll_fwd_dn.png \ + $(libsuvdata_srcdir)/vscroll_fwd_hi.png \ + $(libsuvdata_srcdir)/vscroll_fwd_up.png \ + $(libsuvdata_srcdir)/vscroll_handle_bg.png \ + $(libsuvdata_srcdir)/vscroll_handle_dn.png \ + $(libsuvdata_srcdir)/vscroll_handle_hi.png \ + $(libsuvdata_srcdir)/vscroll_handle_up.png \ + $(libsuvdata_srcdir)/vscroll_left_dn.png \ + $(libsuvdata_srcdir)/vscroll_left_hi.png \ + $(libsuvdata_srcdir)/vscroll_left_up.png \ + $(libsuvdata_srcdir)/vscroll_right_dn.png \ + $(libsuvdata_srcdir)/vscroll_right_hi.png \ + $(libsuvdata_srcdir)/vscroll_right_up.png \ + $(libsuvdata_srcdir)/vwindow_timebar.png \ + $(libsuvdata_srcdir)/wrench.png \ + $(libsuvdata_srcdir)/wrench_dn.png \ + $(libsuvdata_srcdir)/wrench_hi.png \ + $(libsuvdata_srcdir)/wrench_up.png \ + $(libsuvdata_srcdir)/xmeter_green.png \ + $(libsuvdata_srcdir)/xmeter_normal.png \ + $(libsuvdata_srcdir)/xmeter_over.png \ + $(libsuvdata_srcdir)/xmeter_red.png \ + $(libsuvdata_srcdir)/xmeter_white.png \ + $(libsuvdata_srcdir)/xmeter_yellow.png \ + $(libsuvdata_srcdir)/yes_dn.png \ + $(libsuvdata_srcdir)/yes_hi.png \ + $(libsuvdata_srcdir)/yes_up.png \ + $(libsuvdata_srcdir)/ymeter_green.png \ + $(libsuvdata_srcdir)/ymeter_normal.png \ + $(libsuvdata_srcdir)/ymeter_over.png \ + $(libsuvdata_srcdir)/ymeter_red.png \ + $(libsuvdata_srcdir)/ymeter_white.png \ + $(libsuvdata_srcdir)/ymeter_yellow.png \ + $(libsuvdata_srcdir)/zoompopup_dn.png \ + $(libsuvdata_srcdir)/zoompopup_hi.png \ + $(libsuvdata_srcdir)/zoompopup_up.png \ + $(libsuvdata_srcdir)/zoomtumble_bottom.png \ + $(libsuvdata_srcdir)/zoomtumble_hi.png \ + $(libsuvdata_srcdir)/zoomtumble_top.png \ + $(libsuvdata_srcdir)/zoomtumble_up.png + +# this rule creates the .o file from the concatenated PNGs + +suv.data: $(libsuvdata_a_PNGS) + $(top_builddir)/guicast/bootstrap $@ $^ || { rm -f $@; exit 1; } + +#TODO +#clean-local: +# rm -f suv.data + +EXTRA_DIST += \ + $(PNGS) \ + $(libsuvdata_srcdir)/buttonbar.xcf.bz2 \ + $(libsuvdata_srcdir)/editpanel.xcf.bz2 \ + $(libsuvdata_srcdir)/locklabels.xcf.bz2 \ + $(libsuvdata_srcdir)/mainwindow.xcf.bz2 \ + $(libsuvdata_srcdir)/menu.xcf.bz2 \ + $(libsuvdata_srcdir)/new.xcf.bz2 \ + $(libsuvdata_srcdir)/patches.xcf.bz2 \ + $(libsuvdata_srcdir)/pot.xcf.bz2 \ + $(libsuvdata_srcdir)/radial.xcf.bz2 \ + $(libsuvdata_srcdir)/zoomtumble.xcf.bz2 -- 2.11.4.GIT