2 # OpenSSL/crypto/md4/Makefile
14 CFLAGS
= $(INCLUDES
) $(CFLAG
)
20 LIB
=$(TOP
)/libcrypto.a
21 LIBSRC
=md4_dgst.c md4_one.c
22 LIBOBJ
=md4_dgst.o md4_one.o
27 HEADER
= md4_locl.h
$(EXHEADER
)
29 ALL
= $(GENERAL
) $(SRC
) $(HEADER
)
32 (cd ..
/..
; $(MAKE
) DIRS
=crypto SDIRS
=$(DIR
) sub_all
)
37 $(AR
) $(LIB
) $(LIBOBJ
)
38 $(RANLIB
) $(LIB
) || echo Never mind.
42 $(PERL
) $(TOP
)/util
/files.pl Makefile
>> $(TOP
)/MINFO
45 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/include/openssl
$(EXHEADER
)
46 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/test $(TEST
)
47 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/apps
$(APPS
)
50 @
[ -n
"$(INSTALLTOP)" ] # should be set by top Makefile...
51 @headerlist
="$(EXHEADER)"; for i in
$$headerlist ; \
53 (cp
$$i $(INSTALL_PREFIX
)$(INSTALLTOP
)/include/openssl
/$$i; \
54 chmod
644 $(INSTALL_PREFIX
)$(INSTALLTOP
)/include/openssl
/$$i ); \
63 lint
-DLINT
$(INCLUDES
) $(SRC
)>fluff
66 @
[ -n
"$(MAKEDEPEND)" ] # should be set by upper Makefile...
67 $(MAKEDEPEND
) -- $(CFLAG
) $(INCLUDES
) $(DEPFLAG
) -- $(PROGS
) $(LIBSRC
)
70 $(PERL
) -pe
'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE
) >Makefile.new
71 mv
-f Makefile.new
$(MAKEFILE
)
72 rm -f ..
/..
/include/openssl
/$(EXHEADER
) ..
/..
/test/$(TEST
) ..
/..
/apps
/$(APPS
)
75 rm -f asm
/mx86unix.
cpp *.o asm
/*.o
*.obj lib
tags core .pure .nfs
* *.old
*.bak fluff
77 # DO NOT DELETE THIS LINE -- make depend depends on it.
79 md4_dgst.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
80 md4_dgst.o
: ..
/..
/include/openssl
/md4.h ..
/..
/include/openssl
/opensslconf.h
81 md4_dgst.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
82 md4_dgst.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
83 md4_dgst.o
: ..
/..
/include/openssl
/symhacks.h ..
/md32_common.h md4_dgst.c
84 md4_dgst.o
: md4_locl.h
85 md4_one.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
86 md4_one.o
: ..
/..
/include/openssl
/md4.h ..
/..
/include/openssl
/opensslconf.h
87 md4_one.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
88 md4_one.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
89 md4_one.o
: ..
/..
/include/openssl
/symhacks.h md4_one.c