From: <ku...@us...> - 2003-02-06 00:43:38
|
Update of /cvsroot/basedb/basedb/plugins/src/pca In directory sc8-pr-cvs1:/tmp/cvs-serv4237/plugins/src/pca Modified Files: Makefile.am Removed Files: Makefile.in Log Message: Added autoconf/automake functionality. Supports c/c++ compilation. Index: Makefile.am =================================================================== RCS file: /cvsroot/basedb/basedb/plugins/src/pca/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 1 Feb 2003 12:52:52 -0000 1.1 --- Makefile.am 6 Feb 2003 00:43:35 -0000 1.2 *************** *** 1,28 **** ! ## Process this file with automake to produce Makefile.in ! ## ! ## pca directory under exec/source of BASE distribution ! ## $Id$ ! ! AUTOMAKE_OPTIONS = foreign bin_PROGRAMS = pca - pca_SOURCES = PCA_v01.c gnuplot_i-2.6/src/gnuplot_i.c - pca_LDADD = $(PCA_LIBS) - - #jfr moved gnuplot_i in the top level of base src include directory - # also moved the gnuplot_i.c file to the pca directory - INCLUDES = -I$(includedir) -Ignuplot_i-2.6/src - - ## files with non-standard names to be included in the distro - EXTRA_DIST = \ - gnuplot_i-2.6/LICENSE gnuplot_i-2.6/README \ - gnuplot_i-2.6/html/doxygen.css gnuplot_i-2.6/html/gnuplot_i_c.html \ - gnuplot_i-2.6/html/gnuplot_i_c-source.html gnuplot_i-2.6/html/gnuplot_i_h.html \ - gnuplot_i-2.6/html/gnuplot_i_h-source.html gnuplot_i-2.6/html/index.html \ - gnuplot_i-2.6/html/struct__GNUPLOT_CTRL_.html \ - gnuplot_i-2.6/src/gnuplot_i.c gnuplot_i-2.6/src/gnuplot_i.h \ - gnuplot_i-2.6/test/anim.c gnuplot_i-2.6/test/example.c \ - gnuplot_i-2.6/test/sinepng.c \ - PCA_README TestBig.txt TestSmall.txt --- 1,8 ---- ! # $Id$ bin_PROGRAMS = pca + pca_SOURCES = PCA_v01.c gnuplot_i-2.6/src/gnuplot_i.c + pca_LDADD = $(GSL_LIB) $(BLAS_LIB) + INCLUDES = -Ignuplot_i-2.6/src --- Makefile.in DELETED --- |