]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/err/Makefile.ssl
Don't install e_os.h in include/openssl, use it only as a local
[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)
99aab161 42 $(RANLIB) $(LIB)
d02b48c6
RE
43 @touch lib
44
45files:
99aab161 46 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
d02b48c6
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)
d02b48c6
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 ); \
d02b48c6
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)
d02b48c6
RE
71
72dclean:
99aab161 73 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
d02b48c6
RE
74 mv -f Makefile.new $(MAKEFILE)
75
76clean:
bb8f3c58 77 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
d02b48c6 78
d02b48c6 79# DO NOT DELETE THIS LINE -- make depend depends on it.
6242bb9c 80
bf57da07 81err.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
17e3dd1c
BM
82err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
83err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
84err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
85err.o: ../../include/openssl/stack.h ../cryptlib.h ../e_os.h
bf57da07
BM
86err_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
87err_all.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
88err_all.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
89err_all.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
90err_all.o: ../../include/openssl/des.h ../../include/openssl/dh.h
127640b4 91err_all.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
2adca9cd
BL
92err_all.o: ../../include/openssl/err.h ../../include/openssl/evp.h
93err_all.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
94err_all.o: ../../include/openssl/md2.h ../../include/openssl/md5.h
95err_all.o: ../../include/openssl/mdc2.h ../../include/openssl/objects.h
96err_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
97err_all.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs12.h
98err_all.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
99err_all.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
100err_all.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
101err_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
102err_all.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
103err_all.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
bf57da07 104err_prn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
17e3dd1c
BM
105err_prn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
106err_prn.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
107err_prn.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
108err_prn.o: ../../include/openssl/stack.h ../cryptlib.h ../e_os.h