OLD | NEW |
| (Empty) |
1 # | |
2 # OpenSSL/fips/dh/Makefile | |
3 # | |
4 | |
5 DIR= dh | |
6 TOP= ../.. | |
7 CC= cc | |
8 INCLUDES= | |
9 CFLAG=-g | |
10 INSTALL_PREFIX= | |
11 OPENSSLDIR= /usr/local/ssl | |
12 INSTALLTOP=/usr/local/ssl | |
13 MAKEDEPPROG= makedepend | |
14 MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) | |
15 MAKEFILE= Makefile | |
16 AR= ar r | |
17 | |
18 CFLAGS= $(INCLUDES) $(CFLAG) | |
19 | |
20 GENERAL=Makefile | |
21 TEST= | |
22 APPS= | |
23 | |
24 LIB=$(TOP)/libcrypto.a | |
25 LIBSRC=fips_dh_check.c fips_dh_gen.c fips_dh_key.c fips_dh_lib.c | |
26 LIBOBJ=fips_dh_check.o fips_dh_gen.o fips_dh_key.o fips_dh_lib.o | |
27 | |
28 SRC= $(LIBSRC) | |
29 | |
30 EXHEADER= | |
31 HEADER= $(EXHEADER) | |
32 | |
33 ALL= $(GENERAL) $(SRC) $(HEADER) | |
34 | |
35 top: | |
36 (cd $(TOP); $(MAKE) DIRS=fips FDIRS=$(DIR) sub_all) | |
37 | |
38 all: lib | |
39 | |
40 lib: $(LIBOBJ) | |
41 @echo $(LIBOBJ) > lib | |
42 | |
43 files: | |
44 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | |
45 | |
46 links: | |
47 @$(PERL) $(TOP)/util/mklink.pl $(TOP)/include/openssl $(EXHEADER) | |
48 @$(PERL) $(TOP)/util/mklink.pl $(TOP)/test $(TEST) | |
49 @$(PERL) $(TOP)/util/mklink.pl $(TOP)/apps $(APPS) | |
50 | |
51 install: | |
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 fips_test: | |
64 | |
65 lint: | |
66 lint -DLINT $(INCLUDES) $(SRC)>fluff | |
67 | |
68 depend: | |
69 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(SRC) $(TEST) | |
70 | |
71 dclean: | |
72 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKE
FILE) >Makefile.new | |
73 mv -f Makefile.new $(MAKEFILE) | |
74 | |
75 clean: | |
76 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
77 | |
78 # DO NOT DELETE THIS LINE -- make depend depends on it. | |
79 | |
80 fips_dh_check.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | |
81 fips_dh_check.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h | |
82 fips_dh_check.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | |
83 fips_dh_check.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h | |
84 fips_dh_check.o: ../../include/openssl/opensslconf.h | |
85 fips_dh_check.o: ../../include/openssl/opensslv.h | |
86 fips_dh_check.o: ../../include/openssl/ossl_typ.h | |
87 fips_dh_check.o: ../../include/openssl/safestack.h | |
88 fips_dh_check.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | |
89 fips_dh_check.o: fips_dh_check.c | |
90 fips_dh_gen.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | |
91 fips_dh_gen.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h | |
92 fips_dh_gen.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | |
93 fips_dh_gen.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h | |
94 fips_dh_gen.o: ../../include/openssl/opensslconf.h | |
95 fips_dh_gen.o: ../../include/openssl/opensslv.h | |
96 fips_dh_gen.o: ../../include/openssl/ossl_typ.h | |
97 fips_dh_gen.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | |
98 fips_dh_gen.o: ../../include/openssl/symhacks.h fips_dh_gen.c | |
99 fips_dh_key.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | |
100 fips_dh_key.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h | |
101 fips_dh_key.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | |
102 fips_dh_key.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h | |
103 fips_dh_key.o: ../../include/openssl/opensslconf.h | |
104 fips_dh_key.o: ../../include/openssl/opensslv.h | |
105 fips_dh_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h | |
106 fips_dh_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | |
107 fips_dh_key.o: ../../include/openssl/symhacks.h fips_dh_key.c | |
108 fips_dh_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | |
109 fips_dh_lib.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h | |
110 fips_dh_lib.o: ../../include/openssl/e_os2.h | |
111 fips_dh_lib.o: ../../include/openssl/opensslconf.h | |
112 fips_dh_lib.o: ../../include/openssl/opensslv.h | |
113 fips_dh_lib.o: ../../include/openssl/ossl_typ.h | |
114 fips_dh_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | |
115 fips_dh_lib.o: ../../include/openssl/symhacks.h fips_dh_lib.c | |
OLD | NEW |