view clustalomega/clustal-omega-0.2.0/src/kmpp/Makefile.am @ 0:ff1768533a07

Migrated tool version 0.2 from old tool shed archive to new tool shed repository
author clustalomega
date Tue, 07 Jun 2011 17:04:25 -0400
parents
children
line wrap: on
line source

# Replaces squids own automake files
#
# Some useful automake documentation:
# http://www.openismus.com/documents/linux/automake/automake.shtml
# http://www.bioinf.uni-freiburg.de/~mmann/HowTo/automake.html

#SUBDIRS =
#EXTRA_DIST = 
#LDADD =

# need DCLUSTALO here to enable Clustal specific squid patches
AM_CXXFLAGS = -DCLUSTALO @AM_CXXFLAGS@ 

noinst_LTLIBRARIES = libkmpp.la

libkmpp_la_SOURCES =  KMeans.cpp KMeans.h \
	KmTree.cpp KmTree.h \
	KmUtils.cpp KmUtils.h