Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sumalibs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
OBITools
sumalibs
Commits
b11748ea
Commit
b11748ea
authored
Mar 27, 2019
by
Celine Mercier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaner installation
parent
ed56cb1d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
Makefile
Makefile
+10
-0
No files found.
Makefile
View file @
b11748ea
PREFIX
=
/usr/local
SOURCES
=
libfasta/fasta_header_parser.c
\
libfasta/fasta_seq_writer.c
\
...
...
@@ -44,3 +45,12 @@ $(LIBFILE): $(OBJECTS)
ar
-cr
$@
$?
$(RANLIB)
$@
install
:
all
install
-d
$(DESTDIR)$(PREFIX)
/lib/
install
-m
644
$(LIBFILE)
$(DESTDIR)$(PREFIX)
/lib/
install
-d
$(DESTDIR)$(PREFIX)
/include/
for
lib
in
libfasta liblcs libsse libutils libfile
;
do
\
install
-d
$(DESTDIR)$(PREFIX)
/include/
$$
lib
;
\
cp
$$
lib/
*
.h
$(DESTDIR)$(PREFIX)
/include/
$$
lib
;
\
done
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