]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/bio/Makefile.ssl
Change #include filenames from <foo.h> to <openssl.h>.
[thirdparty/openssl.git] / crypto / bio / Makefile.ssl
CommitLineData
d02b48c6
RE
1#
2# SSLeay/crypto/bio/Makefile
3#
4
5DIR= bio
6TOP= ../..
7CC= cc
8INCLUDES= -I.. -I../../include
9CFLAG=-g
10INSTALLTOP=/usr/local/ssl
11MAKE= make -f Makefile.ssl
8039257d 12MAKEDEPEND= $(TOP)/util/domd $(TOP)
d02b48c6
RE
13MAKEFILE= Makefile.ssl
14AR= ar r
15
16CFLAGS= $(INCLUDES) $(CFLAG)
17
18ERR=bio
19ERRC=bio_err
20GENERAL=Makefile
21TEST=
22APPS=
23
24LIB=$(TOP)/libcrypto.a
25LIBSRC= bio_lib.c bio_cb.c $(ERRC).c \
26 bss_mem.c bss_null.c bss_fd.c \
27 bss_file.c bss_sock.c bss_conn.c \
28 bf_null.c bf_buff.c b_print.c b_dump.c \
0849d138 29 b_sock.c bss_acpt.c bf_nbio.c bss_log.c
d02b48c6
RE
30LIBOBJ= bio_lib.o bio_cb.o $(ERRC).o \
31 bss_mem.o bss_null.o bss_fd.o \
32 bss_file.o bss_sock.o bss_conn.o \
33 bf_null.o bf_buff.o b_print.o b_dump.o \
0849d138 34 b_sock.o bss_acpt.o bf_nbio.o bss_log.o
d02b48c6
RE
35
36SRC= $(LIBSRC)
37
8d697db1 38EXHEADER= bio.h
9e7bd9b5 39HEADER= bss_file.c $(EXHEADER)
d02b48c6
RE
40
41ALL= $(GENERAL) $(SRC) $(HEADER)
42
43top:
44 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
45
46all: lib
47
48lib: $(LIBOBJ)
49 $(AR) $(LIB) $(LIBOBJ)
99aab161 50 $(RANLIB) $(LIB)
d02b48c6
RE
51 @touch lib
52
53files:
99aab161 54 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
d02b48c6
RE
55
56links:
bb8f3c58 57 @$(TOP)/util/point.sh Makefile.ssl Makefile
ec577822 58 @$(TOP)/util/mklink.sh ../../include/openssl $(EXHEADER)
bb8f3c58
RE
59 @$(TOP)/util/mklink.sh ../../test $(TEST)
60 @$(TOP)/util/mklink.sh ../../apps $(APPS)
d02b48c6
RE
61
62install:
8d697db1 63 @for i in $(EXHEADER); \
d02b48c6 64 do \
ec577822
BM
65 (cp $$i $(INSTALLTOP)/include/openssl/$$i; \
66 chmod 644 $(INSTALLTOP)/include/openssl/$$i ); \
d02b48c6
RE
67 done;
68
69tags:
70 ctags $(SRC)
71
72tests:
73
74lint:
75 lint -DLINT $(INCLUDES) $(SRC)>fluff
76
77depend:
78 $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
79
80dclean:
99aab161 81 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
d02b48c6
RE
82 mv -f Makefile.new $(MAKEFILE)
83
84clean:
bb8f3c58 85 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
d02b48c6 86
6c8abdd7
DSH
87errors: $(ERRC).c
88
89$(ERRC).c: $(ERR).err
99aab161
UM
90 $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
91 $(PERL) ../err/err_genc.pl -s $(ERR).h $(ERRC).c
d02b48c6
RE
92
93# DO NOT DELETE THIS LINE -- make depend depends on it.
6242bb9c
BL
94
95b_dump.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
b4cadc6e 96b_dump.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h bio.h
6242bb9c 97b_print.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
b4cadc6e 98b_print.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h bio.h
6242bb9c 99b_sock.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
b4cadc6e 100b_sock.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h bio.h
6242bb9c
BL
101bf_buff.o: ../../include/asn1.h ../../include/blowfish.h ../../include/bn.h
102bf_buff.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
103bf_buff.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
104bf_buff.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
105bf_buff.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
106bf_buff.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
107bf_buff.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
108bf_buff.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
61f5b6f3 109bf_buff.o: ../opensslconf.h ../opensslv.h bio.h
6242bb9c
BL
110bf_nbio.o: ../../include/asn1.h ../../include/blowfish.h ../../include/bn.h
111bf_nbio.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
112bf_nbio.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
113bf_nbio.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
114bf_nbio.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
115bf_nbio.o: ../../include/objects.h ../../include/rand.h ../../include/rc2.h
116bf_nbio.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
117bf_nbio.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
61f5b6f3 118bf_nbio.o: ../cryptlib.h ../crypto.h ../opensslconf.h ../opensslv.h bio.h
6242bb9c
BL
119bf_null.o: ../../include/asn1.h ../../include/blowfish.h ../../include/bn.h
120bf_null.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
121bf_null.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
122bf_null.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
123bf_null.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
124bf_null.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
125bf_null.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
126bf_null.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
61f5b6f3 127bf_null.o: ../opensslconf.h ../opensslv.h bio.h
6242bb9c 128bio_cb.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
b4cadc6e
BL
129bio_cb.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h bio.h
130bio_err.o: ../../include/err.h ../../include/stack.h ../crypto.h ../opensslv.h
131bio_err.o: bio.h
6242bb9c 132bio_lib.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
b4cadc6e 133bio_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h bio.h
6242bb9c 134bss_acpt.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
b4cadc6e 135bss_acpt.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h bio.h
6242bb9c 136bss_conn.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
b4cadc6e 137bss_conn.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h bio.h
6242bb9c 138bss_fd.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
b4cadc6e
BL
139bss_fd.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h bio.h
140bss_fd.o: bss_sock.c
6242bb9c 141bss_file.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
b4cadc6e 142bss_file.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h bio.h
6242bb9c 143bss_log.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
b4cadc6e 144bss_log.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h bio.h
6242bb9c 145bss_mem.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
b4cadc6e 146bss_mem.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h bio.h
6242bb9c 147bss_null.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
b4cadc6e 148bss_null.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h bio.h
6242bb9c 149bss_sock.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
b4cadc6e 150bss_sock.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h bio.h