summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am (plain)
blob: 6dd8e165bd50d7056cb2b89f9abba9e4a798e4be
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
bin_PROGRAMS = aggregator updator

aggregator_SOURCES = \
	aggregator.c \
	check_error.c \
	check_h5_error.c \
	load_influenza_aa_dat.c \
	load_influenza_faa.c \
	sequence_data_init.c

updator_SOURCES = \
	updator.c \
	check_error.c \
	check_h5_error.c \
	check_ncbi_error.c \
	assign_protein_type.c \
	sequence_data_init.c

noinst_HEADERS = \
	assign_protein_type.h \
	check_error.h \
	check_h5_error.h \
	check_ncbi_error.h \
	load_influenza_aa_dat.h \
	load_influenza_faa.h \
	sequence_data.h \
	sequence_data_init.h

AM_CFLAGS = -Wall -std=gnu99 -ggdb

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.