Restore SSL_OP_MSIE_SSLV2_RSA_PADDING
[openssl.git] / crypto / pem / Makefile
1 #
2 # OpenSSL/crypto/pem/Makefile
3 #
4
5 DIR=    pem
6 TOP=    ../..
7 CC=     cc
8 INCLUDES= -I.. -I$(TOP) -I../../include
9 CFLAG=-g
10 MAKEFILE=       Makefile
11 AR=             ar r
12
13 CFLAGS= $(INCLUDES) $(CFLAG)
14
15 GENERAL=Makefile
16 TEST=
17 APPS=
18
19 LIB=$(TOP)/libcrypto.a
20 LIBSRC= pem_sign.c pem_seal.c pem_info.c pem_lib.c pem_all.c pem_err.c \
21         pem_x509.c pem_xaux.c pem_oth.c pem_pk8.c pem_pkey.c pvkfmt.c
22
23 LIBOBJ= pem_sign.o pem_seal.o pem_info.o pem_lib.o pem_all.o pem_err.o \
24         pem_x509.o pem_xaux.o pem_oth.o pem_pk8.o pem_pkey.o pvkfmt.o
25
26 SRC= $(LIBSRC)
27
28 EXHEADER= pem.h pem2.h
29 HEADER= $(EXHEADER)
30
31 ALL=    $(GENERAL) $(SRC) $(HEADER)
32
33 top:
34         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
35
36 all:    lib
37
38 lib:    $(LIBOBJ)
39         $(AR) $(LIB) $(LIBOBJ)
40         $(RANLIB) $(LIB) || echo Never mind.
41         @touch lib
42
43 files:
44         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
45
46 links: $(EXHEADER)
47         @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
48         @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
49         @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
50
51 install:
52         @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
53         @headerlist="$(EXHEADER)"; for i in $$headerlist ; \
54         do  \
55         (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
56         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
57         done;
58
59 tags:
60         ctags $(SRC)
61
62 tests:
63
64 lint:
65         lint -DLINT $(INCLUDES) $(SRC)>fluff
66
67 depend:
68         @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
69         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
70
71 dclean:
72         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
73         mv -f Makefile.new $(MAKEFILE)
74
75 clean:
76         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
77
78 # DO NOT DELETE THIS LINE -- make depend depends on it.
79
80 pem_all.o: ../../e_os.h ../../include/openssl/asn1.h
81 pem_all.o: ../../include/openssl/bio.h ../../include/openssl/err.h
82 pem_all.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
83 pem_all.o: ../../include/openssl/objects.h ../../include/openssl/pem.h
84 pem_all.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
85 pem_all.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
86 pem_all.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
87 pem_all.o: ../cryptlib.h pem_all.c
88 pem_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
89 pem_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
90 pem_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
91 pem_err.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
92 pem_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
93 pem_err.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
94 pem_err.o: ../../include/openssl/x509_vfy.h pem_err.c
95 pem_info.o: ../../e_os.h ../../include/openssl/asn1.h
96 pem_info.o: ../../include/openssl/bio.h ../../include/openssl/err.h
97 pem_info.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
98 pem_info.o: ../../include/openssl/objects.h ../../include/openssl/pem.h
99 pem_info.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
100 pem_info.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
101 pem_info.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
102 pem_info.o: ../cryptlib.h pem_info.c
103 pem_lib.o: ../../e_os.h ../../include/openssl/asn1.h
104 pem_lib.o: ../../include/openssl/bio.h ../../include/openssl/engine.h
105 pem_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
106 pem_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
107 pem_lib.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
108 pem_lib.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h
109 pem_lib.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
110 pem_lib.o: ../../include/openssl/stack.h ../../include/openssl/ui.h
111 pem_lib.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h
112 pem_lib.o: ../../include/openssl/x509_vfy.h ../asn1/asn1_locl.h ../cryptlib.h
113 pem_lib.o: pem_lib.c
114 pem_oth.o: ../../e_os.h ../../include/openssl/asn1.h
115 pem_oth.o: ../../include/openssl/bio.h ../../include/openssl/err.h
116 pem_oth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
117 pem_oth.o: ../../include/openssl/objects.h ../../include/openssl/pem.h
118 pem_oth.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
119 pem_oth.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
120 pem_oth.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
121 pem_oth.o: ../../include/openssl/x509_vfy.h ../cryptlib.h pem_oth.c
122 pem_pk8.o: ../../e_os.h ../../include/openssl/asn1.h
123 pem_pk8.o: ../../include/openssl/bio.h ../../include/openssl/err.h
124 pem_pk8.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
125 pem_pk8.o: ../../include/openssl/objects.h ../../include/openssl/pem.h
126 pem_pk8.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs12.h
127 pem_pk8.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
128 pem_pk8.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
129 pem_pk8.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
130 pem_pk8.o: ../cryptlib.h pem_pk8.c
131 pem_pkey.o: ../../e_os.h ../../include/openssl/asn1.h
132 pem_pkey.o: ../../include/openssl/bio.h ../../include/openssl/engine.h
133 pem_pkey.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
134 pem_pkey.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
135 pem_pkey.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
136 pem_pkey.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h
137 pem_pkey.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
138 pem_pkey.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
139 pem_pkey.o: ../../include/openssl/x509_vfy.h ../asn1/asn1_locl.h ../cryptlib.h
140 pem_pkey.o: pem_pkey.c
141 pem_seal.o: ../../e_os.h ../../include/openssl/asn1.h
142 pem_seal.o: ../../include/openssl/bio.h ../../include/openssl/err.h
143 pem_seal.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
144 pem_seal.o: ../../include/openssl/objects.h ../../include/openssl/pem.h
145 pem_seal.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
146 pem_seal.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
147 pem_seal.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
148 pem_seal.o: ../../include/openssl/x509_vfy.h ../cryptlib.h pem_seal.c
149 pem_sign.o: ../../e_os.h ../../include/openssl/asn1.h
150 pem_sign.o: ../../include/openssl/bio.h ../../include/openssl/err.h
151 pem_sign.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
152 pem_sign.o: ../../include/openssl/objects.h ../../include/openssl/pem.h
153 pem_sign.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
154 pem_sign.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
155 pem_sign.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
156 pem_sign.o: ../../include/openssl/x509_vfy.h ../cryptlib.h pem_sign.c
157 pem_x509.o: ../../e_os.h ../../include/openssl/asn1.h
158 pem_x509.o: ../../include/openssl/bio.h ../../include/openssl/err.h
159 pem_x509.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
160 pem_x509.o: ../../include/openssl/objects.h ../../include/openssl/pem.h
161 pem_x509.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
162 pem_x509.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
163 pem_x509.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
164 pem_x509.o: ../cryptlib.h pem_x509.c
165 pem_xaux.o: ../../e_os.h ../../include/openssl/asn1.h
166 pem_xaux.o: ../../include/openssl/bio.h ../../include/openssl/err.h
167 pem_xaux.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
168 pem_xaux.o: ../../include/openssl/objects.h ../../include/openssl/pem.h
169 pem_xaux.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
170 pem_xaux.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
171 pem_xaux.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
172 pem_xaux.o: ../cryptlib.h pem_xaux.c
173 pvkfmt.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
174 pvkfmt.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
175 pvkfmt.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
176 pvkfmt.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
177 pvkfmt.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
178 pvkfmt.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
179 pvkfmt.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
180 pvkfmt.o: ../cryptlib.h pvkfmt.c