Make NO_RSA compile with pedantic.
[openssl.git] / rsaref / Makefile.ssl
index ca5c85548ca9bda4c3927d6c77eebb7a44a1b4e0..165b2b8036f5597a515d41bd34028c7070d3405f 100644 (file)
@@ -17,7 +17,7 @@ AR=           ar r
 
 CFLAGS= $(INCLUDES) $(CFLAG)
 
-GENERAL=Makefile
+GENERAL=Makefile rsaref-lib.com install.com
 TEST=
 APPS=
 
@@ -52,6 +52,12 @@ links:
        @$(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  \
@@ -85,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