summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am (plain)
blob: 06a6f5caa012a63663823278b38bf5f9c80af2c1
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
30
31
32
bin_PROGRAMS = aggregator updator

aggregator_SOURCES = \
	aggregator.c \
	error/check_error.c \
	error/check_h5_error.c \
	load/load_influenza_aa_dat.c \
	load/load_influenza_faa.c \
	model/sequence_data_init.c

updator_SOURCES = \
	updator.c \
	assign/assign_protein_type.c \
	error/check_error.c \
	error/check_h5_error.c \
	error/check_ncbi_error.c \
	model/gi_type_data_init.c \
	model/sequence_data_init.c

noinst_HEADERS = \
	assign/assign_protein_type.h \
	error/check_error.h \
	error/check_h5_error.h \
	error/check_ncbi_error.h \
	load/load_influenza_aa_dat.h \
	load/load_influenza_faa.h \
	model/gi_type_data.h \
	model/gi_type_data_init.h \
	model/sequence_data.h \
	model/sequence_data_init.h

AM_CFLAGS = -Wall -std=gnu99 -ggdb

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.