view clustalomega/clustal-omega-0.2.0/src/clustal/Makefile.am @ 0:ea6d0e588642 default tip

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

AM_CFLAGS = @OPENMP_CFLAGS@ @AM_CFLAGS@
AM_LDFLAGS = @AM_LDFLAGS@

noinst_LTLIBRARIES = libclustal.la

libclustal_la_SOURCES = \
        hhalign_wrapper.c hhalign_wrapper.h \
		ktuple_pair.c ktuple_pair.h \
        list.c list.h \
		log.c log.h \
        muscle_upgma.c muscle_upgma.h \
        muscle_tree.c muscle_tree.h \
        mbed.c mbed.h \
        pair_dist.h pair_dist.c \
        progress.c progress.h \
        queue.h \
        seq.c seq.h \
        symmatrix.c symmatrix.h \
        tree.c tree.h \
        util.c util.h \
        weights.c weights.h

library_includedir=$(includedir)/clustalo/clustal

library_include_HEADERS = \
	hhalign_wrapper.h \
	ktuple_pair.h \
	log.h \
	mbed.h \
	muscle_tree.h \
	pair_dist.h \
	progress.h \
	seq.h \
	symmatrix.h \
	tree.h \
	util.h \
	weights.h