Skip to content

Commit

Permalink
update directory for libdivsufort
Browse files Browse the repository at this point in the history
  • Loading branch information
ekg committed Oct 1, 2015
1 parent d5d6509 commit 39ff8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
CXX=g++
CXXFLAGS=-O3 -std=c++11 -fopenmp -g
LIBS=cpp/vg.pb.o xg.o # main.o not included for easier libxg.a creation
INCLUDES=-I./ -Icpp -Istream/protobuf/build/include -Isdsl-lite/build/include -Isdsl-lite/build/external/libdivsufsort-2.0.1/include -Istream
LDSEARCH=-L./ -Lstream/protobuf -Lsdsl-lite/build/lib -Lsdsl-lite/build/external/libdivsufsort-2.0.1/lib
INCLUDES=-I./ -Icpp -Istream/protobuf/build/include -Isdsl-lite/build/include -Isdsl-lite/build/external/libdivsufsort/include -Istream
LDSEARCH=-L./ -Lstream/protobuf -Lsdsl-lite/build/lib -Lsdsl-lite/build/external/libdivsufsort/lib
LDFLAGS=-lprotobuf -lsdsl -lz -ldivsufsort -ldivsufsort64 -lgomp -lm -lpthread
STREAM=stream
PROTOBUF=$(STREAM)/protobuf
Expand Down

0 comments on commit 39ff8c9

Please sign in to comment.