]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/hmac/Makefile.ssl
Support INSTALL_PREFIX for packagers.
[thirdparty/openssl.git] / crypto / hmac / Makefile.ssl
CommitLineData
58964a49
RE
1#
2# SSLeay/crypto/md/Makefile
3#
4
5DIR= hmac
6TOP= ../..
7CC= cc
8INCLUDES=
9CFLAG=-g
e5f3045f
BM
10INSTALL_PREFIX=
11OPENSSLDIR= /usr/local/ssl
58964a49
RE
12INSTALLTOP=/usr/local/ssl
13MAKE= make -f Makefile.ssl
8039257d 14MAKEDEPEND= $(TOP)/util/domd $(TOP)
58964a49
RE
15MAKEFILE= Makefile.ssl
16AR= ar r
17
18CFLAGS= $(INCLUDES) $(CFLAG)
19
20GENERAL=Makefile
21TEST=hmactest.c
22APPS=
23
24LIB=$(TOP)/libcrypto.a
25LIBSRC=hmac.c
26LIBOBJ=hmac.o
27
28SRC= $(LIBSRC)
29
30EXHEADER= hmac.h
31HEADER= $(EXHEADER)
32
33ALL= $(GENERAL) $(SRC) $(HEADER)
34
35top:
36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
37
38all: lib
39
40lib: $(LIBOBJ)
41 $(AR) $(LIB) $(LIBOBJ)
99aab161 42 $(RANLIB) $(LIB)
58964a49
RE
43 @touch lib
44
45files:
99aab161 46 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
58964a49
RE
47
48links:
bb8f3c58 49 @$(TOP)/util/point.sh Makefile.ssl Makefile
1314c344
BM
50 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
51 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
52 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
58964a49
RE
53
54install:
55 @for i in $(EXHEADER) ; \
56 do \
e5f3045f
BM
57 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
58 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
58964a49
RE
59 done;
60
61tags:
62 ctags $(SRC)
63
64tests:
65
66lint:
67 lint -DLINT $(INCLUDES) $(SRC)>fluff
68
69depend:
f5d7a031 70 $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
58964a49
RE
71
72dclean:
99aab161 73 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
58964a49
RE
74 mv -f Makefile.new $(MAKEFILE)
75
76clean:
bb8f3c58 77 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
58964a49 78
58964a49 79# DO NOT DELETE THIS LINE -- make depend depends on it.
6242bb9c 80
bf57da07
BM
81hmac.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
82hmac.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
83hmac.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h
84hmac.o: ../../include/openssl/des.h ../../include/openssl/dh.h
85hmac.o: ../../include/openssl/dsa.h ../../include/openssl/evp.h
86hmac.o: ../../include/openssl/hmac.h ../../include/openssl/idea.h
87hmac.o: ../../include/openssl/md2.h ../../include/openssl/md5.h
88hmac.o: ../../include/openssl/mdc2.h ../../include/openssl/objects.h
89hmac.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
90hmac.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
91hmac.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
92hmac.o: ../../include/openssl/rsa.h ../../include/openssl/sha.h
93hmac.o: ../../include/openssl/stack.h