summaryrefslogtreecommitdiffstats
path: root/crypto/cast
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-01-11 13:15:11 +0000
committerAndy Polyakov <appro@openssl.org>2008-01-11 13:15:11 +0000
commitfa8e921f6627e2b9e0a8b11f5a0bfcc2e7e0190c (patch)
tree392466f1b00fb43e3116560ffa1d34245c968c37 /crypto/cast
parent4287ade5b451c94337f4b0fe842acd96fe0b97f5 (diff)
Unify x86 perlasm make rules.
Diffstat (limited to 'crypto/cast')
-rw-r--r--crypto/cast/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/crypto/cast/Makefile b/crypto/cast/Makefile
index baf91dd408..0acc38f28d 100644
--- a/crypto/cast/Makefile
+++ b/crypto/cast/Makefile
@@ -42,17 +42,8 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-# ELF
-cx86-elf.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
- (cd asm; $(PERL) cast-586.pl elf $(CLAGS) $(PROCESSOR) > ../$@)
-# COFF
-cx86-cof.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
- (cd asm; $(PERL) cast-586.pl coff $(CLAGS) $(PROCESSOR) > ../$@)
-# a.out
-cx86-out.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
- (cd asm; $(PERL) cast-586.pl a.out $(CLAGS) $(PROCESSOR) > ../$@)
-cx86-macosx.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
- (cd asm; $(PERL) cast-586.pl macosx $(CLAGS) $(PROCESSOR) > ../$@)
+cast-586.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
+ $(PERL) asm/cast-586.pl $(PERLASM_SCHEME) $(CLAGS) $(PROCESSOR) > $@
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO