8 CFLAGS
= -g
-I..
/..
/..
/include $(PIC
) -DENGINE_DYNAMIC_SUPPORT
16 @echo
'Please choose a system to build on:'
18 @echo
'tru64: Tru64 Unix, Digital Unix, Digital OSF/1'
19 @echo
'solaris: Solaris'
21 @echo
'hpux32: 32-bit HP/UX'
22 @echo
'hpux64: 64-bit HP/UX'
24 @echo
'gnu: Generic GNU-based system (gcc and GNU ld)'
28 install: FORCE.
install
30 make
-f unix
/makefile CFLAGS
='-I. -DPROTOTYPES=1 -O -c' RSAREFLIB
=librsaref.a librsaref.a
34 perl ..
/..
/..
/util
/mkerr.pl
-conf rsaref.ec \
35 -nostatic
-staticloader
-write rsaref.c
37 darwin
: install $(SHLIB
).darwin
38 cygwin
: install $(SHLIB
).cygwin
39 gnu
: install $(SHLIB
).gnu
40 alpha-osf1
: install $(SHLIB
).alpha-osf1
41 tru64
: install $(SHLIB
).tru64
42 solaris
: install $(SHLIB
).solaris
43 irix
: install $(SHLIB
).irix
44 hpux32
: install $(SHLIB
).hpux32
45 hpux64
: install $(SHLIB
).hpux64
46 aix
: install $(SHLIB
).aix
47 reliantunix
: install $(SHLIB
).reliantunix
54 ld -r
-o
$(LIBNAME
).o
$$ALLSYMSFLAGS $(LIB
) install/librsaref.a
&& \
55 (nm
-Pg
$(LIBNAME
).o | grep
' [BDT] ' | cut
-f1
-d
' ' > $(LIBNAME
).exp
; \
56 $$SHAREDCMD $$SHAREDFLAGS -o
$(SHLIB
) $(LIBNAME
).o
-L ..
/..
/..
-lcrypto
-lc
)
58 $(SHLIB
).darwin
: $(LIB
) install/librsaref.a
59 ALLSYMSFLAGS
='-all_load' \
60 SHAREDFLAGS
='-dynamiclib -install_name $(SHLIB)' \
64 $(SHLIB
).cygwin
: $(LIB
) install/librsaref.a
65 ALLSYMSFLAGS
='--whole-archive' \
66 SHAREDFLAGS
='-shared -Wl,-Bsymbolic -Wl,--out-implib,$(LIBNAME).dll.a' \
70 $(SHLIB
).gnu
: $(LIB
) install/librsaref.a
71 ALLSYMSFLAGS
='--whole-archive' \
72 SHAREDFLAGS
='-shared -Wl,-soname=$(SHLIB)' \
76 $(SHLIB
).tru64
: $(LIB
) install/librsaref.a
78 SHAREDFLAGS
='-shared' \
82 $(SHLIB
).solaris
: $(LIB
) install/librsaref.a
83 ALLSYMSFLAGS
='-z allextract' \
84 SHAREDFLAGS
='-G -h $(SHLIB)' \
87 touch
$(SHLIB
).solaris
88 $(SHLIB
).irix
: $(LIB
) install/librsaref.a
90 SHAREDFLAGS
='-shared -Wl,-soname,$(SHLIB)' \
94 $(SHLIB
).hpux32
: $(LIB
) install/librsaref.a
96 SHAREDFLAGS
='+vnocompatwarnings -b -z +s +h $(SHLIB)' \
97 SHAREDCMD
='/usr/ccs/bin/ld'; \
100 $(SHLIB
).hpux64
: $(LIB
) install/librsaref.a
101 ALLSYMSFLAGS
='+forceload' \
102 SHAREDFLAGS
='-b -z +h $(SHLIB)' \
103 SHAREDCMD
='/usr/ccs/bin/ld'; \
105 touch
$(SHLIB
).hpux64
106 $(SHLIB
).aix
: $(LIB
) install/librsaref.a
107 ALLSYMSFLAGS
='-bnogc' \
108 SHAREDFLAGS
='-G -bE:$(LIBNAME).exp -bM:SRE' \
114 sed
-e
'/^# DO NOT DELETE.*/,$$d' < Makefile
> Makefile.tmp
115 echo
'# DO NOT DELETE THIS LINE -- make depend depends on it.' >> Makefile.tmp
116 gcc
-M
$(CFLAGS
) $(SRC
) >> Makefile.tmp
117 perl ..
/..
/..
/util
/clean-depend.pl
< Makefile.tmp
> Makefile.new
118 rm -f Makefile.tmp Makefile
119 mv Makefile.new Makefile
121 # DO NOT DELETE THIS LINE -- make depend depends on it.
123 rsaref.o
: ..
/..
/..
/include/openssl
/asn1.h ..
/..
/..
/include/openssl
/bio.h
124 rsaref.o
: ..
/..
/..
/include/openssl
/bn.h ..
/..
/..
/include/openssl
/crypto.h
125 rsaref.o
: ..
/..
/..
/include/openssl
/dh.h ..
/..
/..
/include/openssl
/dsa.h
126 rsaref.o
: ..
/..
/..
/include/openssl
/e_os2.h ..
/..
/..
/include/openssl
/engine.h
127 rsaref.o
: ..
/..
/..
/include/openssl
/err.h ..
/..
/..
/include/openssl
/lhash.h
128 rsaref.o
: ..
/..
/..
/include/openssl
/opensslconf.h
129 rsaref.o
: ..
/..
/..
/include/openssl
/opensslv.h
130 rsaref.o
: ..
/..
/..
/include/openssl
/ossl_typ.h ..
/..
/..
/include/openssl
/rand.h
131 rsaref.o
: ..
/..
/..
/include/openssl
/rsa.h ..
/..
/..
/include/openssl
/safestack.h
132 rsaref.o
: ..
/..
/..
/include/openssl
/stack.h ..
/..
/..
/include/openssl
/symhacks.h
133 rsaref.o
: ..
/..
/..
/include/openssl
/ui.h rsaref.c rsaref_err.c rsaref_err.h
134 rsaref.o
: source
/des.h source
/global.h source
/md2.h source
/md5.h source
/rsa.h
135 rsaref.o
: source
/rsaref.h