summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-07-23 23:27:10 +0000
committerAndy Polyakov <appro@openssl.org>2004-07-23 23:27:10 +0000
commit33c3ecf741942be48faf701edc7893857d276b75 (patch)
treeb09e78b54df93cf165e873bd4f5e95f7580a4007 /crypto/aes
parent5bd4c26057176fc29f1c394bc6d012ef51b7c8bb (diff)
Build-n-link new IA-64 modules on Linux and HP-UX.
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/Makefile.ssl6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/aes/Makefile.ssl b/crypto/aes/Makefile.ssl
index 3d3b274525..bba6dd3a19 100644
--- a/crypto/aes/Makefile.ssl
+++ b/crypto/aes/Makefile.ssl
@@ -20,6 +20,7 @@ AR= ar r
AES_ASM_OBJ=
CFLAGS= $(INCLUDES) $(CFLAG)
+ASFLAGS= $(INCLUDES) $(ASFLAG)
GENERAL=Makefile
#TEST=aestest.c
@@ -49,6 +50,9 @@ lib: $(LIBOBJ)
$(LIBOBJ): $(LIBSRC)
+asm/aes-ia64.s: asm/aes-ia64.S
+ $(CC) $(CFLAGS) -E asm/aes-ia64.S > $@
+
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
@@ -83,7 +87,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ rm -f asm/*.[so] *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
# DO NOT DELETE THIS LINE -- make depend depends on it.