Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
f26e9d0b
Commit
f26e9d0b
authored
Nov 28, 2014
by
Mikaël Salson
Browse files
Makefile: Include algo/lib/ in release
parent
41314ce0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f26e9d0b
...
...
@@ -78,8 +78,8 @@ cleanall: clean
RELEASE_TAG
=
"notag"
RELEASE_H
=
$(VIDJIL_ALGO_SRC)
/release.h
RELEASE_SOURCE
=
$(
wildcard
$(VIDJIL_ALGO_SRC)
/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/
*
.h
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/core/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/core/
*
.h
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/
*
.h
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/cgi/
*
.cpp
)
RELEASE_MAKE
=
./Makefile
$(VIDJIL_ALGO_SRC)
/Makefile
$(VIDJIL_ALGO_SRC)
/core/Makefile
$(VIDJIL_ALGO_SRC)
/tests/Makefile germline/Makefile data/Makefile
RELEASE_SOURCE
=
$(
wildcard
$(VIDJIL_ALGO_SRC)
/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/
*
.h
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/core/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/core/
*
.h
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/
*
.h
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/cgi/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/lib/
*
.cpp
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/lib/
*
.h
)
RELEASE_MAKE
=
./Makefile
$(VIDJIL_ALGO_SRC)
/Makefile
$(VIDJIL_ALGO_SRC)
/core/Makefile
$(VIDJIL_ALGO_SRC)
/tests/Makefile
$(VIDJIL_ALGO_SRC)
/lib/Makefile
germline/Makefile data/Makefile
RELEASE_TESTS
=
data/get-sequences
$(
wildcard
data/
*
.fa
)
$(
wildcard
data/
*
.fq
)
$(VIDJIL_ALGO_SRC)
/tests/should-to-tap.sh
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/
*
.should_get
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/bugs/
*
.fa
)
$(
wildcard
$(VIDJIL_ALGO_SRC)
/tests/bugs/
*
.should_get
)
$(VIDJIL_ALGO_SRC)
/tests/format-json.sh
RELEASE_FILES
=
$(RELEASE_SOURCE)
$(RELEASE_TESTS)
$(RELEASE_MAKE)
germline/get-germline germline/split-from-imgt.py doc/algo.org doc/LICENSE data/segmentation.fasta
RELEASE_ARCHIVE
=
vidjil-
$(RELEASE_TAG)
.tgz
...
...
Write
Preview
Supports
Markdown
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