build.info 478 B

123456789101112131415161718
  1. LIBS=../../libcrypto
  2. # Base library
  3. SOURCE[../../libcrypto]=\
  4. bio_lib.c bio_cb.c bio_err.c \
  5. b_print.c b_dump.c b_addr.c \
  6. b_sock.c b_sock2.c \
  7. bio_meth.c
  8. # Source / sink implementations
  9. SOURCE[../../libcrypto]=\
  10. bss_null.c bss_mem.c bss_bio.c bss_fd.c bss_file.c \
  11. bss_sock.c bss_conn.c bss_acpt.c bss_dgram.c \
  12. bss_log.c
  13. # Filters
  14. SOURCE[../../libcrypto]=\
  15. bf_null.c bf_buff.c bf_lbuf.c bf_nbio.c bf_prefix.c