777a288270
Now that we have the foundation for the "unified" build scheme in place, we add build.info files. They have been generated from the Makefiles in the same directories. Things that are platform specific will appear in later commits. Reviewed-by: Andy Polyakov <appro@openssl.org>
9 lines
360 B
Text
9 lines
360 B
Text
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
bio_lib.c bio_cb.c bio_err.c \
|
|
bss_mem.c bss_null.c bss_fd.c \
|
|
bss_file.c bss_sock.c bss_conn.c \
|
|
bf_null.c bf_buff.c b_print.c b_dump.c \
|
|
b_sock.c bss_acpt.c bf_nbio.c bss_log.c bss_bio.c \
|
|
bss_dgram.c \
|
|
{- $config{target} =~ /^VMS/i ? "bf_lbuf.c" : "" -}
|