46
42
$(RANLIB) $(LIB) || echo Never mind.
50
asm/rm86-elf.s: asm/rmd-586.pl ../perlasm/x86asm.pl
51
(cd asm; $(PERL) rmd-586.pl elf $(CFLAGS) > rm86-elf.s)
46
rm86-elf.s: asm/rmd-586.pl ../perlasm/x86asm.pl
47
(cd asm; $(PERL) rmd-586.pl elf $(CFLAGS) > ../$@)
49
rm86-cof.s: asm/rmd-586.pl ../perlasm/x86asm.pl
50
(cd asm; $(PERL) rmd-586.pl coff $(CFLAGS) > ../$@)
54
asm/rm86-out.o: asm/rm86unix.cpp
55
$(CPP) -DOUT asm/rm86unix.cpp | as -o asm/rm86-out.o
58
asm/rm86bsdi.o: asm/rm86unix.cpp
59
$(CPP) -DBSDI asm/rm86unix.cpp | sed 's/ :/:/' | as -o asm/rm86bsdi.o
61
asm/rm86unix.cpp: asm/rmd-586.pl ../perlasm/x86asm.pl
62
(cd asm; $(PERL) rmd-586.pl cpp >rm86unix.cpp)
52
rm86-out.s: asm/rmd-586.pl ../perlasm/x86asm.pl
53
(cd asm; $(PERL) rmd-586.pl a.out $(CFLAGS) > ../$@)
65
56
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
70
61
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
73
@for i in $(EXHEADER) ; \
64
@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
65
@headerlist="$(EXHEADER)"; for i in $$headerlist ; \
75
67
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
76
68
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
92
85
mv -f Makefile.new $(MAKEFILE)
95
rm -f asm/rm86unix.cpp asm/*-elf.* *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
88
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
97
90
# DO NOT DELETE THIS LINE -- make depend depends on it.
99
rmd_dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
100
rmd_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
101
rmd_dgst.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
102
rmd_dgst.o: ../../include/openssl/opensslconf.h
92
rmd_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
103
93
rmd_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ripemd.h
104
rmd_dgst.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
105
rmd_dgst.o: ../../include/openssl/symhacks.h ../md32_common.h rmd_dgst.c
106
rmd_dgst.o: rmd_locl.h rmdconst.h
94
rmd_dgst.o: ../md32_common.h rmd_dgst.c rmd_locl.h rmdconst.h
107
95
rmd_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
108
96
rmd_one.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
109
rmd_one.o: ../../include/openssl/ripemd.h ../../include/openssl/safestack.h
110
rmd_one.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
97
rmd_one.o: ../../include/openssl/ossl_typ.h ../../include/openssl/ripemd.h
98
rmd_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
99
rmd_one.o: ../../include/openssl/symhacks.h rmd_one.c