]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/err/Makefile.ssl
Merge the engine branch into the main trunk. All conflicts resolved.
[thirdparty/openssl.git] / crypto / err / Makefile.ssl
CommitLineData
d02b48c6
RE
1#
2# SSLeay/crypto/err/Makefile
3#
4
58964a49 5DIR= err
d02b48c6
RE
6TOP= ../..
7CC= cc
8INCLUDES= -I.. -I../../include
9CFLAG=-g
e5f3045f
BM
10INSTALL_PREFIX=
11OPENSSLDIR= /usr/local/ssl
d02b48c6
RE
12INSTALLTOP=/usr/local/ssl
13MAKE= make -f Makefile.ssl
8039257d 14MAKEDEPEND= $(TOP)/util/domd $(TOP)
d02b48c6
RE
15MAKEFILE= Makefile.ssl
16AR= ar r
17
18CFLAGS= $(INCLUDES) $(CFLAG)
19
20GENERAL=Makefile
21TEST=
22APPS=
23
24LIB=$(TOP)/libcrypto.a
25LIBSRC=err.c err_all.c err_prn.c
26LIBOBJ=err.o err_all.o err_prn.o
27
28SRC= $(LIBSRC)
29
30EXHEADER= err.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)
4e20a4e6
RL
42 @echo You may get an error following this line. Please ignore.
43 - $(RANLIB) $(LIB)
d02b48c6
RE
44 @touch lib
45
46files:
99aab161 47 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
d02b48c6
RE
48
49links:
bb8f3c58 50 @$(TOP)/util/point.sh Makefile.ssl Makefile
1314c344
BM
51 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
52 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
53 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
d02b48c6
RE
54
55install:
56 @for i in $(EXHEADER) ; \
57 do \
e5f3045f
BM
58 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
59 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
d02b48c6
RE
60 done;
61
62tags:
63 ctags $(SRC)
64
65tests:
66
67lint:
68 lint -DLINT $(INCLUDES) $(SRC)>fluff
69
70depend:
f5d7a031 71 $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
d02b48c6
RE
72
73dclean:
99aab161 74 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
d02b48c6
RE
75 mv -f Makefile.new $(MAKEFILE)
76
77clean:
bb8f3c58 78 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
d02b48c6 79
d02b48c6 80# DO NOT DELETE THIS LINE -- make depend depends on it.
6242bb9c 81
bf57da07 82err.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
7e701817
BM
83err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
84err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
d6847aed 85err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
dd9d233e 86err.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
62ab514e
RL
87err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
88err.o: ../cryptlib.h
bf57da07
BM
89err_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
90err_all.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
91err_all.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
92err_all.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
93err_all.o: ../../include/openssl/des.h ../../include/openssl/dh.h
9ec0126e 94err_all.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
7a807ad8 95err_all.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
5270e702
RL
96err_all.o: ../../include/openssl/engine.h ../../include/openssl/err.h
97err_all.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
98err_all.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
99err_all.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
100err_all.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
101err_all.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
102err_all.o: ../../include/openssl/opensslv.h ../../include/openssl/pem2.h
103err_all.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h
104err_all.o: ../../include/openssl/rand.h ../../include/openssl/rc2.h
105err_all.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
106err_all.o: ../../include/openssl/rijndael-alg-fst.h
3ab56511 107err_all.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h
3009458e
RL
108err_all.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
109err_all.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
62ab514e
RL
110err_all.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
111err_all.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
bf57da07 112err_prn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
7e701817
BM
113err_prn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
114err_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
d6847aed 115err_prn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
dd9d233e 116err_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
62ab514e
RL
117err_prn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
118err_prn.o: ../cryptlib.h