X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=crypto%2Fmodes%2FMakefile.in;h=22ab8b9b0e39856512062d96a09fda6884c8e4e7;hb=f863ad0c59374ee8cc91dcae71ef60ceabc969f1;hp=4f6a945cab10ad3115cb8c85a482599a49efd7cb;hpb=56c77c52e1b0ad69fa133adb48c3221141b684c4;p=oweals%2Fopenssl.git diff --git a/crypto/modes/Makefile.in b/crypto/modes/Makefile.in index 4f6a945cab..22ab8b9b0e 100644 --- a/crypto/modes/Makefile.in +++ b/crypto/modes/Makefile.in @@ -12,8 +12,8 @@ AR= ar r MODES_ASM_OBJ= -CFLAGS= $(INCLUDES) $(CFLAG) -ASFLAGS= $(INCLUDES) $(ASFLAG) +CFLAGS= $(INCLUDES) $(CFLAG) $(SHARED_CFLAG) +ASFLAGS= $(INCLUDES) $(ASFLAG) $(SHARED_CFLAG) AFLAGS= $(ASFLAGS) GENERAL=Makefile @@ -41,18 +41,18 @@ lib: $(LIBOBJ) @touch lib ghash-ia64.s: asm/ghash-ia64.pl - $(PERL) asm/ghash-ia64.pl $@ $(CFLAGS) + $(PERL) asm/ghash-ia64.pl $(CFLAGS) $@ ghash-x86.s: asm/ghash-x86.pl - $(PERL) asm/ghash-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ + $(PERL) asm/ghash-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) $@ ghash-x86_64.s: asm/ghash-x86_64.pl - $(PERL) asm/ghash-x86_64.pl $(PERLASM_SCHEME) > $@ + $(PERL) asm/ghash-x86_64.pl $(PERLASM_SCHEME) $@ aesni-gcm-x86_64.s: asm/aesni-gcm-x86_64.pl - $(PERL) asm/aesni-gcm-x86_64.pl $(PERLASM_SCHEME) > $@ -ghash-sparcv9.s: asm/ghash-sparcv9.pl - $(PERL) asm/ghash-sparcv9.pl $@ $(CFLAGS) + $(PERL) asm/aesni-gcm-x86_64.pl $(PERLASM_SCHEME) $@ +ghash-sparcv9.S: asm/ghash-sparcv9.pl + $(PERL) asm/ghash-sparcv9.pl $(PERLASM_SCHEME) $@ ghash-alpha.s: asm/ghash-alpha.pl (preproc=$$$$.$@.S; trap "rm $$preproc" INT; \ - $(PERL) asm/ghash-alpha.pl > $$preproc && \ + $(PERL) asm/ghash-alpha.pl $$preproc && \ $(CC) -E -P $$preproc > $@ && rm $$preproc) ghash-parisc.s: asm/ghash-parisc.pl $(PERL) asm/ghash-parisc.pl $(PERLASM_SCHEME) $@ @@ -67,12 +67,8 @@ ghash-%.S: asm/ghash-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@ ghash-armv4.o: ghash-armv4.S ghashv8-armx.o: ghashv8-armx.S -files: - $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO - depend: - @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... - $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) + $(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC) clean: rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff