[Kst] kdeextragear-2/kst/plugins
Andrew Walker
arwalker at sumusltd.com
Fri Jan 23 21:27:58 CET 2004
CVS commit by arwalker:
Build plugins to $(kde_moduledir)/kstplugins
A autocorrelation/autocorrelation.cpp 1.1 [UNKNOWN]
A chop/chop.cpp 1.1 [UNKNOWN]
A crosscorrelation/crosscorrelation.cpp 1.1 [UNKNOWN]
A linefit/linefit.cpp 1.1 [UNKNOWN]
A periodogram/periodogram.cpp 1.1 [UNKNOWN]
A phase/phase.cpp 1.1 [UNKNOWN]
A statistics/statistics.cpp 1.1 [UNKNOWN]
M +11 -3 autocorrelation/Makefile.am 1.2
M +10 -2 chop/Makefile.am 1.2
M +10 -2 crosscorrelation/Makefile.am 1.2
M +10 -2 linefit/Makefile.am 1.2
M +10 -2 periodogram/Makefile.am 1.2
M +10 -2 phase/Makefile.am 1.3
M +10 -2 statistics/Makefile.am 1.2
--- kdeextragear-2/kst/plugins/autocorrelation/Makefile.am #1.1:1.2
@@ -1,3 +1,11 @@
-noinst_LTLIBRARIES=autocorrelation.la
-autocorrelation_la_SOURCES=autocorrelation.c
-autocorrelation_la_LDFLAGS=-module -avoid-version
+installdir=$(kde_moduledir)/kstplugins
+INCLUDES=-I$(srcdir)/../../kst $(all_includes)
+
+install_LTLIBRARIES = autocorrelation.la
+
+autocorrelation_la_LDFLAGS = $(all_libraries) -module -avoid-version
+autocorrelation_la_SOURCES = autocorrelation.cpp
+
+METASOURCES=AUTO
+
+install_DATA=autocorrelation.xml
--- kdeextragear-2/kst/plugins/chop/Makefile.am #1.1:1.2
@@ -1,3 +1,11 @@
-noinst_LTLIBRARIES=chop.la
-chop_la_SOURCES=chop.c
+installdir=$(kde_moduledir)/kstplugins
+INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
+
+install_LTLIBRARIES=chop.la
+
chop_la_LDFLAGS=-module -avoid-version
+chop_la_SOURCES=chop.cpp
+
+METASOURCES=AUTO
+
+install_DATA=chop.xml
\ No newline at end of file
--- kdeextragear-2/kst/plugins/crosscorrelation/Makefile.am #1.1:1.2
@@ -1,3 +1,11 @@
-noinst_LTLIBRARIES=crosscorrelation.la
-crosscorrelation_la_SOURCES=crosscorrelation.c
+installdir=$(kde_moduledir)/kstplugins
+INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
+
+install_LTLIBRARIES=crosscorrelation.la
+
crosscorrelation_la_LDFLAGS=-module -avoid-version
+crosscorrelation_la_SOURCES=crosscorrelation.cpp
+
+METASOURCES=AUTO
+
+install_DATA=crosscorrelation.xml
\ No newline at end of file
--- kdeextragear-2/kst/plugins/linefit/Makefile.am #1.1:1.2
@@ -1,3 +1,11 @@
-noinst_LTLIBRARIES=linefit.la
-linefit_la_SOURCES=linefit.c
+installdir=$(kde_moduledir)/kstplugins
+INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
+
+install_LTLIBRARIES=linefit.la
+
linefit_la_LDFLAGS=-module -avoid-version
+linefit_la_SOURCES=linefit.cpp
+
+METASOURCES=AUTO
+
+install_DATA=linefit.xml
--- kdeextragear-2/kst/plugins/periodogram/Makefile.am #1.1:1.2
@@ -1,3 +1,11 @@
-noinst_LTLIBRARIES=periodogram.la
-periodogram_la_SOURCES=periodogram.c
+installdir=$(kde_moduledir)/kstplugins
+INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
+
+install_LTLIBRARIES=periodogram.la
+
periodogram_la_LDFLAGS=-module -avoid-version
+periodogram_la_SOURCES=periodogram.cpp
+
+METASOURCES=AUTO
+
+install_DATA=periodogram.xml
\ No newline at end of file
--- kdeextragear-2/kst/plugins/phase/Makefile.am #1.2:1.3
@@ -1,3 +1,11 @@
-noinst_LTLIBRARIES=phase.la
-phase_la_SOURCES=phase.c
+installdir=$(kde_moduledir)/kstplugins
+INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
+
+install_LTLIBRARIES=phase.la
+
phase_la_LDFLAGS=-module -avoid-version
+phase_la_SOURCES=phase.cpp
+
+METASOURCES=AUTO
+
+install_DATA=phase.xml
\ No newline at end of file
--- kdeextragear-2/kst/plugins/statistics/Makefile.am #1.1:1.2
@@ -1,3 +1,11 @@
-noinst_LTLIBRARIES=statistics.la
-statistics_la_SOURCES=statistics.c
+installdir=$(kde_moduledir)/kstplugins
+INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
+
+install_LTLIBRARIES=statistics.la
+
statistics_la_LDFLAGS=-module -avoid-version
+statistics_la_SOURCES=statistics.cpp
+
+METASOURCES=AUTO
+
+install_DATA=statistics.xml
\ No newline at end of file
More information about the Kst
mailing list