Work with -pedantic!
[openssl.git] / crypto / dsa / Makefile.ssl
1 #
2 # SSLeay/crypto/dsa/Makefile
3 #
4
5 DIR=    dsa
6 TOP=    ../..
7 CC=     cc
8 INCLUDES= -I.. -I../../include
9 CFLAG=-g
10 INSTALLTOP=/usr/local/ssl
11 MAKE=           make -f Makefile.ssl
12 MAKEDEPEND=     $(TOP)/util/domd $(TOP)
13 MAKEFILE=       Makefile.ssl
14 AR=             ar r
15
16 CFLAGS= $(INCLUDES) $(CFLAG)
17
18 ERR=dsa
19 ERRC=dsa_err
20 GENERAL=Makefile
21 TEST=dsatest.c
22 APPS=
23
24 LIB=$(TOP)/libcrypto.a
25 LIBSRC= dsa_gen.c dsa_key.c dsa_lib.c dsa_asn1.c dsa_vrf.c dsa_sign.c $(ERRC).c
26 LIBOBJ= dsa_gen.o dsa_key.o dsa_lib.o dsa_asn1.o dsa_vrf.o dsa_sign.o $(ERRC).o
27
28 SRC= $(LIBSRC)
29
30 EXHEADER= dsa.h
31 HEADER= $(EXHEADER)
32
33 ALL=    $(GENERAL) $(SRC) $(HEADER)
34
35 top:
36         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
37
38 all:    lib
39
40 lib:    $(LIBOBJ)
41         $(AR) $(LIB) $(LIBOBJ)
42         $(RANLIB) $(LIB)
43         @touch lib
44
45 files:
46         $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
47
48 links:
49         @$(TOP)/util/point.sh Makefile.ssl Makefile
50         @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
51         @$(TOP)/util/mklink.sh ../../test $(TEST)
52         @$(TOP)/util/mklink.sh ../../apps $(APPS)
53
54 install:
55         @for i in $(EXHEADER) ; \
56         do  \
57         (cp $$i $(INSTALLTOP)/include/$$i; \
58         chmod 644 $(INSTALLTOP)/include/$$i ); \
59         done;
60
61 tags:
62         ctags $(SRC)
63
64 tests:
65
66 lint:
67         lint -DLINT $(INCLUDES) $(SRC)>fluff
68
69 depend:
70         $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
71
72 dclean:
73         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
74         mv -f Makefile.new $(MAKEFILE)
75
76 clean:
77         rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
78
79 errors: $(ERRC).c
80
81 $(ERRC).c: $(ERR).err
82         $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
83         $(PERL) ../err/err_genc.pl -s $(ERR).h $(ERRC).c
84
85 # DO NOT DELETE THIS LINE -- make depend depends on it.
86
87 dsa_asn1.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
88 dsa_asn1.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
89 dsa_asn1.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
90 dsa_asn1.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
91 dsa_asn1.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
92 dsa_asn1.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
93 dsa_asn1.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
94 dsa_asn1.o: ../../include/ripemd.h ../../include/rsa.h
95 dsa_asn1.o: ../../include/safestack.h ../../include/sha.h ../../include/stack.h
96 dsa_asn1.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
97 dsa_asn1.o: ../crypto.h ../opensslconf.h ../opensslv.h dsa.h
98 dsa_err.o: ../../include/bn.h ../../include/err.h ../opensslconf.h dsa.h
99 dsa_gen.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
100 dsa_gen.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
101 dsa_gen.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
102 dsa_gen.o: ../opensslconf.h ../opensslv.h dsa.h
103 dsa_key.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
104 dsa_key.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
105 dsa_key.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
106 dsa_key.o: ../opensslconf.h ../opensslv.h dsa.h
107 dsa_lib.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h
108 dsa_lib.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
109 dsa_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslconf.h
110 dsa_lib.o: ../opensslv.h dsa.h
111 dsa_sign.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h
112 dsa_sign.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
113 dsa_sign.o: ../../include/rand.h ../../include/stack.h ../cryptlib.h
114 dsa_sign.o: ../crypto.h ../opensslconf.h ../opensslv.h dsa.h
115 dsa_vrf.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
116 dsa_vrf.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
117 dsa_vrf.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
118 dsa_vrf.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
119 dsa_vrf.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
120 dsa_vrf.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
121 dsa_vrf.o: ../../include/rand.h ../../include/rc2.h ../../include/rc4.h
122 dsa_vrf.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
123 dsa_vrf.o: ../../include/safestack.h ../../include/sha.h ../../include/stack.h
124 dsa_vrf.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
125 dsa_vrf.o: ../crypto.h ../opensslconf.h ../opensslv.h dsa.h