2 # SSLeay/crypto/dso/Makefile
8 INCLUDES= -I.. -I../../include
11 OPENSSLDIR= /usr/local/ssl
12 INSTALLTOP=/usr/local/ssl
13 MAKE= make -f Makefile.ssl
14 MAKEDEPEND= $(TOP)/util/domd $(TOP)
15 MAKEFILE= Makefile.ssl
18 CFLAGS= $(INCLUDES) $(CFLAG)
24 LIB=$(TOP)/libcrypto.a
25 LIBSRC= dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c \
26 dso_openssl.c dso_win32.c
27 LIBOBJ= dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_null.o \
28 dso_openssl.o dso_win32.o
35 ALL= $(GENERAL) $(SRC) $(HEADER)
38 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
43 $(AR) $(LIB) $(LIBOBJ)
48 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
51 @$(TOP)/util/point.sh Makefile.ssl Makefile
52 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
53 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
54 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
57 @for i in $(EXHEADER) ; \
59 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
60 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
69 lint -DLINT $(INCLUDES) $(SRC)>fluff
72 $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
75 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
76 mv -f Makefile.new $(MAKEFILE)
79 rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
81 # DO NOT DELETE THIS LINE -- make depend depends on it.
83 dso_dl.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
84 dso_dl.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h
85 dso_dl.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
86 dso_dl.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
87 dso_dl.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
88 dso_dl.o: ../../include/openssl/stack.h ../cryptlib.h
89 dso_dlfcn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
90 dso_dlfcn.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h
91 dso_dlfcn.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
92 dso_dlfcn.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
93 dso_dlfcn.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
94 dso_dlfcn.o: ../../include/openssl/stack.h ../cryptlib.h
95 dso_err.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h
96 dso_err.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
97 dso_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
98 dso_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
99 dso_lib.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h
100 dso_lib.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
101 dso_lib.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
102 dso_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
103 dso_lib.o: ../../include/openssl/stack.h ../cryptlib.h
104 dso_null.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
105 dso_null.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h
106 dso_null.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
107 dso_null.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
108 dso_null.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
109 dso_null.o: ../../include/openssl/stack.h ../cryptlib.h
110 dso_openssl.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
111 dso_openssl.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h
112 dso_openssl.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
113 dso_openssl.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
114 dso_openssl.o: ../../include/openssl/opensslv.h
115 dso_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
116 dso_openssl.o: ../cryptlib.h
117 dso_win32.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
118 dso_win32.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h
119 dso_win32.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
120 dso_win32.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
121 dso_win32.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
122 dso_win32.o: ../../include/openssl/stack.h ../cryptlib.h