summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-15 16:40:03 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-15 16:40:03 (GMT)
commit23959e26ff01ffc533feb399dbe5173754b74550 (patch)
tree4c062280dbbff6022ec778bf819864bfd91ac185 /unix/Makefile.in
parent24cbe510871f316c5d2f5f9df45f9a141fa1c8ad (diff)
downloadblt-23959e26ff01ffc533feb399dbe5173754b74550.zip
blt-23959e26ff01ffc533feb399dbe5173754b74550.tar.gz
blt-23959e26ff01ffc533feb399dbe5173754b74550.tar.bz2
build openssl
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in36
1 files changed, 5 insertions, 31 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index ae5d66d..b540e31 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -15,8 +15,6 @@ TKFLAGS = @TKFLAGS@
SSLCONFIG = @SSLCONFIG@
JOBS = @CORES@
-TLSFLAGS = --with-ssl-dir=$(prefix)/openssl
-
include ./make.include
WITHTCL = --with-tcl=$(prefix)/tcl$(TCL_VERSION)/unix
@@ -25,7 +23,7 @@ CACHE = --config-cache --cache-file=$(prefix)/config.cache
#--------------------------build
-.PHONY : saods9 tcl tk openssl
+.PHONY : saods9 tcl tk
saods9 : dirs tcl tk \
openssl \
@@ -98,22 +96,9 @@ tclsignal/Makefile :
$(STD) \
$(CACHE)
-#--------------------------openssl
-
-openssl : openssl/Makefile
- @echo ""
- @echo "*** $@ ***"
- $(MAKE) -C openssl -j $(JOBS)
-
-openssl/Makefile:
- @echo ""
- @echo "*** $@ ***"
- cd openssl; \
- $(SSLCONFIG) --prefix=$(prefix)
-
#--------------------------clean
-.PHONY : tclclean tkclean osclean tclzipfsclean tclsignalclean opensslclean
+.PHONY : tclclean tkclean osclean tclzipfsclean tclsignalclean
tclclean :
@echo ""
@@ -125,7 +110,7 @@ tkclean :
@echo "*** $@ ***"
$(MAKE) -C tk$(TCL_VERSION)/unix clean
-osclean : tclzipfsclean tclsignalclean opensslclean
+osclean : tclzipfsclean tclsignalclean
tclzipfsclean:
@echo ""
@@ -137,15 +122,10 @@ tclsignalclean :
@echo "*** $@ ***"
$(MAKE) -C tclsignal clean
-opensslclean:
- @echo ""
- @echo "*** $@ ***"
- $(MAKE) -C openssl clean
-
#--------------------------distclean
.PHONY : tcldistclean tkdistclean
-.PHONY : osdistclean tclzipfsdistclean tclsignaldistclean openssldistclean
+.PHONY : osdistclean tclzipfsdistclean tclsignaldistclean
tcldistclean :
@echo ""
@@ -157,7 +137,7 @@ tkdistclean :
@echo "*** $@ ***"
$(MAKE) -C tk$(TCL_VERSION)/unix distclean
-osdistclean : tclzipfsdistclean tclsignaldistclean openssldistclean
+osdistclean : tclzipfsdistclean tclsignaldistclean
tclzipfsdistclean:
@echo ""
@@ -171,12 +151,6 @@ tclsignaldistclean :
$(MAKE) -C tclsignal distclean
rm -f tclsignal/tclsignalConfig.sh
-openssldistclean :
- @echo ""
- @echo "*** $@ ***"
- $(MAKE) -C openssl clean
- rm -f openssl/Makefile
-
#--------------------------distribution
.PHONY : dist