[Kst] kdeextragear-2/kst/plugins
George Staikos
staikos at kde.org
Fri Apr 22 21:55:24 CEST 2005
CVS commit by staikos:
remove plenty more $(all_libraries)
M +1 -1 convolution/convolve/Makefile.am 1.2
M +1 -1 convolution/deconvolve/Makefile.am 1.2
M +1 -1 correlation/autocorrelation/Makefile.am 1.2
M +1 -1 correlation/crosscorrelation/Makefile.am 1.2
M +1 -1 noise_addition/Makefile.am 1.2
M +2 -2 pass_filters/butterworth_bandpass/Makefile.am 1.2
M +2 -2 pass_filters/butterworth_bandstop/Makefile.am 1.2
M +2 -2 pass_filters/butterworth_highpass/Makefile.am 1.2
M +2 -2 pass_filters/butterworth_lowpass/Makefile.am 1.2
--- kdeextragear-2/kst/plugins/convolution/convolve/Makefile.am #1.1:1.2
@@ -4,5 +4,5 @@
install_LTLIBRARIES = convolve.la
-convolve_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+convolve_la_LDFLAGS = -module $(KDE_PLUGIN)
convolve_la_LIBADD = $(GSL_LIBS)
convolve_la_SOURCES = convolve.cpp
--- kdeextragear-2/kst/plugins/convolution/deconvolve/Makefile.am #1.1:1.2
@@ -4,5 +4,5 @@
install_LTLIBRARIES = deconvolve.la
-deconvolve_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+deconvolve_la_LDFLAGS = -module $(KDE_PLUGIN)
deconvolve_la_LIBADD = $(GSL_LIBS)
deconvolve_la_SOURCES = deconvolve.cpp
--- kdeextragear-2/kst/plugins/correlation/autocorrelation/Makefile.am #1.1:1.2
@@ -4,5 +4,5 @@
install_LTLIBRARIES = autocorrelate.la
-autocorrelate_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+autocorrelate_la_LDFLAGS = -module $(KDE_PLUGIN)
autocorrelate_la_LIBADD = $(GSL_LIBS)
autocorrelate_la_SOURCES = autocorrelate.cpp
--- kdeextragear-2/kst/plugins/correlation/crosscorrelation/Makefile.am #1.1:1.2
@@ -4,5 +4,5 @@
install_LTLIBRARIES = crosscorrelate.la
-crosscorrelate_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+crosscorrelate_la_LDFLAGS = -module $(KDE_PLUGIN)
crosscorrelate_la_LIBADD = $(GSL_LIBS)
crosscorrelate_la_SOURCES = crosscorrelate.cpp
--- kdeextragear-2/kst/plugins/noise_addition/Makefile.am #1.1:1.2
@@ -4,5 +4,5 @@
install_LTLIBRARIES=noise_addition.la
-noise_addition_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+noise_addition_la_LDFLAGS = -module $(KDE_PLUGIN)
noise_addition_la_LIBADD = $(GSL_LIBS)
noise_addition_la_SOURCES = noise_addition.cpp
--- kdeextragear-2/kst/plugins/pass_filters/butterworth_bandpass/Makefile.am #1.1:1.2
@@ -4,5 +4,5 @@
install_LTLIBRARIES = butterworth_bandpass.la
-butterworth_bandpass_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+butterworth_bandpass_la_LDFLAGS = -module $(KDE_PLUGIN)
butterworth_bandpass_la_LIBADD = $(GSL_LIBS)
butterworth_bandpass_la_SOURCES = butterworth_bandpass.cpp
@@ -10,3 +10,3 @@
METASOURCES=AUTO
-install_DATA=butterworth_bandpass.xml
\ No newline at end of file
+install_DATA=butterworth_bandpass.xml
--- kdeextragear-2/kst/plugins/pass_filters/butterworth_bandstop/Makefile.am #1.1:1.2
@@ -4,5 +4,5 @@
install_LTLIBRARIES = butterworth_bandstop.la
-butterworth_bandstop_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+butterworth_bandstop_la_LDFLAGS = -module $(KDE_PLUGIN)
butterworth_bandstop_la_LIBADD = $(GSL_LIBS)
butterworth_bandstop_la_SOURCES = butterworth_bandstop.cpp
@@ -10,3 +10,3 @@
METASOURCES=AUTO
-install_DATA=butterworth_bandstop.xml
\ No newline at end of file
+install_DATA=butterworth_bandstop.xml
--- kdeextragear-2/kst/plugins/pass_filters/butterworth_highpass/Makefile.am #1.1:1.2
@@ -4,5 +4,5 @@
install_LTLIBRARIES = butterworth_highpass.la
-butterworth_highpass_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+butterworth_highpass_la_LDFLAGS = -module $(KDE_PLUGIN)
butterworth_highpass_la_LIBADD = $(GSL_LIBS)
butterworth_highpass_la_SOURCES = butterworth_highpass.cpp
@@ -10,3 +10,3 @@
METASOURCES=AUTO
-install_DATA=butterworth_highpass.xml
\ No newline at end of file
+install_DATA=butterworth_highpass.xml
--- kdeextragear-2/kst/plugins/pass_filters/butterworth_lowpass/Makefile.am #1.1:1.2
@@ -4,5 +4,5 @@
install_LTLIBRARIES = butterworth_lowpass.la
-butterworth_lowpass_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+butterworth_lowpass_la_LDFLAGS = -module $(KDE_PLUGIN)
butterworth_lowpass_la_LIBADD = $(GSL_LIBS)
butterworth_lowpass_la_SOURCES = butterworth_lowpass.cpp
@@ -10,3 +10,3 @@
METASOURCES=AUTO
-install_DATA=butterworth_lowpass.xml
\ No newline at end of file
+install_DATA=butterworth_lowpass.xml
More information about the Kst
mailing list