2 # OpenSSL/crypto/modes/Makefile
8 INCLUDES
= -I..
-I
$(TOP
) -I..
/..
/include
15 CFLAGS
= $(INCLUDES
) $(CFLAG
)
16 ASFLAGS
= $(INCLUDES
) $(ASFLAG
)
23 LIB
=$(TOP
)/libcrypto.a
24 LIBSRC
= cbc128.c ctr128.c cts128.c cfb128.c ofb128.c gcm128.c \
26 LIBOBJ
= cbc128.o ctr128.o cts128.o cfb128.o ofb128.o gcm128.o \
27 ccm128.o xts128.o
$(MODES_ASM_OBJ
)
31 #EXHEADER= store.h str_compat.h
33 HEADER
= modes_lcl.h
$(EXHEADER
)
35 ALL
= $(GENERAL
) $(SRC
) $(HEADER
)
38 (cd ..
/..
; $(MAKE
) DIRS
=crypto SDIRS
=$(DIR
) sub_all
)
43 $(AR
) $(LIB
) $(LIBOBJ
)
44 $(RANLIB
) $(LIB
) || echo Never mind.
47 ghash-ia64.s
: asm
/ghash-ia64.pl
48 $(PERL
) asm
/ghash-ia64.pl
$@
$(CFLAGS
)
49 ghash-x86.s
: asm
/ghash-x86.pl
50 $(PERL
) asm
/ghash-x86.pl
$(PERLASM_SCHEME
) $(CFLAGS
) $(PROCESSOR
) > $@
51 ghash-x86_64.s
: asm
/ghash-x86_64.pl
52 $(PERL
) asm
/ghash-x86_64.pl
$(PERLASM_SCHEME
) > $@
53 ghash-sparcv9.s
: asm
/ghash-sparcv9.pl
54 $(PERL
) asm
/ghash-sparcv9.pl
$@
$(CFLAGS
)
55 ghash-alpha.s
: asm
/ghash-alpha.pl
56 $(PERL
) $< |
$(CC
) -E
- | tee
$@
> /dev
/null
57 ghash-parisc.s
: asm
/ghash-parisc.pl
58 $(PERL
) asm
/ghash-parisc.pl
$(PERLASM_SCHEME
) $@
60 # GNU make "catch all"
61 ghash-
%.S
: asm
/ghash-
%.pl
; $(PERL
) $< $(PERLASM_SCHEME
) $@
63 ghash-armv4.o
: ghash-armv4.S
66 $(PERL
) $(TOP
)/util
/files.pl Makefile
>> $(TOP
)/MINFO
69 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/include/openssl
$(EXHEADER
)
70 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/test $(TEST
)
71 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/apps
$(APPS
)
74 @
[ -n
"$(INSTALLTOP)" ] # should be set by top Makefile...
75 @headerlist
="$(EXHEADER)"; for i in
$$headerlist; \
77 (cp
$$i $(INSTALL_PREFIX
)$(INSTALLTOP
)/include/openssl
/$$i; \
78 chmod
644 $(INSTALL_PREFIX
)$(INSTALLTOP
)/include/openssl
/$$i ); \
87 lint
-DLINT
$(INCLUDES
) $(SRC
)>fluff
90 @
[ -n
"$(MAKEDEPEND)" ] # should be set by upper Makefile...
91 $(MAKEDEPEND
) -- $(CFLAG
) $(INCLUDES
) $(DEPFLAG
) -- $(PROGS
) $(LIBSRC
)
94 $(PERL
) -pe
'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE
) >Makefile.new
95 mv
-f Makefile.new
$(MAKEFILE
)
98 rm -f
*.s
*.o
*/*.o
*.obj lib
tags core .pure .nfs
* *.old
*.bak fluff
100 # DO NOT DELETE THIS LINE -- make depend depends on it.
102 cbc128.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
103 cbc128.o
: ..
/..
/include/openssl
/modes.h ..
/..
/include/openssl
/opensslconf.h
104 cbc128.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
105 cbc128.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
106 cbc128.o
: ..
/..
/include/openssl
/symhacks.h cbc128.c modes_lcl.h
107 ccm128.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
108 ccm128.o
: ..
/..
/include/openssl
/modes.h ..
/..
/include/openssl
/opensslconf.h
109 ccm128.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
110 ccm128.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
111 ccm128.o
: ..
/..
/include/openssl
/symhacks.h ccm128.c modes_lcl.h
112 cfb128.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
113 cfb128.o
: ..
/..
/include/openssl
/modes.h ..
/..
/include/openssl
/opensslconf.h
114 cfb128.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
115 cfb128.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
116 cfb128.o
: ..
/..
/include/openssl
/symhacks.h cfb128.c modes_lcl.h
117 ctr128.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
118 ctr128.o
: ..
/..
/include/openssl
/modes.h ..
/..
/include/openssl
/opensslconf.h
119 ctr128.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
120 ctr128.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
121 ctr128.o
: ..
/..
/include/openssl
/symhacks.h ctr128.c modes_lcl.h
122 cts128.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
123 cts128.o
: ..
/..
/include/openssl
/modes.h ..
/..
/include/openssl
/opensslconf.h
124 cts128.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
125 cts128.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
126 cts128.o
: ..
/..
/include/openssl
/symhacks.h cts128.c modes_lcl.h
127 gcm128.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
128 gcm128.o
: ..
/..
/include/openssl
/modes.h ..
/..
/include/openssl
/opensslconf.h
129 gcm128.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
130 gcm128.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
131 gcm128.o
: ..
/..
/include/openssl
/symhacks.h gcm128.c modes_lcl.h
132 ofb128.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
133 ofb128.o
: ..
/..
/include/openssl
/modes.h ..
/..
/include/openssl
/opensslconf.h
134 ofb128.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
135 ofb128.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
136 ofb128.o
: ..
/..
/include/openssl
/symhacks.h modes_lcl.h ofb128.c
137 xts128.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
138 xts128.o
: ..
/..
/include/openssl
/modes.h ..
/..
/include/openssl
/opensslconf.h
139 xts128.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
140 xts128.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
141 xts128.o
: ..
/..
/include/openssl
/symhacks.h modes_lcl.h xts128.c