$ make -f Makefile.MAC
g++ -msse3 -DSSE2 -O3 -g -w -Wall -arch x86_64 -fopenmp -c -fmessage-length=0 -MMD -MP -MF"genedb.d" -MT"genedb.d" -o"genedb.o" "genedb.cpp"
g++ -msse3 -DSSE2 -O3 -g -w -Wall -arch x86_64 -fopenmp -c -fmessage-length=0 -MMD -MP -MF"sequence.d" -MT"sequence.d" -o"sequence.o" "sequence.cpp"
g++ -msse3 -DSSE2 -O3 -g -w -Wall -arch x86_64 -fopenmp -c -fmessage-length=0 -MMD -MP -MF"tree.d" -MT"tree.d" -o"tree.o" "tree.cpp"
g++ -msse3 -DSSE2 -O3 -g -w -Wall -arch x86_64 -fopenmp -c -fmessage-length=0 -MMD -MP -MF"tree_reader.d" -MT"tree_reader.d" -o"tree_reader.o" "tree_reader.cpp"
g++ -msse3 -DSSE2 -O3 -g -w -Wall -arch x86_64 -fopenmp -c -fmessage-length=0 -MMD -MP -MF"node.d" -MT"node.d" -o"node.o" "node.cpp"
g++ -msse3 -DSSE2 -O3 -g -w -Wall -arch x86_64 -fopenmp -c -fmessage-length=0 -MMD -MP -MF"tree_utils.d" -MT"tree_utils.d" -o"tree_utils.o" "tree_utils.cpp"
g++ -msse3 -DSSE2 -O3 -g -w -Wall -arch x86_64 -fopenmp -c -fmessage-length=0 -MMD -MP -MF"fasta_util.d" -MT"fasta_util.d" -o"fasta_util.o" "fasta_util.cpp"
g++ -msse3 -DSSE2 -O3 -g -w -Wall -arch x86_64 -fopenmp -c -fmessage-length=0 -MMD -MP -MF"SQLiteDBController.d" -MT"SQLiteDBController.d" -o"SQLiteDBController.o" "SQLiteDBController.cpp"
g++ -msse3 -DSSE2 -O3 -g -w -Wall -arch x86_64 -fopenmp -c -fmessage-length=0 -MMD -MP -MF"SQLiteConstructor.d" -MT"SQLiteConstructor.d" -o"SQLiteConstructor.o" "SQLiteConstructor.cpp"
SQLiteConstructor.cpp:48:10: fatal error: 'omp.h' file not found
#include "omp.h"
^
1 error generated.
make: *** [SQLiteConstructor.o] Error 1