]> git.donarmstrong.com Git - fastq-tools.git/blob - src/swsse2/Makefile.am
a program to print smith-waterman scores against a query sequence
[fastq-tools.git] / src / swsse2 / Makefile.am
1
2 noinst_LTLIBRARIES = libswsse2.la
3
4 libswsse2_la_SOURCES = fastalib.h  fastalib.c \
5                                            matrix.h    matrix.c \
6                                            swscalar.h  swscalar.c \
7                                            swsse2.h    swsse2.c \
8                                            swstriped.h swstriped.c \
9                                            swwozniak.h swwozniak.c \
10                                            blosum62.h  blosum62.c
11
12
13 libswsse2_la_CFLAGS = -msse2
14
15 EXTRADIST = README COPYRIGHT
16