diff options
| author | tedu <> | 2014-04-15 21:04:55 +0000 |
|---|---|---|
| committer | tedu <> | 2014-04-15 21:04:55 +0000 |
| commit | 32307ae248d57b992abca05058728f994bb5c307 (patch) | |
| tree | 8d374150d1e622b8cdba3a7969cc9e58b538997d /src/lib/libcrypto/Attic | |
| parent | 96b5e6c5271a09af8b6016820de8094573b78f70 (diff) | |
| download | openbsd-32307ae248d57b992abca05058728f994bb5c307.tar.gz openbsd-32307ae248d57b992abca05058728f994bb5c307.tar.bz2 openbsd-32307ae248d57b992abca05058728f994bb5c307.zip | |
we don't use these files for building
Diffstat (limited to 'src/lib/libcrypto/Attic')
| -rw-r--r-- | src/lib/libcrypto/Attic/Makefile | 146 |
1 files changed, 0 insertions, 146 deletions
diff --git a/src/lib/libcrypto/Attic/Makefile b/src/lib/libcrypto/Attic/Makefile deleted file mode 100644 index 5c02ba2844..0000000000 --- a/src/lib/libcrypto/Attic/Makefile +++ /dev/null | |||
| @@ -1,146 +0,0 @@ | |||
| 1 | # | ||
| 2 | # OpenSSL/crypto/Makefile | ||
| 3 | # | ||
| 4 | |||
| 5 | DIR= crypto | ||
| 6 | TOP= .. | ||
| 7 | CC= cc | ||
| 8 | INCLUDE= -I. -I$(TOP) -I../include $(ZLIB_INCLUDE) | ||
| 9 | # INCLUDES targets sudbirs! | ||
| 10 | INCLUDES= -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include $(ZLIB_INCLUDE) | ||
| 11 | CFLAG= -g | ||
| 12 | MAKEDEPPROG= makedepend | ||
| 13 | MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) | ||
| 14 | MAKEFILE= Makefile | ||
| 15 | RM= rm -f | ||
| 16 | AR= ar r | ||
| 17 | |||
| 18 | RECURSIVE_MAKE= [ -n "$(SDIRS)" ] && for i in $(SDIRS) ; do \ | ||
| 19 | (cd $$i && echo "making $$target in $(DIR)/$$i..." && \ | ||
| 20 | $(MAKE) -e TOP=../.. DIR=$$i INCLUDES='$(INCLUDES)' $$target ) || exit 1; \ | ||
| 21 | done; | ||
| 22 | |||
| 23 | PEX_LIBS= | ||
| 24 | EX_LIBS= | ||
| 25 | |||
| 26 | CFLAGS= $(INCLUDE) $(CFLAG) | ||
| 27 | ASFLAGS= $(INCLUDE) $(ASFLAG) | ||
| 28 | AFLAGS=$(ASFLAGS) | ||
| 29 | CPUID_OBJ=mem_clr.o | ||
| 30 | |||
| 31 | LIBS= | ||
| 32 | |||
| 33 | GENERAL=Makefile README crypto-lib.com install.com | ||
| 34 | |||
| 35 | LIB= $(TOP)/libcrypto.a | ||
| 36 | SHARED_LIB= libcrypto$(SHLIB_EXT) | ||
| 37 | LIBSRC= cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c cpt_err.c \ | ||
| 38 | uid.c o_time.c o_str.c o_dir.c o_fips.c o_init.c | ||
| 39 | LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o \ | ||
| 40 | uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o $(CPUID_OBJ) | ||
| 41 | |||
| 42 | SRC= $(LIBSRC) | ||
| 43 | |||
| 44 | EXHEADER= crypto.h opensslv.h opensslconf.h symhacks.h \ | ||
| 45 | ossl_typ.h | ||
| 46 | HEADER= cryptlib.h buildinf.h md32_common.h o_time.h o_str.h o_dir.h $(EXHEADER) | ||
| 47 | |||
| 48 | ALL= $(GENERAL) $(SRC) $(HEADER) | ||
| 49 | |||
| 50 | top: | ||
| 51 | @(cd ..; $(MAKE) DIRS=$(DIR) all) | ||
| 52 | |||
| 53 | all: shared | ||
| 54 | |||
| 55 | buildinf.h: ../Makefile | ||
| 56 | ( echo "#ifndef MK1MF_BUILD"; \ | ||
| 57 | echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \ | ||
| 58 | echo ' #define CFLAGS "$(CC) $(CFLAG)"'; \ | ||
| 59 | echo ' #define PLATFORM "$(PLATFORM)"'; \ | ||
| 60 | echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \ | ||
| 61 | echo '#endif' ) >buildinf.h | ||
| 62 | |||
| 63 | x86cpuid.s: x86cpuid.pl perlasm/x86asm.pl | ||
| 64 | $(PERL) x86cpuid.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ | ||
| 65 | |||
| 66 | applink.o: $(TOP)/ms/applink.c | ||
| 67 | $(CC) $(CFLAGS) -c -o $@ $(TOP)/ms/applink.c | ||
| 68 | |||
| 69 | uplink.o: $(TOP)/ms/uplink.c applink.o | ||
| 70 | $(CC) $(CFLAGS) -c -o $@ $(TOP)/ms/uplink.c | ||
| 71 | |||
| 72 | uplink-x86.s: $(TOP)/ms/uplink-x86.pl | ||
| 73 | $(PERL) $(TOP)/ms/uplink-x86.pl $(PERLASM_SCHEME) > $@ | ||
| 74 | |||
| 75 | x86_64cpuid.s: x86_64cpuid.pl; $(PERL) x86_64cpuid.pl $(PERLASM_SCHEME) > $@ | ||
| 76 | ia64cpuid.s: ia64cpuid.S; $(CC) $(CFLAGS) -E ia64cpuid.S > $@ | ||
| 77 | ppccpuid.s: ppccpuid.pl; $(PERL) ppccpuid.pl $(PERLASM_SCHEME) $@ | ||
| 78 | pariscid.s: pariscid.pl; $(PERL) pariscid.pl $(PERLASM_SCHEME) $@ | ||
| 79 | alphacpuid.s: alphacpuid.pl | ||
| 80 | $(PERL) $< | $(CC) -E - | tee $@ > /dev/null | ||
| 81 | |||
| 82 | testapps: | ||
| 83 | [ -z "$(THIS)" ] || ( if echo $(SDIRS) | fgrep ' des '; \ | ||
| 84 | then cd des && $(MAKE) -e des; fi ) | ||
| 85 | [ -z "$(THIS)" ] || ( cd pkcs7 && $(MAKE) -e testapps ); | ||
| 86 | @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi | ||
| 87 | |||
| 88 | subdirs: | ||
| 89 | @target=all; $(RECURSIVE_MAKE) | ||
| 90 | |||
| 91 | files: | ||
| 92 | $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
| 93 | @target=files; $(RECURSIVE_MAKE) | ||
| 94 | |||
| 95 | links: | ||
| 96 | @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) | ||
| 97 | @$(PERL) $(TOP)/util/mklink.pl ../test $(TEST) | ||
| 98 | @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) | ||
| 99 | @target=links; $(RECURSIVE_MAKE) | ||
| 100 | |||
| 101 | # lib: $(LIB): are splitted to avoid end-less loop | ||
| 102 | lib: $(LIB) | ||
| 103 | @touch lib | ||
| 104 | $(LIB): $(LIBOBJ) | ||
| 105 | $(AR) $(LIB) $(LIBOBJ) | ||
| 106 | [ -z "$(FIPSLIBDIR)" ] || $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o | ||
| 107 | $(RANLIB) $(LIB) || echo Never mind. | ||
| 108 | |||
| 109 | shared: buildinf.h lib subdirs | ||
| 110 | if [ -n "$(SHARED_LIBS)" ]; then \ | ||
| 111 | (cd ..; $(MAKE) $(SHARED_LIB)); \ | ||
| 112 | fi | ||
| 113 | |||
| 114 | libs: | ||
| 115 | @target=lib; $(RECURSIVE_MAKE) | ||
| 116 | |||
| 117 | install: | ||
| 118 | @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| 119 | @headerlist="$(EXHEADER)"; for i in $$headerlist ;\ | ||
| 120 | do \ | ||
| 121 | (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| 122 | chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| 123 | done; | ||
| 124 | @target=install; $(RECURSIVE_MAKE) | ||
| 125 | |||
| 126 | lint: | ||
| 127 | @target=lint; $(RECURSIVE_MAKE) | ||
| 128 | |||
| 129 | depend: | ||
| 130 | @[ -z "$(THIS)" -o -f buildinf.h ] || touch buildinf.h # fake buildinf.h if it does not exist | ||
| 131 | @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDE) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
| 132 | @[ -z "$(THIS)" -o -s buildinf.h ] || rm buildinf.h | ||
| 133 | @[ -z "$(THIS)" ] || (set -e; target=depend; $(RECURSIVE_MAKE) ) | ||
| 134 | @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi | ||
| 135 | |||
| 136 | clean: | ||
| 137 | rm -f buildinf.h *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
| 138 | @target=clean; $(RECURSIVE_MAKE) | ||
| 139 | |||
| 140 | dclean: | ||
| 141 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| 142 | mv -f Makefile.new $(MAKEFILE) | ||
| 143 | rm -f opensslconf.h | ||
| 144 | @target=dclean; $(RECURSIVE_MAKE) | ||
| 145 | |||
| 146 | # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
