From 2c8b154fce06a3f41b4629420a02599d70a78281 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Fri, 20 Apr 2007 18:28:36 +0200 Subject: [PATCH] plugins with simple fixes --- plugins/Makefile.am | 56 +++++++++++++++++++-------------------- plugins/aging/Makefile.am | 22 +++++++-------- plugins/brightness/Makefile.am | 22 +++++++-------- plugins/burn/Makefile.am | 22 +++++++-------- plugins/chromakey/Makefile.am | 22 +++++++-------- plugins/chromakeyhsv/Makefile.am | 38 +++++++++++++------------- plugins/colorbalance/Makefile.am | 22 +++++++-------- plugins/denoisefft/Makefile.am | 22 +++++++-------- plugins/diffkey/Makefile.am | 22 +++++++-------- plugins/dot/Makefile.am | 22 +++++++-------- plugins/fonts/Makefile.am | 6 ++--- plugins/freeverb/Makefile.am | 36 ++++++++++++------------- plugins/gamma/Makefile.am | 22 +++++++-------- plugins/gradient/Makefile.am | 22 +++++++-------- plugins/histogram/Makefile.am | 30 ++++++++++----------- plugins/holo/Makefile.am | 22 +++++++-------- plugins/huesaturation/Makefile.am | 22 +++++++-------- plugins/invertvideo/Makefile.am | 22 +++++++-------- plugins/libeffecttv/Makefile.am | 2 +- plugins/motion/Makefile.am | 38 +++++++++++++------------- plugins/parametric/Makefile.am | 22 +++++++-------- plugins/perspective/Makefile.am | 22 +++++++-------- plugins/pitch/Makefile.am | 22 +++++++-------- plugins/radialblur/Makefile.am | 22 +++++++-------- plugins/reframert/Makefile.am | 22 +++++++-------- plugins/rotate/Makefile.am | 22 +++++++-------- plugins/shapewipe/Makefile.am | 40 ++++++++++++++-------------- plugins/spectrogram/Makefile.am | 22 +++++++-------- plugins/threshold/Makefile.am | 32 +++++++++++----------- plugins/timefront/Makefile.am | 22 +++++++-------- plugins/timestretch/Makefile.am | 22 +++++++-------- plugins/titler/Makefile.am | 22 +++++++-------- plugins/videoscope/Makefile.am | 22 +++++++-------- plugins/yuv/Makefile.am | 22 +++++++-------- 34 files changed, 414 insertions(+), 414 deletions(-) rewrite plugins/aging/Makefile.am (99%) rewrite plugins/brightness/Makefile.am (99%) rewrite plugins/burn/Makefile.am (99%) rewrite plugins/chromakey/Makefile.am (99%) rewrite plugins/chromakeyhsv/Makefile.am (86%) rewrite plugins/colorbalance/Makefile.am (99%) rewrite plugins/denoisefft/Makefile.am (99%) rewrite plugins/diffkey/Makefile.am (99%) rewrite plugins/dot/Makefile.am (99%) rewrite plugins/freeverb/Makefile.am (99%) rewrite plugins/gamma/Makefile.am (89%) rewrite plugins/gradient/Makefile.am (99%) rewrite plugins/histogram/Makefile.am (99%) rewrite plugins/holo/Makefile.am (99%) rewrite plugins/huesaturation/Makefile.am (99%) rewrite plugins/invertvideo/Makefile.am (99%) rewrite plugins/motion/Makefile.am (85%) rewrite plugins/parametric/Makefile.am (99%) rewrite plugins/perspective/Makefile.am (84%) rewrite plugins/pitch/Makefile.am (99%) rewrite plugins/radialblur/Makefile.am (71%) rewrite plugins/reframert/Makefile.am (99%) rewrite plugins/rotate/Makefile.am (84%) rewrite plugins/shapewipe/Makefile.am (81%) rewrite plugins/spectrogram/Makefile.am (99%) rewrite plugins/threshold/Makefile.am (99%) rewrite plugins/timefront/Makefile.am (99%) rewrite plugins/timestretch/Makefile.am (99%) rewrite plugins/titler/Makefile.am (99%) rewrite plugins/videoscope/Makefile.am (99%) rewrite plugins/yuv/Makefile.am (99%) diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 0848f6ad..e863c038 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -7,20 +7,20 @@ 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/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/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/chromakey/Makefile.am #include $(top_srcdir)/plugins/chromakeyhsv/Makefile.am -#include $(top_srcdir)/plugins/colorbalance/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 @@ -28,14 +28,14 @@ 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/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/diffkey/Makefile.am include $(top_srcdir)/plugins/dissolve/Makefile.am -#include $(top_srcdir)/plugins/dot/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 @@ -44,16 +44,16 @@ 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/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/invertvideo/Makefile.am include $(top_srcdir)/plugins/irissquare/Makefile.am include $(top_srcdir)/plugins/ivtc/Makefile.am include $(top_srcdir)/plugins/level/Makefile.am @@ -68,9 +68,9 @@ 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/parametric/Makefile.am #include $(top_srcdir)/plugins/perspective/Makefile.am -#include $(top_srcdir)/plugins/pitch/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 @@ -82,25 +82,25 @@ 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/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/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/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/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/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/yuv/Makefile.am include $(top_srcdir)/plugins/zoomblur/Makefile.am #include $(top_srcdir)/plugins/fonts/Makefile.am diff --git a/plugins/aging/Makefile.am b/plugins/aging/Makefile.am dissimilarity index 99% index 45f28aee..a5ce93d8 100644 --- a/plugins/aging/Makefile.am +++ b/plugins/aging/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = aging.la -aging_la_LDFLAGS = -avoid-version -module -shared -aging_la_LIBADD = $(top_builddir)/plugins/libeffecttv/libeffecttv.la -aging_la_SOURCES = aging.C agingwindow.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libeffecttv -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = aging.h agingwindow.h picon_png.h -EXTRA_DIST = picon.png +aging_la_srcdir = $(top_srcdir)/plugins/aging +plugin_LTLIBRARIES += aging.la +aging_la_LDFLAGS = -avoid-version -module -shared +aging_la_LIBADD = $(top_builddir)/libeffecttv.la +aging_la_SOURCES = $(aging_la_srcdir)/aging.C $(aging_la_srcdir)/agingwindow.C +aging_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +aging_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libeffecttv -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(aging_la_srcdir)/aging.h $(aging_la_srcdir)/agingwindow.h $(aging_la_srcdir)/picon_png.h +EXTRA_DIST += $(aging_la_srcdir)/picon.png diff --git a/plugins/brightness/Makefile.am b/plugins/brightness/Makefile.am dissimilarity index 99% index 8556c8ce..c44a9254 100644 --- a/plugins/brightness/Makefile.am +++ b/plugins/brightness/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = brightness.la -brightness_la_LDFLAGS = -avoid-version -module -shared -brightness_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -brightness_la_SOURCES = brightness.C brightnesswindow.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = brightness.h brightnesswindow.h picon_png.h -EXTRA_DIST = picon.png +brightness_la_srcdir = $(top_srcdir)/plugins/brightness +plugin_LTLIBRARIES += brightness.la +brightness_la_LDFLAGS = -avoid-version -module -shared +brightness_la_LIBADD = $(top_builddir)/libcolors.la +brightness_la_SOURCES = $(brightness_la_srcdir)/brightness.C $(brightness_la_srcdir)/brightnesswindow.C +brightness_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +brightness_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(brightness_la_srcdir)/brightness.h $(brightness_la_srcdir)/brightnesswindow.h $(brightness_la_srcdir)/picon_png.h +EXTRA_DIST += $(brightness_la_srcdir)/picon.png diff --git a/plugins/burn/Makefile.am b/plugins/burn/Makefile.am dissimilarity index 99% index 2e6dda9f..a5713a04 100644 --- a/plugins/burn/Makefile.am +++ b/plugins/burn/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = burn.la -burn_la_LDFLAGS = -avoid-version -module -shared -burn_la_LIBADD = $(top_builddir)/plugins/libeffecttv/libeffecttv.la -burn_la_SOURCES = burn.C burnwindow.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libeffecttv -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = burn.h burnwindow.h picon_png.h -EXTRA_DIST = picon.png +burn_la_srcdir = $(top_srcdir)/plugins/burn +plugin_LTLIBRARIES += burn.la +burn_la_LDFLAGS = -avoid-version -module -shared +burn_la_LIBADD = $(top_builddir)/libeffecttv.la +burn_la_SOURCES = $(burn_la_srcdir)/burn.C $(burn_la_srcdir)/burnwindow.C +burn_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +burn_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libeffecttv -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(burn_la_srcdir)/burn.h $(burn_la_srcdir)/burnwindow.h $(burn_la_srcdir)/picon_png.h +EXTRA_DIST += $(burn_la_srcdir)/picon.png diff --git a/plugins/chromakey/Makefile.am b/plugins/chromakey/Makefile.am dissimilarity index 99% index 55e66ba7..3816c915 100644 --- a/plugins/chromakey/Makefile.am +++ b/plugins/chromakey/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = chromakey.la -chromakey_la_LDFLAGS = -avoid-version -module -shared -chromakey_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -chromakey_la_SOURCES = chromakey.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = chromakey.h picon_png.h -EXTRA_DIST = picon.png +chromakey_la_srcdir = $(top_srcdir)/plugins/chromakey +plugin_LTLIBRARIES += chromakey.la +chromakey_la_LDFLAGS = -avoid-version -module -shared +chromakey_la_LIBADD = $(top_builddir)/libcolors.la +chromakey_la_SOURCES = $(chromakey_la_srcdir)/chromakey.C +chromakey_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +chromakey_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(chromakey_la_srcdir)/chromakey.h $(chromakey_la_srcdir)/picon_png.h +EXTRA_DIST += $(chromakey_la_srcdir)/picon.png diff --git a/plugins/chromakeyhsv/Makefile.am b/plugins/chromakeyhsv/Makefile.am dissimilarity index 86% index f9b409a7..0baab937 100644 --- a/plugins/chromakeyhsv/Makefile.am +++ b/plugins/chromakeyhsv/Makefile.am @@ -1,19 +1,19 @@ -plugin_LTLIBRARIES = chromakeyhsv.la -chromakeyhsv_la_LDFLAGS = -avoid-version -module -shared -chromakeyhsv_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -chromakeyhsv_la_SOURCES = chromakey.C chromakey_sl.c -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -BUILTSOURCES = chromakey_sl.c - -chromakey_sl.c: chromakey.sl - (echo "const char _binary_chromakey_sl_start[] ="; \ - sed -e 's/\\/\\\\/' -e 's/"/\\"/' \ - -e 's/^/"/' -e 's/$$/\\n"/' < $(srcdir)/chromakey.sl; \ - echo ";") > chromakey_sl.c - -noinst_HEADERS = chromakey.h picon_png.h -EXTRA_DIST = chromakey.sl picon.png +chromakeyhsv_la_srcdir = $(top_srcdir)/plugins/chromakeyhsv +plugin_LTLIBRARIES += chromakeyhsv.la +chromakeyhsv_la_LDFLAGS = -avoid-version -module -shared +chromakeyhsv_la_LIBADD = $(top_builddir)/libcolors.la +chromakeyhsv_la_SOURCES = $(chromakeyhsv_la_srcdir)/chromakey.C $(chromakeyhsv_la_srcdir)/chromakey_sl.c +chromakeyhsv_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +chromakeyhsv_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +BUILTSOURCES = chromakey_sl.c + +chromakey_sl.c: chromakey.sl + (echo "const char _binary_chromakey_sl_start[] = "; \ + sed -e 's/\\/\\\\/' -e 's/"/\\"/' \ + -e 's/^/"/' -e 's/$$/\\n"/' < $(chromakeyhsv_la_srcdir)/$(srcdir)/chromakey.sl; \ + echo ";") > $(chromakeyhsv_la_srcdir)/chromakey_sl.c + +noinst_HEADERS += $(chromakeyhsv_la_srcdir)/chromakey.h $(chromakeyhsv_la_srcdir)/picon_png.h +EXTRA_DIST += $(chromakeyhsv_la_srcdir)/chromakey.sl $(chromakeyhsv_la_srcdir)/picon.png diff --git a/plugins/colorbalance/Makefile.am b/plugins/colorbalance/Makefile.am dissimilarity index 99% index 70a0b866..a8b6c381 100644 --- a/plugins/colorbalance/Makefile.am +++ b/plugins/colorbalance/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = colorbalance.la -colorbalance_la_LDFLAGS = -avoid-version -module -shared -colorbalance_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -colorbalance_la_SOURCES = colorbalance.C colorbalancewindow.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = aggregated.h colorbalance.h colorbalancewindow.h picon_png.h -EXTRA_DIST = picon.png +colorbalance_la_srcdir = $(top_srcdir)/plugins/colorbalance +plugin_LTLIBRARIES += colorbalance.la +colorbalance_la_LDFLAGS = -avoid-version -module -shared +colorbalance_la_LIBADD = $(top_builddir)/libcolors.la +colorbalance_la_SOURCES = $(colorbalance_la_srcdir)/colorbalance.C $(colorbalance_la_srcdir)/colorbalancewindow.C +colorbalance_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +colorbalance_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(colorbalance_la_srcdir)/aggregated.h $(colorbalance_la_srcdir)/colorbalance.h $(colorbalance_la_srcdir)/colorbalancewindow.h $(colorbalance_la_srcdir)/picon_png.h +EXTRA_DIST += $(colorbalance_la_srcdir)/picon.png diff --git a/plugins/denoisefft/Makefile.am b/plugins/denoisefft/Makefile.am dissimilarity index 99% index 1bb5629c..18cde976 100644 --- a/plugins/denoisefft/Makefile.am +++ b/plugins/denoisefft/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = denoisefft.la -denoisefft_la_LDFLAGS = -avoid-version -module -shared -denoisefft_la_LIBADD = $(top_builddir)/plugins/libfourier/libfourier.la -denoisefft_la_SOURCES = denoisefft.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libfourier -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = picon_png.h -EXTRA_DIST = picon.png +denoisefft_la_srcdir = $(top_srcdir)/plugins/denoisefft +plugin_LTLIBRARIES += denoisefft.la +denoisefft_la_LDFLAGS = -avoid-version -module -shared +denoisefft_la_LIBADD = $(top_builddir)/libfourier.la +denoisefft_la_SOURCES = $(denoisefft_la_srcdir)/denoisefft.C +denoisefft_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +denoisefft_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libfourier + +noinst_HEADERS += $(denoisefft_la_srcdir)/picon_png.h +EXTRA_DIST += $(denoisefft_la_srcdir)/picon.png diff --git a/plugins/diffkey/Makefile.am b/plugins/diffkey/Makefile.am dissimilarity index 99% index 2ba4728c..d3ed6a12 100644 --- a/plugins/diffkey/Makefile.am +++ b/plugins/diffkey/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = diffkey.la -diffkey_la_LDFLAGS = -avoid-version -module -shared -diffkey_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -diffkey_la_SOURCES = diffkey.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = picon_png.h -EXTRA_DIST = picon.png +diffkey_la_srcdir = $(top_srcdir)/plugins/diffkey +plugin_LTLIBRARIES += diffkey.la +diffkey_la_LDFLAGS = -avoid-version -module -shared +diffkey_la_LIBADD = $(top_builddir)/libcolors.la +diffkey_la_SOURCES = $(diffkey_la_srcdir)/diffkey.C +diffkey_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +diffkey_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(diffkey_la_srcdir)/picon_png.h +EXTRA_DIST += $(diffkey_la_srcdir)/picon.png diff --git a/plugins/dot/Makefile.am b/plugins/dot/Makefile.am dissimilarity index 99% index 3162ec3e..9104c71d 100644 --- a/plugins/dot/Makefile.am +++ b/plugins/dot/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = dot.la -dot_la_LDFLAGS = -avoid-version -module -shared -dot_la_LIBADD = $(top_builddir)/plugins/libeffecttv/libeffecttv.la -dot_la_SOURCES = dot.C dotwindow.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libeffecttv -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = dot.h dotwindow.h picon_png.h -EXTRA_DIST = picon.png +dot_la_srcdir = $(top_srcdir)/plugins/dot +plugin_LTLIBRARIES += dot.la +dot_la_LDFLAGS = -avoid-version -module -shared +dot_la_LIBADD = $(top_builddir)/libeffecttv.la +dot_la_SOURCES = $(dot_la_srcdir)/dot.C $(dot_la_srcdir)/dotwindow.C +dot_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +dot_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libeffecttv -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(dot_la_srcdir)/dot.h $(dot_la_srcdir)/dotwindow.h $(dot_la_srcdir)/picon_png.h +EXTRA_DIST += $(dot_la_srcdir)/picon.png diff --git a/plugins/fonts/Makefile.am b/plugins/fonts/Makefile.am index aabfa52f..e307044a 100644 --- a/plugins/fonts/Makefile.am +++ b/plugins/fonts/Makefile.am @@ -1,4 +1,4 @@ -fonts_DATA = fonts.dir $(srcdir)/*.ttf -EXTRA_DIST = fonts.dir $(srcdir)/*.ttf +fonts_la_srcdir = $(top_srcdir)/plugins/fonts +fonts_DATA = fonts.dir $(srcdir)/*.tf +EXTRA_DIST += $(fonts_la_srcdir)/fonts.dir $(fonts_la_srcdir)/$(srcdir)/*.tf -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) diff --git a/plugins/freeverb/Makefile.am b/plugins/freeverb/Makefile.am dissimilarity index 99% index 69b82039..deaac17b 100644 --- a/plugins/freeverb/Makefile.am +++ b/plugins/freeverb/Makefile.am @@ -1,18 +1,18 @@ -plugin_LTLIBRARIES = freeverb.la -freeverb_la_LDFLAGS = -avoid-version -module -shared -freeverb_la_LIBADD = -freeverb_la_SOURCES = Components/allpass.cpp Components/comb.cpp \ - Components/revmodel.cpp freeverb.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(srcdir)/Components -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = picon_png.h \ - Components/allpass.hpp \ - Components/comb.hpp \ - Components/denormals.h \ - Components/revmodel.hpp \ - Components/tuning.h - -EXTRA_DIST = picon.png +freeverb_la_srcdir = $(top_srcdir)/plugins/freeverb +plugin_LTLIBRARIES += freeverb.la +freeverb_la_LDFLAGS = -avoid-version -module -shared +freeverb_la_LIBADD = +freeverb_la_SOURCES = $(freeverb_la_srcdir)/Components/allpass.cpp $(freeverb_la_srcdir)/Components/comb.cpp \ + $(freeverb_la_srcdir)/Components/revmodel.cpp $(freeverb_la_srcdir)/freeverb.C +freeverb_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +freeverb_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(srcdir)/Components + +noinst_HEADERS += $(freeverb_la_srcdir)/picon_png.h \ + $(freeverb_la_srcdir)/Components/allpass.hpp \ + $(freeverb_la_srcdir)/Components/comb.hpp \ + $(freeverb_la_srcdir)/Components/denormals.h \ + $(freeverb_la_srcdir)/Components/revmodel.hpp \ + $(freeverb_la_srcdir)/Components/tuning.h + +EXTRA_DIST += $(freeverb_la_srcdir)/picon.png diff --git a/plugins/gamma/Makefile.am b/plugins/gamma/Makefile.am dissimilarity index 89% index 737b6a56..fdebb3d9 100644 --- a/plugins/gamma/Makefile.am +++ b/plugins/gamma/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = gamma.la -gamma_la_LDFLAGS = -avoid-version -module -shared -gamma_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -gamma_la_SOURCES = gamma.C gammawindow.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = aggregated.h gamma.h gammawindow.h picon_png.h -EXTRA_DIST = picon.png +gamma_la_srcdir = $(top_srcdir)/plugins/gamma +plugin_LTLIBRARIES += gamma.la +gamma_la_LDFLAGS = -avoid-version -module -shared +gamma_la_LIBADD = $(top_builddir)/libcolors.la +gamma_la_SOURCES = $(gamma_la_srcdir)/gamma.C $(gamma_la_srcdir)/gammawindow.C +gamma_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +gamma_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(gamma_la_srcdir)/aggregated.h $(gamma_la_srcdir)/gamma.h $(gamma_la_srcdir)/gammawindow.h $(gamma_la_srcdir)/picon_png.h +EXTRA_DIST += $(gamma_la_srcdir)/picon.png diff --git a/plugins/gradient/Makefile.am b/plugins/gradient/Makefile.am dissimilarity index 99% index cf64e865..26f713e0 100644 --- a/plugins/gradient/Makefile.am +++ b/plugins/gradient/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = gradient.la -gradient_la_LDFLAGS = -avoid-version -module -shared -gradient_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -gradient_la_SOURCES = gradient.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = gradient.h picon_png.h -EXTRA_DIST = picon.png +gradient_la_srcdir = $(top_srcdir)/plugins/gradient +plugin_LTLIBRARIES += gradient.la +gradient_la_LDFLAGS = -avoid-version -module -shared +gradient_la_LIBADD = $(top_builddir)/libcolors.la +gradient_la_SOURCES = $(gradient_la_srcdir)/gradient.C +gradient_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +gradient_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(gradient_la_srcdir)/gradient.h $(gradient_la_srcdir)/picon_png.h +EXTRA_DIST += $(gradient_la_srcdir)/picon.png diff --git a/plugins/histogram/Makefile.am b/plugins/histogram/Makefile.am dissimilarity index 99% index 8d10f6e0..0779a327 100644 --- a/plugins/histogram/Makefile.am +++ b/plugins/histogram/Makefile.am @@ -1,15 +1,15 @@ -plugin_LTLIBRARIES = histogram.la -histogram_la_LDFLAGS = -avoid-version -module -shared -histogram_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -histogram_la_SOURCES = histogram.C histogramconfig.C histogramwindow.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = \ - aggregated.h \ - histogram.h histogramconfig.h histogramwindow.h \ - histogram.inc histogramconfig.inc histogramwindow.inc \ - max_picon_png.h mid_picon_png.h min_picon_png.h picon_png.h -EXTRA_DIST = picon.png max_picon.png mid_picon.png min_picon.png +histogram_la_srcdir = $(top_srcdir)/plugins/histogram +plugin_LTLIBRARIES += histogram.la +histogram_la_LDFLAGS = -avoid-version -module -shared +histogram_la_LIBADD = $(top_builddir)/libcolors.la +histogram_la_SOURCES = $(histogram_la_srcdir)/histogram.C $(histogram_la_srcdir)/histogramconfig.C $(histogram_la_srcdir)/histogramwindow.C +histogram_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +histogram_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += \ + $(histogram_la_srcdir)/aggregated.h \ + $(histogram_la_srcdir)/histogram.h $(histogram_la_srcdir)/histogramconfig.h $(histogram_la_srcdir)/histogramwindow.h \ + $(histogram_la_srcdir)/histogram.inc $(histogram_la_srcdir)/histogramconfig.inc $(histogram_la_srcdir)/histogramwindow.inc \ + $(histogram_la_srcdir)/max_picon_png.h $(histogram_la_srcdir)/mid_picon_png.h $(histogram_la_srcdir)/min_picon_png.h $(histogram_la_srcdir)/picon_png.h +EXTRA_DIST += $(histogram_la_srcdir)/picon.png $(histogram_la_srcdir)/max_picon.png $(histogram_la_srcdir)/mid_picon.png $(histogram_la_srcdir)/min_picon.png diff --git a/plugins/holo/Makefile.am b/plugins/holo/Makefile.am dissimilarity index 99% index efd5dfdb..7aa214dc 100644 --- a/plugins/holo/Makefile.am +++ b/plugins/holo/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = holo.la -holo_la_LDFLAGS = -avoid-version -module -shared -holo_la_LIBADD = $(top_builddir)/plugins/libeffecttv/libeffecttv.la -holo_la_SOURCES = holo.C holowindow.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libeffecttv -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = holo.h holowindow.h picon_png.h -EXTRA_DIST = picon.png +holo_la_srcdir = $(top_srcdir)/plugins/holo +plugin_LTLIBRARIES += holo.la +holo_la_LDFLAGS = -avoid-version -module -shared +holo_la_LIBADD = $(top_builddir)/libeffecttv.la +holo_la_SOURCES = $(holo_la_srcdir)/holo.C $(holo_la_srcdir)/holowindow.C +holo_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +holo_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libeffecttv -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(holo_la_srcdir)/holo.h $(holo_la_srcdir)/holowindow.h $(holo_la_srcdir)/picon_png.h +EXTRA_DIST += $(holo_la_srcdir)/picon.png diff --git a/plugins/huesaturation/Makefile.am b/plugins/huesaturation/Makefile.am dissimilarity index 99% index f4aa5155..f2b89d34 100644 --- a/plugins/huesaturation/Makefile.am +++ b/plugins/huesaturation/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = huesaturation.la -huesaturation_la_LDFLAGS = -avoid-version -module -shared -huesaturation_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -huesaturation_la_SOURCES = huesaturation.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = picon_png.h -EXTRA_DIST = picon.png +huesaturation_la_srcdir = $(top_srcdir)/plugins/huesaturation +plugin_LTLIBRARIES += huesaturation.la +huesaturation_la_LDFLAGS = -avoid-version -module -shared +huesaturation_la_LIBADD = $(top_builddir)/libcolors.la +huesaturation_la_SOURCES = $(huesaturation_la_srcdir)/huesaturation.C +huesaturation_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +huesaturation_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(huesaturation_la_srcdir)/picon_png.h +EXTRA_DIST += $(huesaturation_la_srcdir)/picon.png diff --git a/plugins/invertvideo/Makefile.am b/plugins/invertvideo/Makefile.am dissimilarity index 99% index 7290b20d..8aea4af3 100644 --- a/plugins/invertvideo/Makefile.am +++ b/plugins/invertvideo/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = invertvideo.la -invertvideo_la_LDFLAGS = -avoid-version -module -shared -invertvideo_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -invertvideo_la_SOURCES = invert.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = invert.h picon_png.h -EXTRA_DIST = picon.png +invertvideo_la_srcdir = $(top_srcdir)/plugins/invertvideo +plugin_LTLIBRARIES += invertvideo.la +invertvideo_la_LDFLAGS = -avoid-version -module -shared +invertvideo_la_LIBADD = $(top_builddir)/libcolors.la +invertvideo_la_SOURCES = $(invertvideo_la_srcdir)/invert.C +invertvideo_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +invertvideo_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(invertvideo_la_srcdir)/invert.h $(invertvideo_la_srcdir)/picon_png.h +EXTRA_DIST += $(invertvideo_la_srcdir)/picon.png diff --git a/plugins/libeffecttv/Makefile.am b/plugins/libeffecttv/Makefile.am index 51dc9ddd..12da630e 100644 --- a/plugins/libeffecttv/Makefile.am +++ b/plugins/libeffecttv/Makefile.am @@ -2,7 +2,7 @@ libeffecttv_la_srcdir = $(top_srcdir)/plugins/libeffecttv noinst_LTLIBRARIES += libeffecttv.la libeffecttv_la_LDFLAGS = -libeffecttv_la_LIBADD = libcolors.la +libeffecttv_la_LIBADD = $(top_builddir)/libcolors.la libeffecttv_la_SOURCES = $(libeffecttv_la_srcdir)/effecttv.C libeffecttv_la_CXXFLAGS = $(LARGEFILE_CFLAGS) diff --git a/plugins/motion/Makefile.am b/plugins/motion/Makefile.am dissimilarity index 85% index 09b8fe65..19f36afb 100644 --- a/plugins/motion/Makefile.am +++ b/plugins/motion/Makefile.am @@ -1,19 +1,19 @@ -plugin_LTLIBRARIES = motion.la -motion_la_LDFLAGS = -avoid-version -module -shared -motion_la_LIBADD = libaffine.la -motion_la_SOURCES = motion.C motionwindow.C -noinst_LTLIBRARIES = libaffine.la -libaffine_la_LDFLAGS = -libaffine_la_LIBADD = -libaffine_la_SOURCES = affine.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 = \ - affine.h affine.inc \ - motion.h motion.inc \ - motionwindow.h motionwindow.inc \ - picon_png.h -EXTRA_DIST = picon.png +libaffine_la_srcdir = $(top_srcdir)/plugins/libaffine +plugin_LTLIBRARIES += motion.la +motion_la_LDFLAGS = -avoid-version -module -shared +motion_la_LIBADD = libaffine.la +motion_la_SOURCES = $(libaffine_la_srcdir)/motion.C $(libaffine_la_srcdir)/motionwindow.C +noinst_LTLIBRARIES += libaffine.la +libaffine_la_LDFLAGS = +libaffine_la_LIBADD = +libaffine_la_SOURCES = $(libaffine_la_srcdir)/affine.C +libaffine_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +libaffine_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime + +noinst_HEADERS += \ + $(libaffine_la_srcdir)/affine.h $(libaffine_la_srcdir)/affine.inc \ + $(libaffine_la_srcdir)/motion.h $(libaffine_la_srcdir)/motion.inc \ + $(libaffine_la_srcdir)/motionwindow.h $(libaffine_la_srcdir)/motionwindow.inc \ + $(libaffine_la_srcdir)/picon_png.h +EXTRA_DIST += $(libaffine_la_srcdir)/picon.png diff --git a/plugins/parametric/Makefile.am b/plugins/parametric/Makefile.am dissimilarity index 99% index e7e6cb93..a38ed349 100644 --- a/plugins/parametric/Makefile.am +++ b/plugins/parametric/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = parametric.la -parametric_la_LDFLAGS = -avoid-version -module -shared -parametric_la_LIBADD = $(top_builddir)/plugins/libfourier/libfourier.la -parametric_la_SOURCES = parametric.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libfourier -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = parametric.h picon_png.h -EXTRA_DIST = picon.png +parametric_la_srcdir = $(top_srcdir)/plugins/parametric +plugin_LTLIBRARIES += parametric.la +parametric_la_LDFLAGS = -avoid-version -module -shared +parametric_la_LIBADD = $(top_builddir)/libfourier.la +parametric_la_SOURCES = $(parametric_la_srcdir)/parametric.C +parametric_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +parametric_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libfourier + +noinst_HEADERS += $(parametric_la_srcdir)/parametric.h $(parametric_la_srcdir)/picon_png.h +EXTRA_DIST += $(parametric_la_srcdir)/picon.png diff --git a/plugins/perspective/Makefile.am b/plugins/perspective/Makefile.am dissimilarity index 84% index 1b44241a..0cc04eaa 100644 --- a/plugins/perspective/Makefile.am +++ b/plugins/perspective/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = perspective.la -perspective_la_LDFLAGS = -avoid-version -module -shared -perspective_la_LIBADD = $(top_builddir)/plugins/motion/libaffine.la -perspective_la_SOURCES = perspective.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 = perspective.h picon_png.h -EXTRA_DIST = picon.png +perspective_la_srcdir = $(top_srcdir)/plugins/perspective +plugin_LTLIBRARIES += perspective.la +perspective_la_LDFLAGS = -avoid-version -module -shared +perspective_la_LIBADD = $(top_builddir)/plugins/motion/libaffine.la +perspective_la_SOURCES = $(perspective_la_srcdir)/perspective.C +perspective_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +perspective_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime + +noinst_HEADERS += $(perspective_la_srcdir)/perspective.h $(perspective_la_srcdir)/picon_png.h +EXTRA_DIST += $(perspective_la_srcdir)/picon.png diff --git a/plugins/pitch/Makefile.am b/plugins/pitch/Makefile.am dissimilarity index 99% index 1e84dbc0..18c3f7de 100644 --- a/plugins/pitch/Makefile.am +++ b/plugins/pitch/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = pitch.la -pitch_la_LDFLAGS = -avoid-version -module -shared -pitch_la_LIBADD = $(top_builddir)/plugins/libfourier/libfourier.la -pitch_la_SOURCES = pitch.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libfourier -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = picon_png.h pitch.h -EXTRA_DIST = picon.png +pitch_la_srcdir = $(top_srcdir)/plugins/pitch +plugin_LTLIBRARIES += pitch.la +pitch_la_LDFLAGS = -avoid-version -module -shared +pitch_la_LIBADD = $(top_builddir)/libfourier.la +pitch_la_SOURCES = $(pitch_la_srcdir)/pitch.C +pitch_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +pitch_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libfourier + +noinst_HEADERS += $(pitch_la_srcdir)/picon_png.h $(pitch_la_srcdir)/pitch.h +EXTRA_DIST += $(pitch_la_srcdir)/picon.png diff --git a/plugins/radialblur/Makefile.am b/plugins/radialblur/Makefile.am dissimilarity index 71% index 5d50229e..0fe41a99 100644 --- a/plugins/radialblur/Makefile.am +++ b/plugins/radialblur/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = radialblur.la -radialblur_la_LDFLAGS = -module -shared -avoid-version -radialblur_la_LIBADD = $(top_builddir)/plugins/motion/libaffine.la -radialblur_la_SOURCES = radialblur.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 = picon_png.h -EXTRA_DIST = picon.png +radialblur_la_srcdir = $(top_srcdir)/plugins/radialblur +plugin_LTLIBRARIES += radialblur.la +radialblur_la_LDFLAGS = -module -shared -avoid-version +radialblur_la_LIBADD = $(top_builddir)/plugins/motion/libaffine.la +radialblur_la_SOURCES = $(radialblur_la_srcdir)/radialblur.C +radialblur_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +radialblur_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime + +noinst_HEADERS += $(radialblur_la_srcdir)/picon_png.h +EXTRA_DIST += $(radialblur_la_srcdir)/picon.png diff --git a/plugins/reframert/Makefile.am b/plugins/reframert/Makefile.am dissimilarity index 99% index f2614ff1..dd1cfae2 100644 --- a/plugins/reframert/Makefile.am +++ b/plugins/reframert/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = reframert.la -reframert_la_LDFLAGS = -avoid-version -module -shared -reframert_la_LIBADD = -reframert_la_SOURCES = reframert.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 = picon_png.h -EXTRA_DIST = picon.png +reframert_la_srcdir = $(top_srcdir)/plugins/reframert +plugin_LTLIBRARIES += reframert.la +reframert_la_LDFLAGS = -avoid-version -module -shared +reframert_la_LIBADD = +reframert_la_SOURCES = $(reframert_la_srcdir)/reframert.C +reframert_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +reframert_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime + +noinst_HEADERS += $(reframert_la_srcdir)/picon_png.h +EXTRA_DIST += $(reframert_la_srcdir)/picon.png diff --git a/plugins/rotate/Makefile.am b/plugins/rotate/Makefile.am dissimilarity index 84% index 78e2d810..4f98da0e 100644 --- a/plugins/rotate/Makefile.am +++ b/plugins/rotate/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = rotate.la -rotate_la_LDFLAGS = -avoid-version -module -shared -rotate_la_LIBADD = $(top_builddir)/plugins/motion/libaffine.la -rotate_la_SOURCES = rotate.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 = picon_png.h -EXTRA_DIST = picon.png +rotate_la_srcdir = $(top_srcdir)/plugins/rotate +plugin_LTLIBRARIES += rotate.la +rotate_la_LDFLAGS = -avoid-version -module -shared +rotate_la_LIBADD = $(top_builddir)/plugins/motion/libaffine.la +rotate_la_SOURCES = $(rotate_la_srcdir)/rotate.C +rotate_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +rotate_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime + +noinst_HEADERS += $(rotate_la_srcdir)/picon_png.h +EXTRA_DIST += $(rotate_la_srcdir)/picon.png diff --git a/plugins/shapewipe/Makefile.am b/plugins/shapewipe/Makefile.am dissimilarity index 81% index 805f7f02..ebb8fad1 100644 --- a/plugins/shapewipe/Makefile.am +++ b/plugins/shapewipe/Makefile.am @@ -1,20 +1,20 @@ -plugin_LTLIBRARIES = shapewipe.la -shapewipe_la_LDFLAGS = -avoid-version -module -shared -shapewipe_la_LIBADD = -shapewipe_la_SOURCES = shapewipe.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) \ - -DDEFAULT_SHAPE=\"$(shapewipedir)/heart.png\" - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -shapewipedir = $(plugindir)/shapewipe -shapewipe_DATA = \ - circle.png \ - clock.png \ - heart.png \ - tile2x2h.png \ - tile2x2v.png - -noinst_HEADERS = shapewipe.h picon_png.h -EXTRA_DIST = picon.png $(shapewipe_DATA) +shapewipe_la_srcdir = $(top_srcdir)/plugins/shapewipe +plugin_LTLIBRARIES += shapewipe.la +shapewipe_la_LDFLAGS = -avoid-version -module -shared +shapewipe_la_LIBADD = +shapewipe_la_SOURCES = $(shapewipe_la_srcdir)/shapewipe.C +shapewipe_la_CXXFLAGS = $(LARGEFILE_CFLAGS) \ + -DDEFAULT_SHAPE=\"$(shapewipedir)/heart.png\" + +shapewipe_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime + +shapewipedir = $(plugindir)/shapewipe +shapewipe_DATA = \ + $(shapewipe_la_srcdir)/circle.png \ + $(shapewipe_la_srcdir)/clock.png \ + $(shapewipe_la_srcdir)/heart.png \ + $(shapewipe_la_srcdir)/tile2x2h.png \ + $(shapewipe_la_srcdir)/tile2x2v.png + +noinst_HEADERS += $(shapewipe_la_srcdir)/shapewipe.h $(shapewipe_la_srcdir)/picon_png.h +EXTRA_DIST += $(shapewipe_la_srcdir)/picon.png $(shapewipe_DATA) diff --git a/plugins/spectrogram/Makefile.am b/plugins/spectrogram/Makefile.am dissimilarity index 99% index ef245c71..a3dc3c33 100644 --- a/plugins/spectrogram/Makefile.am +++ b/plugins/spectrogram/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = spectrogram.la -spectrogram_la_LDFLAGS = -avoid-version -module -shared -spectrogram_la_LIBADD = ../libfourier/libfourier.la -spectrogram_la_SOURCES = spectrogram.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libfourier -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = picon_png.h spectrogram.h -EXTRA_DIST = picon.png +spectrogram_la_srcdir = $(top_srcdir)/plugins/spectrogram +plugin_LTLIBRARIES += spectrogram.la +spectrogram_la_LDFLAGS = -avoid-version -module -shared +spectrogram_la_LIBADD = $(top_builddir)/libfourier.la +spectrogram_la_SOURCES = $(spectrogram_la_srcdir)/spectrogram.C +spectrogram_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +spectrogram_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libfourier + +noinst_HEADERS += $(spectrogram_la_srcdir)/picon_png.h $(spectrogram_la_srcdir)/spectrogram.h +EXTRA_DIST += $(spectrogram_la_srcdir)/picon.png diff --git a/plugins/threshold/Makefile.am b/plugins/threshold/Makefile.am dissimilarity index 99% index 515efdd3..ddad8649 100644 --- a/plugins/threshold/Makefile.am +++ b/plugins/threshold/Makefile.am @@ -1,16 +1,16 @@ -plugin_LTLIBRARIES = threshold.la -threshold_la_LDFLAGS = -avoid-version -module -shared -threshold_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -threshold_la_SOURCES = threshold.C thresholdwindow.C histogramengine.C - -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = \ - histogramengine.h histogramengine.inc \ - threshold.h threshold.inc \ - thresholdwindow.h thresholdwindow.inc \ - picon_png.h -EXTRA_DIST = picon.png +threshold_la_srcdir = $(top_srcdir)/plugins/threshold +plugin_LTLIBRARIES += threshold.la +threshold_la_LDFLAGS = -avoid-version -module -shared +threshold_la_LIBADD = $(top_builddir)/libcolors.la +threshold_la_SOURCES = $(threshold_la_srcdir)/threshold.C $(threshold_la_srcdir)/thresholdwindow.C $(threshold_la_srcdir)/histogramengine.C + +threshold_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +threshold_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += \ + $(threshold_la_srcdir)/histogramengine.h $(threshold_la_srcdir)/histogramengine.inc \ + $(threshold_la_srcdir)/threshold.h $(threshold_la_srcdir)/threshold.inc \ + $(threshold_la_srcdir)/thresholdwindow.h $(threshold_la_srcdir)/thresholdwindow.inc \ + $(threshold_la_srcdir)/picon_png.h +EXTRA_DIST += $(threshold_la_srcdir)/picon.png diff --git a/plugins/timefront/Makefile.am b/plugins/timefront/Makefile.am dissimilarity index 99% index c83e287a..fece9b11 100644 --- a/plugins/timefront/Makefile.am +++ b/plugins/timefront/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = timefront.la -timefront_la_LDFLAGS = -avoid-version -module -shared -timefront_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -timefront_la_SOURCES = timefront.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = timefront.h picon_png.h -EXTRA_DIST = picon.png +timefront_la_srcdir = $(top_srcdir)/plugins/timefront +plugin_LTLIBRARIES += timefront.la +timefront_la_LDFLAGS = -avoid-version -module -shared +timefront_la_LIBADD = $(top_builddir)/libcolors.la +timefront_la_SOURCES = $(timefront_la_srcdir)/timefront.C +timefront_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +timefront_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(timefront_la_srcdir)/timefront.h $(timefront_la_srcdir)/picon_png.h +EXTRA_DIST += $(timefront_la_srcdir)/picon.png diff --git a/plugins/timestretch/Makefile.am b/plugins/timestretch/Makefile.am dissimilarity index 99% index ea8be8fd..effa85cf 100644 --- a/plugins/timestretch/Makefile.am +++ b/plugins/timestretch/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = timestretch.la -timestretch_la_LDFLAGS = -avoid-version -module -shared -timestretch_la_LIBADD = ../libfourier/libfourier.la -timestretch_la_SOURCES = timestretch.C timestretchengine.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libfourier -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = picon_png.h timestretch.h timestretchengine.h timestretchengine.inc -EXTRA_DIST = picon.png +timestretch_la_srcdir = $(top_srcdir)/plugins/timestretch +plugin_LTLIBRARIES += timestretch.la +timestretch_la_LDFLAGS = -avoid-version -module -shared +timestretch_la_LIBADD = $(top_builddir)/libfourier.la +timestretch_la_SOURCES = $(timestretch_la_srcdir)/timestretch.C $(timestretch_la_srcdir)/timestretchengine.C +timestretch_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +timestretch_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libfourier + +noinst_HEADERS += $(timestretch_la_srcdir)/picon_png.h $(timestretch_la_srcdir)/timestretch.h $(timestretch_la_srcdir)/timestretchengine.h $(timestretch_la_srcdir)/timestretchengine.inc +EXTRA_DIST += $(timestretch_la_srcdir)/picon.png diff --git a/plugins/titler/Makefile.am b/plugins/titler/Makefile.am dissimilarity index 99% index 02b975bb..b625eb57 100644 --- a/plugins/titler/Makefile.am +++ b/plugins/titler/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = titler.la -titler_la_LDFLAGS = -avoid-version -module -shared -titler_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -lfreetype -titler_la_SOURCES = title.C titlewindow.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I/usr/include/freetype2 -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = picon_png.h title.h titlewindow.h -EXTRA_DIST = picon.png +titler_la_srcdir = $(top_srcdir)/plugins/titler +plugin_LTLIBRARIES += titler.la +titler_la_LDFLAGS = -avoid-version -module -shared +titler_la_LIBADD = $(top_builddir)/libcolors.la -lfreetype +titler_la_SOURCES = $(titler_la_srcdir)/title.C $(titler_la_srcdir)/titlewindow.C +titler_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +titler_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I/usr/include/freetype2 -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(titler_la_srcdir)/picon_png.h $(titler_la_srcdir)/title.h $(titler_la_srcdir)/titlewindow.h +EXTRA_DIST += $(titler_la_srcdir)/picon.png diff --git a/plugins/videoscope/Makefile.am b/plugins/videoscope/Makefile.am dissimilarity index 99% index 5ba16e2c..dad7f5c8 100644 --- a/plugins/videoscope/Makefile.am +++ b/plugins/videoscope/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = videoscope.la -videoscope_la_LDFLAGS = -avoid-version -module -shared -videoscope_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -videoscope_la_SOURCES = videoscope.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = picon_png.h -EXTRA_DIST = picon.png +videoscope_la_srcdir = $(top_srcdir)/plugins/videoscope +plugin_LTLIBRARIES += videoscope.la +videoscope_la_LDFLAGS = -avoid-version -module -shared +videoscope_la_LIBADD = $(top_builddir)/libcolors.la +videoscope_la_SOURCES = $(videoscope_la_srcdir)/videoscope.C +videoscope_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +videoscope_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(videoscope_la_srcdir)/picon_png.h +EXTRA_DIST += $(videoscope_la_srcdir)/picon.png diff --git a/plugins/yuv/Makefile.am b/plugins/yuv/Makefile.am dissimilarity index 99% index 55437400..aac7758c 100644 --- a/plugins/yuv/Makefile.am +++ b/plugins/yuv/Makefile.am @@ -1,11 +1,11 @@ -plugin_LTLIBRARIES = yuv.la -yuv_la_LDFLAGS = -avoid-version -module -shared -yuv_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la -yuv_la_SOURCES = yuv.C -AM_CXXFLAGS = $(LARGEFILE_CFLAGS) - -INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors -LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS) - -noinst_HEADERS = picon_png.h yuv.h -EXTRA_DIST = picon.png +yuv_la_srcdir = $(top_srcdir)/plugins/yuv +plugin_LTLIBRARIES += yuv.la +yuv_la_LDFLAGS = -avoid-version -module -shared +yuv_la_LIBADD = $(top_builddir)/libcolors.la +yuv_la_SOURCES = $(yuv_la_srcdir)/yuv.C +yuv_la_CXXFLAGS = $(LARGEFILE_CFLAGS) + +yuv_la_CPPFLAGS = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors + +noinst_HEADERS += $(yuv_la_srcdir)/picon_png.h $(yuv_la_srcdir)/yuv.h +EXTRA_DIST += $(yuv_la_srcdir)/picon.png -- 2.11.4.GIT