Annotation of embedaddon/libpdel/io/Makefile.inc, revision 1.1
1.1 ! misho 1: # $Id: Makefile.inc,v 1.12 2002/08/12 21:38:15 archie Exp $
! 2:
! 3: io_PATH+= ${PDELTOP}/io
! 4: io_SRCS+= base64.c \
! 5: boundary_fp.c \
! 6: count_fp.c \
! 7: filter.c \
! 8: ssl_fp.c \
! 9: string_fp.c \
! 10: timeout_fp.c
! 11:
! 12: io_INCS+= base64.h \
! 13: boundary_fp.h \
! 14: count_fp.h \
! 15: filter.h \
! 16: ssl_fp.h \
! 17: string_fp.h \
! 18: timeout_fp.h
! 19:
! 20: io_MAN+= base64.3
! 21: io_MLINKS+= base64.3 b64_encoder_create.3
! 22: io_MLINKS+= base64.3 b64_decoder_create.3
! 23: io_MLINKS+= base64.3 b64_rfc2045_charset.3
! 24:
! 25: io_MAN+= boundary_fopen.3
! 26:
! 27: io_MAN+= count_fopen.3
! 28:
! 29: io_MAN+= timeout_fp.3
! 30: io_MLINKS+= timeout_fp.3 timeout_fdopen.3
! 31:
! 32: io_MAN+= filter.3
! 33: io_MLINKS+= filter.3 filter_read.3
! 34: io_MLINKS+= filter.3 filter_write.3
! 35: io_MLINKS+= filter.3 filter_end.3
! 36: io_MLINKS+= filter.3 filter_convert.3
! 37: io_MLINKS+= filter.3 filter_destroy.3
! 38: io_MLINKS+= filter.3 filter_fopen.3
! 39: io_MLINKS+= filter.3 filter_process.3
! 40:
! 41: io_MAN+= string_fp.3
! 42: io_MLINKS+= string_fp.3 string_buf_input.3
! 43: io_MLINKS+= string_fp.3 string_buf_output.3
! 44: io_MLINKS+= string_fp.3 string_buf_content.3
! 45: io_MLINKS+= string_fp.3 string_buf_length.3
! 46:
! 47: io_MAN+= ssl_fp.3
! 48: io_MLINKS+= ssl_fp.3 ssl_fdopen.3
! 49: io_MLINKS+= ssl_fp.3 ssl_log.3
! 50:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>