X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Flhash%2FMakefile.ssl;h=779d254207abff36c0f99d5a7b9e6bf8b2203f17;hp=e74303d52867eb17acca95e772a32ec0816d3187;hb=ec577822f95a8bca0023c5c77cef1a4916822d4a;hpb=bb8f3c58794868c65b9ac45f11c27d3a104e279e diff --git a/crypto/lhash/Makefile.ssl b/crypto/lhash/Makefile.ssl index e74303d528..779d254207 100644 --- a/crypto/lhash/Makefile.ssl +++ b/crypto/lhash/Makefile.ssl @@ -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: @@ -77,3 +77,8 @@ clean: errors: # DO NOT DELETE THIS LINE -- make depend depends on it. + +lh_stats.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h +lh_stats.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h +lh_stats.o: ../opensslv.h lhash.h +lhash.o: ../../include/stack.h ../crypto.h ../opensslv.h lhash.h