Jumbo framework update.
[oweals/openssl.git] / fips-1.0 / sha / Makefile
1 #
2 # OpenSSL/fips-1.0/sha/Makefile
3 #
4
5 DIR=    sha
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 EXE_EXT=
18
19 ASFLAGS= $(INCLUDES) $(ASFLAG)
20 AFLAGS= $(ASFLAGS)
21
22 CFLAGS= $(INCLUDES) $(CFLAG)
23
24 GENERAL=Makefile
25 TEST= fips_shatest.c
26 TESTDATA= SHAmix.req SHAmix.fax
27 APPS=
28 EXE= fips_standalone_sha1$(EXE_EXT)
29
30 LIB=$(TOP)/libcrypto.a
31 LIBSRC=fips_sha1_selftest.c
32 LIBOBJ=fips_sha1_selftest.o
33
34 SRC= $(LIBSRC) fips_standalone_sha1.c
35
36 EXHEADER=
37 HEADER= 
38
39 ALL=    $(GENERAL) $(SRC) $(HEADER)
40
41 top:
42         (cd $(TOP); $(MAKE) DIRS=fips-1.0 SDIRS=$(DIR) sub_all)
43
44 all:    ../fips_standalone_sha1$(EXE_EXT) lib
45
46 lib:    $(LIBOBJ)
47         @echo $(LIBOBJ) > lib
48
49 ../fips_standalone_sha1$(EXE_EXT): fips_standalone_sha1.o
50         FIPS_SHA_ASM=""; for i in $(SHA1_ASM_OBJ) sha1dgst.o ; do FIPS_SHA_ASM="$$FIPS_SHA_ASM ../../crypto/sha/$$i" ; done; \
51         $(CC) -o $@ $(CFLAGS) fips_standalone_sha1.o $$FIPS_SHA_ASM
52
53 files:
54         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
55
56 links:
57         @$(PERL) $(TOP)/util/mklink.pl $(TOP)/include/openssl $(EXHEADER)
58         @$(PERL) $(TOP)/util/mklink.pl $(TOP)/test $(TEST)
59         cp $(TESTDATA) $(TOP)/test
60         @$(PERL) $(TOP)/util/mklink.pl $(TOP)/apps $(APPS)
61
62 install:
63         @headerlist="$(EXHEADER)"; for i in $$headerlist; \
64         do  \
65           (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
66           chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
67         done
68
69 tags:
70         ctags $(SRC)
71
72 tests:
73
74 Q=../testvectors/sha/req
75 A=../testvectors/sha/rsp
76
77 VECTORS = SHA1LongMsg \
78         SHA1Monte \
79         SHA1ShortMsg \
80         SHA224LongMsg \
81         SHA224Monte \
82         SHA224ShortMsg \
83         SHA256LongMsg \
84         SHA256Monte \
85         SHA256ShortMsg \
86         SHA384LongMsg \
87         SHA384Monte \
88         SHA384ShortMsg \
89         SHA512LongMsg \
90         SHA512Monte \
91         SHA512ShortMsg
92
93 fips_test:
94         -rm -rf $(A)
95         mkdir $(A)
96         for file in $(VECTORS); do \
97             if [ -f $(Q)/$$file.req ]; then \
98                 $(TOP)/util/shlib_wrap.sh $(TOP)/test/fips_shatest $(Q)/$$file.req $(A)/$$file.rsp; \
99             fi; \
100         done
101
102 lint:
103         lint -DLINT $(INCLUDES) $(SRC)>fluff
104
105 depend:
106         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(SRC) $(TEST)
107
108 dclean:
109         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
110         mv -f Makefile.new $(MAKEFILE)
111
112 clean:
113         rm -f *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE)
114
115 # DO NOT DELETE THIS LINE -- make depend depends on it.
116
117 fips_sha1_selftest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
118 fips_sha1_selftest.o: ../../include/openssl/crypto.h
119 fips_sha1_selftest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
120 fips_sha1_selftest.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
121 fips_sha1_selftest.o: ../../include/openssl/lhash.h
122 fips_sha1_selftest.o: ../../include/openssl/obj_mac.h
123 fips_sha1_selftest.o: ../../include/openssl/objects.h
124 fips_sha1_selftest.o: ../../include/openssl/opensslconf.h
125 fips_sha1_selftest.o: ../../include/openssl/opensslv.h
126 fips_sha1_selftest.o: ../../include/openssl/ossl_typ.h
127 fips_sha1_selftest.o: ../../include/openssl/safestack.h
128 fips_sha1_selftest.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
129 fips_sha1_selftest.o: ../../include/openssl/symhacks.h fips_sha1_selftest.c
130 fips_shatest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
131 fips_shatest.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
132 fips_shatest.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
133 fips_shatest.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
134 fips_shatest.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
135 fips_shatest.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
136 fips_shatest.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
137 fips_shatest.o: ../../include/openssl/objects.h
138 fips_shatest.o: ../../include/openssl/opensslconf.h
139 fips_shatest.o: ../../include/openssl/opensslv.h
140 fips_shatest.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
141 fips_shatest.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
142 fips_shatest.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
143 fips_shatest.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
144 fips_shatest.o: ../../include/openssl/x509v3.h ../fips_utl.h fips_shatest.c
145 fips_standalone_sha1.o: ../../include/openssl/asn1.h
146 fips_standalone_sha1.o: ../../include/openssl/bio.h
147 fips_standalone_sha1.o: ../../include/openssl/crypto.h
148 fips_standalone_sha1.o: ../../include/openssl/e_os2.h
149 fips_standalone_sha1.o: ../../include/openssl/evp.h
150 fips_standalone_sha1.o: ../../include/openssl/fips.h
151 fips_standalone_sha1.o: ../../include/openssl/hmac.h
152 fips_standalone_sha1.o: ../../include/openssl/obj_mac.h
153 fips_standalone_sha1.o: ../../include/openssl/objects.h
154 fips_standalone_sha1.o: ../../include/openssl/opensslconf.h
155 fips_standalone_sha1.o: ../../include/openssl/opensslv.h
156 fips_standalone_sha1.o: ../../include/openssl/ossl_typ.h
157 fips_standalone_sha1.o: ../../include/openssl/safestack.h
158 fips_standalone_sha1.o: ../../include/openssl/sha.h
159 fips_standalone_sha1.o: ../../include/openssl/stack.h
160 fips_standalone_sha1.o: ../../include/openssl/symhacks.h fips_standalone_sha1.c