PACKETise ServerHello processing
[openssl.git] / crypto / dso / Makefile
1 #
2 # OpenSSL/crypto/dso/Makefile
3 #
4
5 DIR=    dso
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
17 LIB=$(TOP)/libcrypto.a
18 LIBSRC= dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c \
19         dso_openssl.c dso_win32.c dso_vms.c
20 LIBOBJ= dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_null.o \
21         dso_openssl.o dso_win32.o dso_vms.o
22
23 SRC= $(LIBSRC)
24
25 HEADER= 
26
27 ALL=    $(GENERAL) $(SRC) $(HEADER)
28
29 top:
30         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
31
32 all:    lib
33
34 lib:    $(LIBOBJ)
35         $(AR) $(LIB) $(LIBOBJ)
36         $(RANLIB) $(LIB) || echo Never mind.
37         @touch lib
38
39 files:
40         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
41
42 tags:
43         ctags $(SRC)
44
45 tests:
46
47 lint:
48         lint -DLINT $(INCLUDES) $(SRC)>fluff
49
50 update: depend
51
52 depend:
53         @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
54         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
55
56 dclean:
57         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
58         mv -f Makefile.new $(MAKEFILE)
59
60 clean:
61         rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
62
63 # DO NOT DELETE THIS LINE -- make depend depends on it.
64
65 dso_dl.o: ../../e_os.h ../../include/openssl/bio.h
66 dso_dl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
67 dso_dl.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
68 dso_dl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
69 dso_dl.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
70 dso_dl.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
71 dso_dl.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
72 dso_dl.o: ../include/internal/cryptlib.h dso_dl.c
73 dso_dlfcn.o: ../../e_os.h ../../include/openssl/bio.h
74 dso_dlfcn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
75 dso_dlfcn.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
76 dso_dlfcn.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
77 dso_dlfcn.o: ../../include/openssl/opensslconf.h
78 dso_dlfcn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
79 dso_dlfcn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
80 dso_dlfcn.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
81 dso_dlfcn.o: dso_dlfcn.c
82 dso_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
83 dso_err.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
84 dso_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
85 dso_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
86 dso_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
87 dso_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
88 dso_err.o: dso_err.c
89 dso_lib.o: ../../e_os.h ../../include/openssl/bio.h
90 dso_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
91 dso_lib.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
92 dso_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
93 dso_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
94 dso_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
95 dso_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
96 dso_lib.o: ../include/internal/cryptlib.h dso_lib.c
97 dso_null.o: ../../e_os.h ../../include/openssl/bio.h
98 dso_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
99 dso_null.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
100 dso_null.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
101 dso_null.o: ../../include/openssl/opensslconf.h
102 dso_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
103 dso_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
104 dso_null.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
105 dso_null.o: dso_null.c
106 dso_openssl.o: ../../e_os.h ../../include/openssl/bio.h
107 dso_openssl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
108 dso_openssl.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
109 dso_openssl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
110 dso_openssl.o: ../../include/openssl/opensslconf.h
111 dso_openssl.o: ../../include/openssl/opensslv.h
112 dso_openssl.o: ../../include/openssl/ossl_typ.h
113 dso_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
114 dso_openssl.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
115 dso_openssl.o: dso_openssl.c
116 dso_vms.o: ../../e_os.h ../../include/openssl/bio.h
117 dso_vms.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
118 dso_vms.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
119 dso_vms.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
120 dso_vms.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
121 dso_vms.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
122 dso_vms.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
123 dso_vms.o: ../include/internal/cryptlib.h dso_vms.c
124 dso_win32.o: ../../e_os.h ../../include/openssl/bio.h
125 dso_win32.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
126 dso_win32.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
127 dso_win32.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
128 dso_win32.o: ../../include/openssl/opensslconf.h
129 dso_win32.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
130 dso_win32.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
131 dso_win32.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
132 dso_win32.o: dso_win32.c