2 # crypto/whrlpool/Makefile
16 CFLAGS
= $(INCLUDES
) $(CFLAG
)
17 ASFLAGS
= $(INCLUDES
) $(ASFLAG
)
24 LIB
=$(TOP
)/libcrypto.a
25 LIBSRC
=wp_dgst.c wp_block.c
26 LIBOBJ
=wp_dgst.o
$(WP_ASM_OBJ
)
31 HEADER
= wp_locl.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 wp-mmx.s
: asm
/wp-mmx.pl ..
/perlasm
/x86asm.pl
46 $(PERL
) asm
/wp-mmx.pl
$(PERLASM_SCHEME
) $(CFLAGS
) $(PROCESSOR
) > $@
48 wp-x86_64.s
: asm
/wp-x86_64.pl
49 $(PERL
) asm
/wp-x86_64.pl
$(PERLASM_SCHEME
) > $@
54 $(PERL
) $(TOP
)/util
/files.pl Makefile
>> $(TOP
)/MINFO
57 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/include/openssl
$(EXHEADER
)
58 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/test $(TEST
)
59 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/apps
$(APPS
)
62 @
[ -n
"$(INSTALLTOP)" ] # should be set by top Makefile...
63 @headerlist
="$(EXHEADER)"; for i in
$$headerlist ; \
65 (cp
$$i $(INSTALL_PREFIX
)$(INSTALLTOP
)/include/openssl
/$$i; \
66 chmod
644 $(INSTALL_PREFIX
)$(INSTALLTOP
)/include/openssl
/$$i ); \
75 lint
-DLINT
$(INCLUDES
) $(SRC
)>fluff
78 @
[ -n
"$(MAKEDEPEND)" ] # should be set by upper Makefile...
79 $(MAKEDEPEND
) -- $(CFLAG
) $(INCLUDES
) $(DEPFLAG
) -- $(PROGS
) $(LIBSRC
)
82 $(PERL
) -pe
'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE
) >Makefile.new
83 mv
-f Makefile.new
$(MAKEFILE
)
86 rm -f
*.s
*.o
*.obj lib
tags core .pure .nfs
* *.old
*.bak fluff
88 # DO NOT DELETE THIS LINE -- make depend depends on it.
90 wp_block.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/opensslconf.h
91 wp_block.o
: ..
/..
/include/openssl
/whrlpool.h wp_block.c wp_locl.h
92 wp_dgst.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
93 wp_dgst.o
: ..
/..
/include/openssl
/opensslconf.h ..
/..
/include/openssl
/opensslv.h
94 wp_dgst.o
: ..
/..
/include/openssl
/ossl_typ.h ..
/..
/include/openssl
/safestack.h
95 wp_dgst.o
: ..
/..
/include/openssl
/stack.h ..
/..
/include/openssl
/symhacks.h
96 wp_dgst.o
: ..
/..
/include/openssl
/whrlpool.h wp_dgst.c wp_locl.h