2 # OpenSSL/crypto/ripemd/Makefile
16 CFLAGS
= $(INCLUDES
) $(CFLAG
)
17 ASFLAGS
= $(INCLUDES
) $(ASFLAG
)
24 LIB
=$(TOP
)/libcrypto.a
25 LIBSRC
=rmd_dgst.c rmd_one.c
26 LIBOBJ
=rmd_dgst.o rmd_one.o
$(RMD160_ASM_OBJ
)
31 HEADER
= rmd_locl.h rmdconst.h
$(EXHEADER
)
33 ALL
= $(GENERAL
) $(SRC
) $(HEADER
)
36 (cd ..
/..
; $(MAKE
) DIRS
=crypto SDIRS
=$(DIR
) sub_all
)
41 $(AR
) $(LIB
) $(LIBOBJ
)
42 $(RANLIB
) $(LIB
) || echo Never mind.
45 rmd-586.s
: asm
/rmd-586.pl ..
/perlasm
/x86asm.pl
46 $(PERL
) asm
/rmd-586.pl
$(PERLASM_SCHEME
) $(CFLAGS
) > $@
49 $(PERL
) $(TOP
)/util
/files.pl Makefile
>> $(TOP
)/MINFO
52 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/include/openssl
$(EXHEADER
)
53 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/test $(TEST
)
54 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/apps
$(APPS
)
57 @
[ -n
"$(INSTALLTOP)" ] # should be set by top Makefile...
58 @headerlist
="$(EXHEADER)"; for i in
$$headerlist ; \
60 (cp
$$i $(INSTALL_PREFIX
)$(INSTALLTOP
)/include/openssl
/$$i; \
61 chmod
644 $(INSTALL_PREFIX
)$(INSTALLTOP
)/include/openssl
/$$i ); \
70 lint
-DLINT
$(INCLUDES
) $(SRC
)>fluff
73 @
[ -n
"$(MAKEDEPEND)" ] # should be set by upper Makefile...
74 $(MAKEDEPEND
) -- $(CFLAG
) $(INCLUDES
) $(DEPFLAG
) -- $(PROGS
) $(LIBSRC
)
77 $(PERL
) -pe
'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE
) >Makefile.new
78 mv
-f Makefile.new
$(MAKEFILE
)
81 rm -f
*.s
*.o
*.obj lib
tags core .pure .nfs
* *.old
*.bak fluff
83 # DO NOT DELETE THIS LINE -- make depend depends on it.
85 rmd_dgst.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
86 rmd_dgst.o
: ..
/..
/include/openssl
/opensslconf.h
87 rmd_dgst.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
88 rmd_dgst.o
: ..
/..
/include/openssl
/ripemd.h ..
/..
/include/openssl
/safestack.h
89 rmd_dgst.o
: ..
/..
/include/openssl
/stack.h ..
/..
/include/openssl
/symhacks.h
90 rmd_dgst.o
: ..
/md32_common.h rmd_dgst.c rmd_locl.h rmdconst.h
91 rmd_one.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
92 rmd_one.o
: ..
/..
/include/openssl
/opensslconf.h ..
/..
/include/openssl
/opensslv.h
93 rmd_one.o
: ..
/..
/include/openssl
/ossl_typ.h ..
/..
/include/openssl
/ripemd.h
94 rmd_one.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
95 rmd_one.o
: ..
/..
/include/openssl
/symhacks.h rmd_one.c