New Makefile variables $(RANLIB) and $(PERL).
[openssl.git] / crypto / pem / Makefile.ssl
index fc04a88fd924b0b31867d4de6db88f23d69ce40a..60da66aa8a5e9f8f2b7b5e06843964704cb9c9a9 100644 (file)
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
 CFLAG=-g
 INSTALLTOP=/usr/local/ssl
 MAKE=          make -f Makefile.ssl
-MAKEDEPEND=    makedepend -f Makefile.ssl
+MAKEDEPEND=    $(TOP)/util/domd $(TOP)
 MAKEFILE=      Makefile.ssl
 AR=            ar r
 
@@ -30,7 +30,7 @@ LIBOBJ=       pem_sign.o pem_seal.o pem_info.o pem_lib.o pem_all.o $(ERRC).o
 
 SRC= $(LIBSRC)
 
-EXHEADER= pem.h
+EXHEADER= pem.h pem2.h
 HEADER=        $(EXHEADER)
 
 ALL=    $(GENERAL) $(SRC) $(HEADER)
@@ -40,7 +40,7 @@ top:
 
 all:   pem.h lib
 
-pem.h: $(CTX_SIZE)
+pem.h: $(CTX_SIZE) pem.org
        ./$(CTX_SIZE) <pem.org >pem.new
        if [ -f pem.h ]; then mv -f pem.h pem.old; fi
        mv -f pem.new pem.h
@@ -50,18 +50,17 @@ $(CTX_SIZE): $(CTX_SIZE).o
 
 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:
-       /bin/rm -f Makefile
-       $(TOP)/util/point.sh Makefile.ssl Makefile ;
-       $(TOP)/util/mklink.sh ../../include $(EXHEADER)
-       $(TOP)/util/mklink.sh ../../test $(TEST)
-       $(TOP)/util/mklink.sh ../../apps $(APPS)
+links: $(EXHEADER)
+       @$(TOP)/util/point.sh Makefile.ssl Makefile
+       @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
+       @$(TOP)/util/mklink.sh ../../test $(TEST)
+       @$(TOP)/util/mklink.sh ../../apps $(APPS)
 
 install:
        @for i in $(EXHEADER) ; \
@@ -82,15 +81,91 @@ depend:
        $(MAKEDEPEND) $(INCLUDES) $(CTX_SIZE).c $(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:
-       /bin/rm -f $(CTX_SIZE) *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+       rm -f $(CTX_SIZE) *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
-errors:
-       perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).org # SPECIAL CASE .org
-       perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
-       perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
+errors: $(ERRC).c
+
+$(ERRC).c: $(ERR).err
+       $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).org # SPECIAL CASE .org
+       $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
+       $(PERL) ../err/err_genc.pl -s $(ERR).h $(ERRC).c
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
+
+ctx_size.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+ctx_size.o: ../../include/bn.h ../../include/cast.h ../../include/crypto.h
+ctx_size.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+ctx_size.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+ctx_size.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+ctx_size.o: ../../include/opensslv.h ../../include/rc2.h ../../include/rc4.h
+ctx_size.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+ctx_size.o: ../../include/sha.h ../../include/stack.h
+pem_all.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+pem_all.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+pem_all.o: ../../include/crypto.h ../../include/des.h ../../include/dh.h
+pem_all.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+pem_all.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+pem_all.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+pem_all.o: ../../include/opensslv.h ../../include/pkcs7.h ../../include/rc2.h
+pem_all.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+pem_all.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+pem_all.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h pem.h
+pem_all.o: pem2.h
+pem_err.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+pem_err.o: ../../include/bn.h ../../include/cast.h ../../include/crypto.h
+pem_err.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+pem_err.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+pem_err.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+pem_err.o: ../../include/objects.h ../../include/opensslv.h
+pem_err.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+pem_err.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+pem_err.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+pem_err.o: ../../include/x509_vfy.h pem.h pem2.h
+pem_info.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+pem_info.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+pem_info.o: ../../include/crypto.h ../../include/des.h ../../include/dh.h
+pem_info.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+pem_info.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+pem_info.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+pem_info.o: ../../include/opensslv.h ../../include/pkcs7.h ../../include/rc2.h
+pem_info.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+pem_info.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+pem_info.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h pem.h
+pem_info.o: pem2.h
+pem_lib.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+pem_lib.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+pem_lib.o: ../../include/crypto.h ../../include/des.h ../../include/dh.h
+pem_lib.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+pem_lib.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+pem_lib.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+pem_lib.o: ../../include/opensslv.h ../../include/pkcs7.h ../../include/rand.h
+pem_lib.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+pem_lib.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+pem_lib.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+pem_lib.o: ../cryptlib.h pem.h pem2.h
+pem_seal.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+pem_seal.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+pem_seal.o: ../../include/crypto.h ../../include/des.h ../../include/dh.h
+pem_seal.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+pem_seal.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+pem_seal.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+pem_seal.o: ../../include/opensslv.h ../../include/pkcs7.h ../../include/rand.h
+pem_seal.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+pem_seal.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+pem_seal.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+pem_seal.o: ../cryptlib.h pem.h pem2.h
+pem_sign.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+pem_sign.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+pem_sign.o: ../../include/crypto.h ../../include/des.h ../../include/dh.h
+pem_sign.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+pem_sign.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+pem_sign.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+pem_sign.o: ../../include/opensslv.h ../../include/pkcs7.h ../../include/rand.h
+pem_sign.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+pem_sign.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+pem_sign.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+pem_sign.o: ../cryptlib.h pem.h pem2.h