File: makefile

package info (click to toggle)
gubbins 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,252 kB
  • ctags: 736
  • sloc: sh: 8,073; ansic: 4,376; python: 2,259; makefile: 126; cpp: 27
file content (4 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (6)
1
2
3
4
test:
	gcc -c -g *.c  -I .
	gcc -o run_all_tests *.o ../src/seqUtil.o ../src/string_cat.o ../src/Newickform.o ../src/alignment_file.o ../src/block_tab_file.o ../src/gff_file.o ../src/parse_vcf.o ../src/snp_searching.c ../src/vcf.o ../src/branch_sequences.o ../src/gubbins.o ../src/parse_phylip.o ../src/phylip_of_snp_sites.o ../src/snp_sites.o ../src/tree_statistics.o ../src/fasta_of_snp_sites.o -lm -lz -L /usr/local/lib/libcheck.dylib
	./run_all_tests