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