summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am (plain)
blob: 752c0fec091f37ef1a8ba366e9591d242bfe7d87
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
33
34
35
36
37
38
39
40
bin_PROGRAMS = aggregator updator

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

aggregator_LDADD = -lirc -lmpi -lsz -lz

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

updator_LDADD = -lirc -lmpi -lsz -lz

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/blast_scores_data.h \
	model/blast_scores_data_init.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=c99

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.