make update
[openssl.git] / crypto / dh / Makefile
1 #
2 # OpenSSL/crypto/dh/Makefile
3 #
4
5 DIR=    dh
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 TEST= dhtest.c
17 APPS=
18
19 LIB=$(TOP)/libcrypto.a
20 LIBSRC= dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c \
21         dh_ameth.c dh_pmeth.c dh_prn.c
22 LIBOBJ= dh_asn1.o dh_gen.o dh_key.o dh_lib.o dh_check.o dh_err.o dh_depr.o \
23         dh_ameth.o dh_pmeth.o dh_prn.o
24
25 SRC= $(LIBSRC)
26
27 EXHEADER= dh.h
28 HEADER= $(EXHEADER)
29
30 ALL=    $(GENERAL) $(SRC) $(HEADER)
31
32 top:
33         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
34
35 all:    lib
36
37 lib:    $(LIBOBJ)
38         $(AR) $(LIB) $(LIBOBJ)
39         $(RANLIB) $(LIB) || echo Never mind.
40         @touch lib
41
42 files:
43         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44
45 links:
46         @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
47         @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
48         @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
49
50 install:
51         @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
52         @headerlist="$(EXHEADER)"; for i in $$headerlist ; \
53         do  \
54         (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
55         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
56         done;
57
58 tags:
59         ctags $(SRC)
60
61 tests:
62
63 lint:
64         lint -DLINT $(INCLUDES) $(SRC)>fluff
65
66 depend:
67         @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
68         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
69
70 dclean:
71         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
72         mv -f Makefile.new $(MAKEFILE)
73
74 clean:
75         rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
76
77 # DO NOT DELETE THIS LINE -- make depend depends on it.
78
79 dh_ameth.o: ../../e_os.h ../../include/openssl/asn1.h
80 dh_ameth.o: ../../include/openssl/bio.h ../../include/openssl/err.h
81 dh_ameth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
82 dh_ameth.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
83 dh_ameth.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
84 dh_ameth.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
85 dh_ameth.o: ../asn1/asn1_locl.h ../cryptlib.h dh_ameth.c
86 dh_asn1.o: ../../e_os.h ../../include/openssl/asn1.h
87 dh_asn1.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
88 dh_asn1.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
89 dh_asn1.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
90 dh_asn1.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
91 dh_asn1.o: ../cryptlib.h dh_asn1.c
92 dh_check.o: ../../e_os.h ../../include/openssl/bio.h
93 dh_check.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
94 dh_check.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
95 dh_check.o: ../cryptlib.h dh_check.c
96 dh_depr.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/err.h
97 dh_depr.o: ../../include/openssl/lhash.h ../../include/openssl/safestack.h
98 dh_depr.o: ../../include/openssl/stack.h ../cryptlib.h dh_depr.c
99 dh_err.o: ../../include/openssl/bio.h ../../include/openssl/err.h
100 dh_err.o: ../../include/openssl/lhash.h ../../include/openssl/safestack.h
101 dh_err.o: ../../include/openssl/stack.h dh_err.c
102 dh_gen.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/err.h
103 dh_gen.o: ../../include/openssl/lhash.h ../../include/openssl/safestack.h
104 dh_gen.o: ../../include/openssl/stack.h ../cryptlib.h dh_gen.c
105 dh_key.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/err.h
106 dh_key.o: ../../include/openssl/lhash.h ../../include/openssl/rand.h
107 dh_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
108 dh_key.o: ../cryptlib.h dh_key.c
109 dh_lib.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
110 dh_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.h
111 dh_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
112 dh_lib.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
113 dh_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
114 dh_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
115 dh_lib.o: ../cryptlib.h dh_lib.c
116 dh_pmeth.o: ../../e_os.h ../../include/openssl/asn1.h
117 dh_pmeth.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
118 dh_pmeth.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
119 dh_pmeth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
120 dh_pmeth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
121 dh_pmeth.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
122 dh_pmeth.o: ../../include/openssl/x509_vfy.h ../cryptlib.h ../evp/evp_locl.h
123 dh_pmeth.o: dh_pmeth.c
124 dh_prn.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
125 dh_prn.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
126 dh_prn.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
127 dh_prn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
128 dh_prn.o: ../cryptlib.h dh_prn.c