d8af86e92a224d0120d37b89e4a7c13b0ec23302
[openssl.git] / Makefile.org
1 ##
2 ## Makefile for OpenSSL
3 ##
4
5 VERSION = 0.9.2b
6 PLATFORM=dist
7
8 # NOCONST - Define for C compilers that don't like the const key word.
9 # NOPROTO - Define in if your compiler does not support prototypes.
10 # RSAref  - Define if we are to link with RSAref.
11 # NO_IDEA - Define to build without the IDEA algorithm
12 # NO_RC4  - Define to build without the RC4 algorithm
13 # NO_RC2  - Define to build without the RC2 algorithm
14 # THREADS - Define when building with threads, you will probably also need any
15 #           system defines as well, i.e. _REENTERANT for Solaris 2.[34]
16 # TERMIO  - Define the termio terminal subsystem, needed if sgtty is missing.
17 # TERMIOS - Define the termios terminal subsystem, Silicon Graphics.
18 # LONGCRYPT - Define to use HPUX 10.x's long password modification to crypt(3).
19 # DEVRANDOM - Give this the value of the 'random device' if your OS supports
20 #           one.  32 bytes will be read from this when the random
21 #           number generator is initalised.
22 # SSL_ALLOW_ADH - define if you want the server to be able to use the
23 #           SSLv3 anon-DH ciphers.
24 # SSL_ALLOW_ENULL - define if you want the server to be able to use the
25 #           NULL encryption ciphers.
26 #
27 # LOCK_DEBUG - turns on lots of lock debug output :-)
28 # REF_CHECK - turn on some xyz_free() assertions.
29 # REF_PRINT - prints some stuff on structure free.
30 # CRYPTO_MDEBUG - turns on my 'memory leak' detecting stuff
31 # MFUNC - Make all Malloc/Free/Realloc calls call
32 #       CRYPTO_malloc/CRYPTO_free/CRYPTO_realloc which can be setup to
33 #       call application defined callbacks via CRYPTO_set_mem_functions()
34 # MD5_ASM needs to be defined to use the x86 assembler for MD5
35 # SHA1_ASM needs to be defined to use the x86 assembler for SHA1
36 # RMD160_ASM needs to be defined to use the x86 assembler for RIPEMD160
37 # Do not define B_ENDIAN or L_ENDIAN if 'unsigned long' == 8.  It must
38 # equal 4.
39 # PKCS1_CHECK - pkcs1 tests.
40
41 CC= gcc
42 #CFLAG= -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -Wuninitialized -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
43 CFLAG= -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
44 PEX_LIBS= -L. -L.. -L../.. -L../../..
45 EX_LIBS= 
46 AR=ar r
47
48 # Set BN_ASM to bn_asm.o if you want to use the C version
49 BN_ASM= bn_asm.o
50 #BN_ASM= bn_asm.o
51 #BN_ASM= asm/bn86-elf.o # elf, linux-elf
52 #BN_ASM= asm/bn86-sol.o # solaris
53 #BN_ASM= asm/bn86-out.o # a.out, FreeBSD
54 #BN_ASM= asm/bn86bsdi.o # bsdi
55 #BN_ASM= asm/alpha.o    # DEC Alpha
56 #BN_ASM= asm/pa-risc2.o # HP-UX PA-RISC
57 #BN_ASM= asm/r3000.o    # SGI MIPS cpu
58 #BN_ASM= asm/sparc.o    # Sun solaris/SunOS
59 #BN_ASM= asm/bn-win32.o # Windows 95/NT
60 #BN_ASM= asm/x86w16.o   # 16 bit code for Windows 3.1/DOS
61 #BN_ASM= asm/x86w32.o   # 32 bit code for Windows 3.1
62
63 # Set DES_ENC to des_enc.o if you want to use the C version
64 #There are 4 x86 assember options.
65 DES_ENC= asm/dx86-out.o asm/yx86-out.o
66 #DES_ENC= des_enc.o fcrypt_b.o          # C
67 #DES_ENC= asm/dx86-elf.o asm/yx86-elf.o # elf
68 #DES_ENC= asm/dx86-sol.o asm/yx86-sol.o # solaris
69 #DES_ENC= asm/dx86-out.o asm/yx86-out.o # a.out, FreeBSD
70 #DES_ENC= asm/dx86bsdi.o asm/yx86bsdi.o # bsdi
71
72 # Set BF_ENC to bf_enc.o if you want to use the C version
73 #There are 4 x86 assember options.
74 BF_ENC= asm/bx86-out.o
75 #BF_ENC= bf_enc.o
76 #BF_ENC= asm/bx86-elf.o # elf
77 #BF_ENC= asm/bx86-sol.o # solaris
78 #BF_ENC= asm/bx86-out.o # a.out, FreeBSD
79 #BF_ENC= asm/bx86bsdi.o # bsdi
80
81 # Set CAST_ENC to c_enc.o if you want to use the C version
82 #There are 4 x86 assember options.
83 CAST_ENC= asm/cx86-out.o
84 #CAST_ENC= c_enc.o
85 #CAST_ENC= asm/cx86-elf.o # elf
86 #CAST_ENC= asm/cx86-sol.o # solaris
87 #CAST_ENC= asm/cx86-out.o # a.out, FreeBSD
88 #CAST_ENC= asm/cx86bsdi.o # bsdi
89
90 # Set RC4_ENC to rc4_enc.o if you want to use the C version
91 #There are 4 x86 assember options.
92 RC4_ENC= asm/rx86-out.o
93 #RC4_ENC= rc4_enc.o
94 #RC4_ENC= asm/rx86-elf.o # elf
95 #RC4_ENC= asm/rx86-sol.o # solaris
96 #RC4_ENC= asm/rx86-out.o # a.out, FreeBSD
97 #RC4_ENC= asm/rx86bsdi.o # bsdi
98
99 # Set RC5_ENC to rc5_enc.o if you want to use the C version
100 #There are 4 x86 assember options.
101 RC5_ENC= asm/r586-out.o
102 #RC5_ENC= rc5_enc.o
103 #RC5_ENC= asm/r586-elf.o # elf
104 #RC5_ENC= asm/r586-sol.o # solaris
105 #RC5_ENC= asm/r586-out.o # a.out, FreeBSD
106 #RC5_ENC= asm/r586bsdi.o # bsdi
107
108 # Also need MD5_ASM defined
109 MD5_ASM_OBJ= asm/mx86-out.o
110 #MD5_ASM_OBJ= asm/mx86-elf.o        # elf
111 #MD5_ASM_OBJ= asm/mx86-sol.o        # solaris
112 #MD5_ASM_OBJ= asm/mx86-out.o        # a.out, FreeBSD
113 #MD5_ASM_OBJ= asm/mx86bsdi.o        # bsdi
114
115 # Also need SHA1_ASM defined
116 SHA1_ASM_OBJ= asm/sx86-out.o
117 #SHA1_ASM_OBJ= asm/sx86-elf.o       # elf
118 #SHA1_ASM_OBJ= asm/sx86-sol.o       # solaris
119 #SHA1_ASM_OBJ= asm/sx86-out.o       # a.out, FreeBSD
120 #SHA1_ASM_OBJ= asm/sx86bsdi.o       # bsdi
121
122 # Also need RMD160_ASM defined
123 RMD160_ASM_OBJ= asm/rm86-out.o
124 #RMD160_ASM_OBJ= asm/rm86-elf.o       # elf
125 #RMD160_ASM_OBJ= asm/rm86-sol.o       # solaris
126 #RMD160_ASM_OBJ= asm/rm86-out.o       # a.out, FreeBSD
127 #RMD160_ASM_OBJ= asm/rm86bsdi.o       # bsdi
128
129 DIRS=   crypto ssl rsaref apps test tools
130 # dirs in crypto to build
131 SDIRS=  \
132         md2 md5 sha mdc2 hmac ripemd \
133         des rc2 rc4 rc5 idea bf cast \
134         bn rsa dsa dh \
135         buffer bio stack lhash rand err objects \
136         evp asn1 pem x509 x509v3 conf txt_db pkcs7 comp
137
138 # Do not edit this manually. Use util/ssldir.pl do change this!
139 INSTALLTOP=/usr/local/ssl
140
141 MAKEFILE= Makefile.ssl
142 MAKE=     make -f Makefile.ssl
143
144 MAN1=1
145 MAN3=3
146 SHELL=/bin/sh
147
148 TOP=    .
149 ONEDIRS=out tmp
150 EDIRS=  times doc bugs util include certs ms shlib mt demos perl sf dep
151 WDIRS=  windows
152 LIBS=   libcrypto.a libssl.a 
153
154 GENERAL=        Makefile
155 BASENAME=       openssl
156 NAME=           $(BASENAME)-$(VERSION)
157 TARFILE=        $(NAME).tar
158 WTARFILE=       $(NAME)-win.tar
159 EXHEADER=       e_os.h
160 HEADER=         e_os.h
161
162 all: Makefile.ssl
163         @for i in $(DIRS) ;\
164         do \
165         (cd $$i && echo "making all in $$i..." && \
166         $(MAKE) CC='${CC}' PLATFORM='${PLATFORM}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' SDIRS='${SDIRS}' AR='${AR}' all ) || exit 1; \
167         done;
168
169 sub_all:
170         @for i in $(DIRS) ;\
171         do \
172         (cd $$i && echo "making all in $$i..." && \
173         $(MAKE) CC='${CC}' PLATFORM='${PLATFORM}' CFLAG='${CFLAG}' SDIRS='$(SDIRS)' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' AR='${AR}' all ) || exit 1; \
174         done;
175
176 Makefile.ssl: Makefile.org
177         @echo "Makefile.ssl is older than Makefile.org."
178         @echo "Reconfigure the source tree (via 'perl Configure' or 'sh config')"
179         @echo "and update the error lists (via 'make errors'), please."
180         @false
181
182 libclean:
183         rm -f *.a */lib */*/lib
184
185 clean:
186         rm -f shlib/*.o *.o core a.out fluff *.map
187         @for i in $(DIRS) ;\
188         do \
189         (cd $$i && echo "making clean in $$i..." && \
190         $(MAKE) SDIRS='${SDIRS}' clean ) || exit 1; \
191         rm -f $(LIBS); \
192         done;
193         rm -f *.a *.o speed.* *.map *.so .pure core
194         rm -f $(TARFILE)
195         @for i in $(ONEDIRS) ;\
196         do \
197         rm -fr $$i/*; \
198         done
199
200 makefile.one: files
201         perl util/mk1mf.pl >makefile.one; \
202         sh util/do_ms.sh
203
204 files:  MINFO
205         perl $(TOP)/util/files.pl Makefile.ssl > $(TOP)/MINFO
206         @for i in $(DIRS) ;\
207         do \
208         (cd $$i && echo "making 'files' in $$i..." && \
209         $(MAKE) SDIRS='${SDIRS}' files ) || exit 1; \
210         done;
211
212 links:
213         @$(TOP)/util/point.sh Makefile.ssl Makefile
214         @$(TOP)/util/mklink.sh include $(EXHEADER)
215         @for i in $(DIRS); do \
216         (cd $$i && echo "making links in $$i..." && \
217         $(MAKE) CC='${CC}' PLATFORM='${PLATFORM}' CFLAG='${CFLAG}' SDIRS='$(SDIRS)' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' AR='${AR}' links ) || exit 1; \
218         done;
219         @(OPENSSL="`pwd`/apps/openssl"; export OPENSSL; sh tools/c_rehash certs)
220
221 dclean:
222         rm -f *.bak
223         @for i in $(DIRS) ;\
224         do \
225         (cd $$i && echo "making dclean in $$i..." && \
226         $(MAKE) SDIRS='${SDIRS}' dclean ) || exit 1; \
227         done;
228
229 rehash:
230         @(OPENSSL="`pwd`/apps/openssl"; export OPENSSL; sh tools/c_rehash certs)
231
232 test:   tests
233
234 tests:
235         @(cd test && echo "testing..." && \
236         $(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SDIRS='${SDIRS}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' AR='${AR}' tests );
237         @apps/openssl version -a
238
239 depend:
240         @for i in $(DIRS) ;\
241         do \
242         (cd $$i && echo "making dependancies $$i..." && \
243         $(MAKE) SDIRS='${SDIRS}' depend ) || exit 1; \
244         done;
245
246 lint:
247         @for i in $(DIRS) ;\
248         do \
249         (cd $$i && echo "making lint $$i..." && \
250         $(MAKE) SDIRS='${SDIRS}' lint ) || exit 1; \
251         done;
252
253 tags:
254         @for i in $(DIRS) ;\
255         do \
256         (cd $$i && echo "making tags $$i..." && \
257         $(MAKE) SDIRS='${SDIRS}' tags ) || exit 1; \
258         done;
259
260 errors:
261         @for i in $(DIRS) ;\
262         do \
263         (cd $$i && echo "making errors in $$i..." && \
264         $(MAKE) SDIRS='${SDIRS}' errors ) || exit 1; \
265         done;
266
267 tar:
268         @gtar --no-recursion -cvf - \
269                 `find * -depth -print | grep -v CVS | grep -v .cvsignore | grep -v STATUS | sort` |\
270         tardy --user_number=0  --user_name=openssl \
271               --group_number=0 --group_name=openssl \
272               --prefix=openssl-$(VERSION) - |\
273         gzip --best >../$(TARFILE).gz; \
274         ls -l ../$(TARFILE).gz
275
276 dist:   
277         perl Configure dist
278         @$(MAKE) dist_pem_h
279         @$(MAKE) SDIRS='${SDIRS}' clean
280         @$(MAKE) tar
281
282 dist_pem_h:
283         (cd crypto/pem; $(MAKE) SDIRS='${SDIRS}' CFLAG='${CFLAG}' pem.h; $(MAKE) clean)
284
285 install: all
286         @-mkdir -p $(INSTALLTOP)/bin 2>/dev/null
287         @-mkdir -p $(INSTALLTOP)/lib 2>/dev/null
288         @-mkdir -p $(INSTALLTOP)/include 2>/dev/null
289         @-mkdir -p $(INSTALLTOP)/certs 2>/dev/null
290         @-mkdir -p $(INSTALLTOP)/private 2>/dev/null
291         @for i in $(DIRS) ;\
292         do \
293         (cd $$i; echo "installing $$i..."; \
294         $(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' EX_LIBS='${EX_LIBS}' SDIRS='${SDIRS}' install ); \
295         done
296         @for i in $(LIBS) ;\
297         do \
298         (       echo installing $$i; \
299                 cp $$i $(INSTALLTOP)/lib; \
300                 sh util/ranlib.sh $(INSTALLTOP)/lib/$$i; \
301                 chmod 644 $(INSTALLTOP)/lib/$$i ); \
302         done
303
304 # DO NOT DELETE THIS LINE -- make depend depends on it.