]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/err/Makefile.ssl
Use double dashes so makedepend doesn't misunderstand the flags we
[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
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
21GENERAL=Makefile
22TEST=
23APPS=
24
25LIB=$(TOP)/libcrypto.a
26LIBSRC=err.c err_all.c err_prn.c
27LIBOBJ=err.o err_all.o err_prn.o
28
29SRC= $(LIBSRC)
30
31EXHEADER= err.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:
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:
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
41d2a336
RL
82err.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/buffer.h
83err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
84err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
85err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
86err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
710e5d56 87err.o: ../../include/openssl/symhacks.h ../cryptlib.h err.c
5dbd3efc 88err_all.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
3aecef76
LJ
89err_all.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
90err_all.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
91err_all.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
92err_all.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
93err_all.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
94err_all.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
95err_all.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
74cc4903
BM
96err_all.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
97err_all.o: ../../include/openssl/engine.h ../../include/openssl/err.h
98err_all.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
99err_all.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
100err_all.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
101err_all.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
102err_all.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
103err_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
104err_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem2.h
105err_all.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h
106err_all.o: ../../include/openssl/rand.h ../../include/openssl/rc2.h
107err_all.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
108err_all.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
109err_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
110err_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
111err_all.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
112err_all.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
113err_all.o: ../../include/openssl/x509v3.h err_all.c
41d2a336
RL
114err_prn.o: ../../e_os.h ../../include/openssl/bio.h
115err_prn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
7e701817 116err_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
d6847aed 117err_prn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
dd9d233e 118err_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
62ab514e 119err_prn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
710e5d56 120err_prn.o: ../cryptlib.h err_prn.c