X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=rsaref%2FMakefile.ssl;h=165b2b8036f5597a515d41bd34028c7070d3405f;hb=a5ec86d16cbe78cf54ac8c9f95d6136765855e15;hp=73922520beb88d7bd343db4c992d775fa545173d;hpb=6e6acfd4b92b089661096617de0230c07254c7fa;p=openssl.git diff --git a/rsaref/Makefile.ssl b/rsaref/Makefile.ssl index 73922520be..165b2b8036 100644 --- a/rsaref/Makefile.ssl +++ b/rsaref/Makefile.ssl @@ -7,6 +7,8 @@ TOP= .. CC= cc INCLUDES= -I../crypto -I../include CFLAG=-g +INSTALL_PREFIX= +OPENSSLDIR= /usr/local/ssl INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl MAKEDEPEND= $(TOP)/util/domd $(TOP) @@ -15,7 +17,7 @@ AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) -GENERAL=Makefile +GENERAL=Makefile rsaref-lib.com install.com TEST= APPS= @@ -45,16 +47,22 @@ files: links: @$(TOP)/util/point.sh Makefile.ssl Makefile - @$(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) - @$(TOP)/util/mklink.pl ../test $(TEST) - @$(TOP)/util/mklink.pl ../apps $(APPS) + @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) + @$(PERL) $(TOP)/util/mklink.pl ../test $(TEST) + @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) install: + -@if [ "x`echo x $(EX_LIBS) | grep RSAglue`" != x ]; then \ + echo "installing libRSAglue.a"; \ + cp $(LIB) $(INSTALL_PREFIX)$(INSTALLTOP)/lib/libRSAglue.a; \ + $(RANLIB) $(INSTALL_PREFIX)$(INSTALLTOP)/lib/libRSAglue.a; \ + chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/libRSAglue.a; \ + fi # @for i in $(EXHEADER) ; \ # do \ -# (cp $$i $(INSTALLTOP)/include/openssl/$$i; \ -# chmod 644 $(INSTALLTOP)/include/openssl/$$i ); \ +# (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ +# chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ # done; tags: @@ -83,7 +91,8 @@ rsar_err.o: ../include/openssl/opensslv.h ../include/openssl/rsa.h rsar_err.o: ../include/openssl/rsaref.h ../include/openssl/stack.h rsaref.o: ../crypto/cryptlib.h ../include/openssl/bio.h ../include/openssl/bn.h rsaref.o: ../include/openssl/buffer.h ../include/openssl/crypto.h -rsaref.o: ../include/openssl/e_os.h ../include/openssl/err.h -rsaref.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h -rsaref.o: ../include/openssl/rand.h ../include/openssl/rsa.h -rsaref.o: ../include/openssl/rsaref.h ../include/openssl/stack.h +rsaref.o: ../include/openssl/e_os.h ../include/openssl/e_os2.h +rsaref.o: ../include/openssl/err.h ../include/openssl/opensslconf.h +rsaref.o: ../include/openssl/opensslv.h ../include/openssl/rand.h +rsaref.o: ../include/openssl/rsa.h ../include/openssl/rsaref.h +rsaref.o: ../include/openssl/stack.h