blob: 0c1a1738b75d80bd35bb1c55714f64f4c90f84bb [file] [log] [blame]
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001#
2# SSLeay/crypto/rsa/Makefile
3#
4
5DIR= rsa
6TOP= ../..
7CC= cc
8INCLUDES= -I.. -I../../include
9CFLAG=-g
10INSTALLTOP=/usr/local/ssl
11MAKE= make -f Makefile.ssl
Ben Laurie80392571999-01-19 21:36:31 +000012MAKEDEPEND= $(TOP)/util/domd $(TOP)
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +000013MAKEFILE= Makefile.ssl
14AR= ar r
15
16CFLAGS= $(INCLUDES) $(CFLAG)
17
18ERR=rsa
19ERRC=rsa_err
20GENERAL=Makefile
21TEST=
22APPS=
23
24LIB=$(TOP)/libcrypto.a
Ralf S. Engelschall58964a41998-12-21 10:56:39 +000025LIBSRC= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c $(ERRC).c \
26 rsa_pk1.c rsa_ssl.c rsa_none.c
27LIBOBJ= rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o $(ERRC).o \
28 rsa_pk1.o rsa_ssl.o rsa_none.o
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +000029
30SRC= $(LIBSRC)
31
32EXHEADER= rsa.h
33HEADER= $(EXHEADER)
34
35ALL= $(GENERAL) $(SRC) $(HEADER)
36
37top:
38 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
39
40all: lib
41
42lib: $(LIBOBJ)
43 $(AR) $(LIB) $(LIBOBJ)
44 sh $(TOP)/util/ranlib.sh $(LIB)
45 @touch lib
46
47files:
48 perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
49
50links:
51 /bin/rm -f Makefile
52 $(TOP)/util/point.sh Makefile.ssl Makefile ;
53 $(TOP)/util/mklink.sh ../../include $(EXHEADER)
54 $(TOP)/util/mklink.sh ../../test $(TEST)
55 $(TOP)/util/mklink.sh ../../apps $(APPS)
56
57install:
58 @for i in $(EXHEADER) ; \
59 do \
60 (cp $$i $(INSTALLTOP)/include/$$i; \
61 chmod 644 $(INSTALLTOP)/include/$$i ); \
62 done;
63
64tags:
65 ctags $(SRC)
66
67tests:
68
69lint:
70 lint -DLINT $(INCLUDES) $(SRC)>fluff
71
72depend:
73 $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
74
75dclean:
76 perl -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
77 mv -f Makefile.new $(MAKEFILE)
78
79clean:
80 /bin/rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
81
Dr. Stephen Henson6c8abdd1999-01-18 22:18:38 +000082errors: $(ERRC).c
83
84$(ERRC).c: $(ERR).err
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +000085 perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
Ralf S. Engelschall58964a41998-12-21 10:56:39 +000086 perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +000087
88# DO NOT DELETE THIS LINE -- make depend depends on it.
Ben Laurie80392571999-01-19 21:36:31 +000089
90rsa_eay.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
91rsa_eay.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
92rsa_eay.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
93rsa_err.o: ../../include/bn.h ../../include/err.h ../../include/stack.h
94rsa_err.o: ../crypto.h rsa.h ../../include/bio.h ../../include/bn.h
95rsa_gen.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
96rsa_gen.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
97rsa_lib.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
98rsa_lib.o: ../../include/e_os.h ../../include/err.h ../../include/lhash.h
99rsa_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
100rsa_none.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
101rsa_none.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
102rsa_none.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
103rsa_pk1.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
104rsa_pk1.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
105rsa_pk1.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
106rsa_saos.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
107rsa_saos.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
108rsa_saos.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
109rsa_saos.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
110rsa_saos.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
111rsa_saos.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
112rsa_saos.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
113rsa_saos.o: ../../include/ripemd.h ../../include/sha.h ../../include/stack.h
114rsa_saos.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
115rsa_saos.o: ../crypto.h rsa.h ../../include/asn1.h ../../include/bio.h
116rsa_sign.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
117rsa_sign.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
118rsa_sign.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
119rsa_sign.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
120rsa_sign.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
121rsa_sign.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
122rsa_sign.o: ../../include/rc5.h ../../include/ripemd.h ../../include/sha.h
123rsa_sign.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
124rsa_sign.o: ../cryptlib.h ../crypto.h rsa.h ../../include/bio.h
125rsa_ssl.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h
126rsa_ssl.o: ../../include/err.h ../../include/rand.h ../../include/stack.h
127rsa_ssl.o: ../cryptlib.h ../crypto.h rsa.h