1415ebdfd118bc5daad403e76cd935c34889aebf
[openssl.git] / crypto / hmac / Makefile
1 #
2 # OpenSSL/crypto/md/Makefile
3 #
4
5 DIR=    hmac
6 TOP=    ../..
7 CC=     cc
8 INCLUDES=
9 CFLAG=-g
10 MAKEFILE=       Makefile
11 AR=             ar r
12
13 CFLAGS= $(INCLUDES) $(CFLAG)
14
15 GENERAL=Makefile
16
17 LIB=$(TOP)/libcrypto.a
18 LIBSRC=hmac.c hm_ameth.c hm_pmeth.c
19 LIBOBJ=hmac.o hm_ameth.o hm_pmeth.o
20
21 SRC= $(LIBSRC)
22
23 HEADER= 
24
25 ALL=    $(GENERAL) $(SRC) $(HEADER)
26
27 top:
28         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
29
30 all:    lib
31
32 lib:    $(LIBOBJ)
33         $(AR) $(LIB) $(LIBOBJ)
34         $(RANLIB) $(LIB) || echo Never mind.
35         @touch lib
36
37 files:
38         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
39
40 tags:
41         ctags $(SRC)
42
43 tests:
44
45 lint:
46         lint -DLINT $(INCLUDES) $(SRC)>fluff
47
48 depend:
49         @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
50         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
51
52 dclean:
53         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
54         mv -f Makefile.new $(MAKEFILE)
55
56 clean:
57         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
58
59 # DO NOT DELETE THIS LINE -- make depend depends on it.
60
61 hm_ameth.o: ../../e_os.h ../../include/openssl/asn1.h
62 hm_ameth.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
63 hm_ameth.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
64 hm_ameth.o: ../../include/openssl/err.h ../../include/openssl/evp.h
65 hm_ameth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
66 hm_ameth.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
67 hm_ameth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
68 hm_ameth.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
69 hm_ameth.o: ../../include/openssl/symhacks.h ../include/internal/asn1_int.h
70 hm_ameth.o: ../include/internal/cryptlib.h hm_ameth.c
71 hm_pmeth.o: ../../e_os.h ../../include/openssl/asn1.h
72 hm_pmeth.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
73 hm_pmeth.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
74 hm_pmeth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
75 hm_pmeth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
76 hm_pmeth.o: ../../include/openssl/err.h ../../include/openssl/evp.h
77 hm_pmeth.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h
78 hm_pmeth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
79 hm_pmeth.o: ../../include/openssl/opensslconf.h
80 hm_pmeth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
81 hm_pmeth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
82 hm_pmeth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
83 hm_pmeth.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
84 hm_pmeth.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
85 hm_pmeth.o: ../include/internal/cryptlib.h ../include/internal/evp_int.h
86 hm_pmeth.o: hm_pmeth.c
87 hmac.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
88 hmac.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
89 hmac.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
90 hmac.o: ../../include/openssl/evp.h ../../include/openssl/hmac.h
91 hmac.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
92 hmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
93 hmac.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
94 hmac.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
95 hmac.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h hmac.c