]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/buffer/Makefile.ssl
Use sh explicitely to run point.sh
[thirdparty/openssl.git] / crypto / buffer / Makefile.ssl
CommitLineData
d02b48c6
RE
1#
2# SSLeay/crypto/buffer/Makefile
3#
4
5DIR= buffer
6TOP= ../..
7CC= cc
41d2a336 8INCLUDES= -I.. -I$(TOP) -I../../include
d02b48c6 9CFLAG=-g
e5f3045f
BM
10INSTALL_PREFIX=
11OPENSSLDIR= /usr/local/ssl
d02b48c6
RE
12INSTALLTOP=/usr/local/ssl
13MAKE= make -f Makefile.ssl
cf1b7d96
RL
14MAKEDEPPROG= makedepend
15MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
d02b48c6
RE
16MAKEFILE= Makefile.ssl
17AR= ar r
18
19CFLAGS= $(INCLUDES) $(CFLAG)
20
d02b48c6
RE
21GENERAL=Makefile
22TEST=
23APPS=
24
25LIB=$(TOP)/libcrypto.a
73934800
DSH
26LIBSRC= buffer.c buf_err.c
27LIBOBJ= buffer.o buf_err.o
d02b48c6
RE
28
29SRC= $(LIBSRC)
30
31EXHEADER= buffer.h
32HEADER= $(EXHEADER)
33
34ALL= $(GENERAL) $(SRC) $(HEADER)
35
36top:
37 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
38
39all: lib
40
41lib: $(LIBOBJ)
42 $(AR) $(LIB) $(LIBOBJ)
4e20b1a6 43 $(RANLIB) $(LIB) || echo Never mind.
d02b48c6
RE
44 @touch lib
45
46files:
99aab161 47 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
d02b48c6
RE
48
49links:
79b42e76 50 @sh $(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:
001ab3ab 71 $(MAKEDEPEND) -- $(CFLAG) $(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
1c4f90a0 82buf_err.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
cf1b7d96
RL
83buf_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
84buf_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
85buf_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
1c4f90a0 86buf_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
710e5d56 87buf_err.o: ../../include/openssl/symhacks.h buf_err.c
41d2a336
RL
88buffer.o: ../../e_os.h ../../include/openssl/bio.h
89buffer.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 90buffer.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
1c4f90a0
GT
91buffer.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
92buffer.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
62ab514e 93buffer.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
710e5d56 94buffer.o: ../cryptlib.h buffer.c