Update of /cvsroot/basedb/basedb/plugins/src/clustering
In directory sc8-pr-cvs1:/tmp/cvs-serv325/src/clustering
Modified Files:
Makefile.am
Log Message:
Changed single # comments to more correct double ## comments (automake
thing.
Changed install directory to $(prefix)/plugins_bin.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/basedb/basedb/plugins/src/clustering/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.am 6 Feb 2003 00:43:34 -0000 1.2
--- Makefile.am 11 Feb 2003 23:24:22 -0000 1.3
***************
*** 1,9 ****
! # $Id$
SUBDIRS = Cgraph
! bin_PROGRAMS = basehclust drawassaytree drawgenetree drawmatrix findsubtree
! bin_SCRIPTS = clusteringscript
basehclust_SOURCES = \
--- 1,13 ----
! ## Process this file with automake to produce Makefile.in
! ##
! ## $Id$
SUBDIRS = Cgraph
! plugindir = $(prefix)/plugins_bin
! plugin_PROGRAMS = basehclust drawassaytree drawgenetree drawmatrix findsubtree
!
! plugin_SCRIPTS = clusteringscript
basehclust_SOURCES = \
|