Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
mbedtls
Commits
41d6e3a5
Commit
41d6e3a5
authored
Jan 04, 2009
by
Paul Bakker
Browse files
- Migrated to PolarSSL
parent
40e46940
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+4
-4
No files found.
Makefile
View file @
41d6e3a5
DESTDIR
=
/usr/local
PREFIX
=
xy
ssl_
PREFIX
=
polar
ssl_
.SILENT
:
...
...
@@ -9,11 +9,11 @@ all:
cd
programs
&&
make all
&&
cd
..
install
:
mkdir
-p
$(DESTDIR)
/include/
xy
ssl
cp
-r
include/
xy
ssl
$(DESTDIR)
/include
mkdir
-p
$(DESTDIR)
/include/
polar
ssl
cp
-r
include/
polar
ssl
$(DESTDIR)
/include
mkdir
-p
$(DESTDIR)
/lib
cp
library/lib
xy
ssl.
*
$(DESTDIR)
/lib
cp
library/lib
polar
ssl.
*
$(DESTDIR)
/lib
mkdir
-p
$(DESTDIR)
/bin
for
p
in
programs/
*
/
*
;
do
\
...
...
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