Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / err / Makefile.ssl
index 6fcc07c121906de1f9d91f938169b89433778981..de867c9b602afc6e11fb325e6e5bf58d1aea2ec4 100644 (file)
@@ -37,23 +37,23 @@ all:        lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       sh $(TOP)/util/ranlib.sh $(LIB)
+       $(RANLIB) $(LIB)
        @touch lib
 
 files:
-       perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
+       $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
 
 links:
        @$(TOP)/util/point.sh Makefile.ssl Makefile
-       @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
+       @$(TOP)/util/mklink.sh ../../include/openssl $(EXHEADER)
        @$(TOP)/util/mklink.sh ../../test $(TEST)
        @$(TOP)/util/mklink.sh ../../apps $(APPS)
 
 install:
        @for i in $(EXHEADER) ; \
        do  \
-       (cp $$i $(INSTALLTOP)/include/$$i; \
-       chmod 644 $(INSTALLTOP)/include/$$i ); \
+       (cp $$i $(INSTALLTOP)/include/openssl/$$i; \
+       chmod 644 $(INSTALLTOP)/include/openssl/$$i ); \
        done;
 
 tags:
@@ -68,7 +68,7 @@ depend:
        $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
 
 dclean:
-       perl -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
+       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
        mv -f Makefile.new $(MAKEFILE)
 
 clean:
@@ -87,11 +87,12 @@ err_all.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
 err_all.o: ../../include/dsa.h ../../include/evp.h ../../include/idea.h
 err_all.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
 err_all.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem2.h
-err_all.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
-err_all.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
-err_all.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
-err_all.o: ../../include/x509_vfy.h ../../include/x509v3.h ../crypto.h
-err_all.o: ../opensslv.h err.h
+err_all.o: ../../include/pkcs12.h ../../include/pkcs7.h ../../include/rc2.h
+err_all.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+err_all.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
+err_all.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+err_all.o: ../../include/x509v3.h ../crypto.h ../opensslconf.h ../opensslv.h
+err_all.o: err.h
 err_prn.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
 err_prn.o: ../../include/lhash.h ../../include/stack.h ../cryptlib.h
 err_prn.o: ../crypto.h ../opensslv.h err.h