mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Added openssl compatibility functions
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@64 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
15
Makefile
15
Makefile
@ -73,18 +73,21 @@ win32_demo:
|
||||
install: $(PREFIX) all
|
||||
cp --no-dereference $(STAGE)/libax* $(PREFIX)/lib
|
||||
chmod 755 $(PREFIX)/lib/libax*
|
||||
-install -m 755 $(STAGE)/ax* $(PREFIX)/bin
|
||||
ifdef CONFIG_AXHTTPD
|
||||
-install -m 755 $(STAGE)/htpasswd $(PREFIX)/bin
|
||||
install -m 755 $(STAGE)/ax* $(PREFIX)/bin
|
||||
ifdef CONFIG_HTTP_HAS_AUTHORIZATION
|
||||
install -m 755 $(STAGE)/htpasswd $(PREFIX)/bin
|
||||
endif
|
||||
ifdef CONFIG_PLATFORM_CYGWIN
|
||||
install -m 755 $(STAGE)/cygaxtls.dll $(PREFIX)/bin
|
||||
endif
|
||||
ifdef CONFIG_PERL_BINDINGS
|
||||
-install -m 755 $(STAGE)/axtlsp.pm `perl -e 'use Config; print $$Config{installarchlib};'`
|
||||
install -m 755 $(STAGE)/axtlsp.pm `perl -e 'use Config; print $$Config{installarchlib};'`
|
||||
endif
|
||||
@mkdir -p -m 755 $(PREFIX)/include/axTLS
|
||||
-install -m 644 ssl/*.h $(PREFIX)/include/axTLS
|
||||
install -m 644 ssl/*.h $(PREFIX)/include/axTLS
|
||||
-rm $(PREFIX)/include/axTLS/cert.h
|
||||
-rm $(PREFIX)/include/axTLS/private_key.h
|
||||
-install -m 644 config/config.h $(PREFIX)/include/axTLS
|
||||
install -m 644 config/config.h $(PREFIX)/include/axTLS
|
||||
|
||||
installclean:
|
||||
-@rm $(PREFIX)/lib/libax* > /dev/null 2>&1
|
||||
|
Reference in New Issue
Block a user