Is it already possible to have one OpenSSL source tree but
multiple object directories for different platforms like
the '--shadow' option of Apache?
With SSLeay 0.9.0b e.g. I use the following inside the Makefiles:
OS = $(shell uname -s)

OBJDIR = obj.$(OS)
OBJS= $(OBJDIR)/test1.o $(OBJDIR)/test2.o

This is a different approach which seems to work only with gmake.
So the Apache approach (shadow tree + generic Makefile which calls
the real Makefile) is the better one.

-- 
Ciao ... Heiko Nardmann (Dipl.-Ing.), Software Development
secunet (www.secunet.de), Security Networks GmbH - Sicherheit in
Netzwerken
Weidenauer Str. 223-225, D-57076 Siegen
Tel. : +49 271 48950-13, Fax  : +49 271 48950-50
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to