File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
CC =gcc
7
7
CXX =g++
8
- CFLAGS =-Wall -std=c++0x
9
- LINKERS =-lm -lpthread -lhts -lvcflib -lz
10
- INCLUDE =-I../src -I../googletest/googletest/include/ -I../tabixpp/ -I../tabixpp/htslib/ -I ../smithwaterman/ -I ../multichoose/ -I ../filevercmp/ -I ../googletest/googletest/make/
11
- LIB =-L../lib -L../tabixpp/htslib -L../tabixpp/htslib/ -L../googletest/googletest/make/
8
+ CFLAGS =-Wall -std=c++0x
9
+ LINKERS =-lm -lpthread -lhts -lvcflib -lz
10
+ INCLUDE =-I../src -I../googletest/googletest/include/ -I../fastahack -I../ tabixpp/ -I../tabixpp/htslib/ -I ../smithwaterman/ -I ../multichoose/ -I ../filevercmp/ -I ../googletest/googletest/make/
11
+ LIB =-L../build -L../tabixpp/htslib -L../tabixpp/htslib/ -L../googletest/googletest/make/ -lcurl -llzma -lbz2
12
12
LIBGTEST =../googletest/googletest/make/gtest_main.a
13
- LIBVCF =../lib /libvcflib.a
13
+ LIBVCF =../build /libvcflib.a
14
14
all : run
15
15
16
16
../googletest/googletest/make/gtest_main.a :
17
17
cd ../googletest/googletest/make/ && make
18
18
tests/main : ../googletest/googletest/make/gtest_main.a
19
- $(CXX ) $(CFLAGS ) $(INCLUDE ) $(LIB ) $(LINKERS ) tests/mainTest.cpp ../tabixpp/tabix.cpp ../tabixpp/htslib/libhts.a $(LIBVCF ) $(LIBGTEST ) -o tests/main
19
+ $(CXX ) $(CFLAGS ) $(INCLUDE ) $(LIB ) $(LINKERS ) tests/mainTest.cpp ../tabixpp/tabix.cpp ../tabixpp/htslib/libhts.a $(LIBVCF ) $(LIBGTEST ) -o tests/main
20
20
run : tests/main
21
21
./tests/main
22
22
clean :
You can’t perform that action at this time.
0 commit comments