## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = gnits MAINT_CHARSET = latin1 INCLUDES = -I- noinst_HEADERS = globals.h address.h net.h config.h.in \ reply.h string.h bsd.h io.h peername.h \ message.h pstring.h spool.h utf7.h EXTRA_DIST = snprintf.c bin_PROGRAMS = sendfile sendmsg receive utf7encode libexec_PROGRAMS = sendfiled sendfile_SOURCES = sendfile.c message.c utf7.c pstring.c string.c io.c \ net.c spool.c address.c sendmsg_SOURCES = sendmsg.c message.c utf7.c pstring.c string.c io.c \ net.c address.c receive_SOURCES = receive.c message.c utf7.c pstring.c string.c io.c \ spool.c getdate.c sendfiled_SOURCES = sendfiled.c message.c utf7.c pstring.c string.c io.c \ net.c spool.c peername.c reply.c utf7encode_SOURCES = utf7encode.c message.c utf7.c pstring.c string.c install-exec-hook: $(RM) $(bindir)/utf7decode @ln -s $(bindir)/utf7encode $(bindir)/utf7decode