Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
xiaowei zhan
RVTESTS
Commits
42e5def6
Commit
42e5def6
authored
Aug 30, 2017
by
zhanxw
Browse files
fix Makefile
parent
719e2932
Changes
1
Show whitespace changes
Inline
Side-by-side
libBgen/Makefile
View file @
42e5def6
...
@@ -35,9 +35,14 @@ $(BZIP2_INC):
...
@@ -35,9 +35,14 @@ $(BZIP2_INC):
SQLITE_INC
=
../third/sqlite/include
SQLITE_INC
=
../third/sqlite/include
SQLITE_LIB
=
../third/sqlite/lib/libsqlite3.a
SQLITE_LIB
=
../third/sqlite/lib/libsqlite3.a
$(SQLITE_INC) $(SQLITE_LIB)
:
(
cd
../third
;
$(MAKE)
sqlite
)
ZSTD_INC
=
../third/zstd/lib
ZSTD_INC
=
../third/zstd/lib
ZSTD_LIB
=
../third/zstd/lib/libzstd.a
ZSTD_LIB
=
../third/zstd/lib/libzstd.a
$(ZSTD_INC) $(ZSTD_LIB)
:
(
cd
../third
;
$(MAKE)
zstd
)
THIRD_INC
=
$(BCF_INC)
$(TABIX_INC)
$(PCRE_INC)
$(BZIP2_INC)
$(ZLIB_INC)
$(GSL_INC)
$(ZSTD_INC)
THIRD_INC
=
$(BCF_INC)
$(TABIX_INC)
$(PCRE_INC)
$(BZIP2_INC)
$(ZLIB_INC)
$(GSL_INC)
$(ZSTD_INC)
THIRD_INC_FLAGS
=
$(
addprefix
-I
,
$(THIRD_INC)
)
THIRD_INC_FLAGS
=
$(
addprefix
-I
,
$(THIRD_INC)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment