#####################################################################
## FILE: Makefile.am
# AUTHOR: Shobhit Gupta
# CREATE DATE: 2006
# PROJECT: Meta-MEME
# COPYRIGHT: 2006, UW
#####################################################################

## Automake uses this file to generate a Makefile

# This Makefile builds the scripts used to test the Meta-MEME components.

# These files should be included with the distribution.
DATAFILES = \
	dpinteract.meme \
	tomtom.complete.out.allr.html \
	tomtom.complete.out.allr.tsv \
	tomtom.complete.out.blic1.html \
	tomtom.complete.out.blic1.tsv \
	tomtom.complete.out.blic5.html \
	tomtom.complete.out.blic5.tsv \
	tomtom.complete.out.ed.html \
	tomtom.complete.out.ed.tsv \
	tomtom.complete.out.kullback.html \
	tomtom.complete.out.kullback.tsv \
	tomtom.complete.out.pearson.html \
	tomtom.complete.out.pearson.tsv \
	tomtom.complete.out.sandelin.html \
	tomtom.complete.out.sandelin.tsv \
	tomtom.dna_with_covalent.html \
	tomtom.dna_with_covalent.tsv \
	tomtom.out.allr.html \
	tomtom.out.allr.tsv \
	tomtom.out.blic1.html \
	tomtom.out.blic1.tsv \
	tomtom.out.blic5.html \
	tomtom.out.blic5.tsv \
	tomtom.out.ed.html \
	tomtom.out.ed.tsv \
	tomtom.out.fish.tsv \
	tomtom.out.kullback.html \
	tomtom.out.kullback.tsv \
	tomtom.out.pearson.html \
	tomtom.out.pearson.tsv \
	tomtom.out.rms.tsv \
	tomtom.out.sandelin.html \
	tomtom.out.sandelin.tsv
EXTRA_DIST = $(DATAFILES)

