Changes concering RFC 3820 (proxy certificates) integration:
[openssl.git] / crypto / Makefile.ssl
index 8d5939528e60bbd5b5fe6b4304daaa3d049c0033..b22e08e9e276f0ea7e1f79d5d36be9f8ef99a6d0 100644 (file)
@@ -23,7 +23,7 @@ EX_LIBS=
  
 CFLAGS= $(INCLUDE) $(CFLAG)
 ASFLAGS= $(INCLUDE) $(ASFLAG)
-
+AFLAGS=$(ASFLAGS)
 
 LIBS=
 
@@ -65,6 +65,11 @@ buildinf.h: ../Makefile.ssl
 
 x86cpuid-elf.s:        x86cpuid.pl perlasm/x86asm.pl
        $(PERL) x86cpuid.pl elf $(CFLAGS) $(PROCESSOR) > $@
+x86cpuid-cof.s: x86cpuid.pl perlasm/x86asm.pl
+       $(PERL) x86cpuid.pl coff $(CFLAGS) $(PROCESSOR) > $@
+x86cpuid-out.s: x86cpuid.pl perlasm/x86asm.pl
+       $(PERL) x86cpuid.pl a.out $(CFLAGS) $(PROCESSOR) > $@
+
 amd64cpuid.s: amd64cpuid.pl
        $(PERL) amd64cpuid.pl $@
 ia64cpuid.s: ia64cpuid.S
@@ -127,7 +132,7 @@ tests:
        done;
 
 install:
-       @for i in $(EXHEADER) ;\
+       @headerlist="$(EXHEADER)"; for i in $$headerlist ;\
        do \
        (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
        chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
@@ -222,8 +227,8 @@ mem_dbg.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h
 mem_dbg.o: mem_dbg.c
 o_dir.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/opensslconf.h
 o_dir.o: LPdir_unix.c o_dir.c o_dir.h
-o_str.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h o_str.c
-o_str.o: o_str.h
+o_str.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/opensslconf.h
+o_str.o: o_str.c o_str.h
 o_time.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h o_time.c
 o_time.o: o_time.h
 tmdiff.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h