
#
# Copyright (c) 1999 Noriega
#
# $Author: ngreen $
# $Date: 1999/04/07 19:32:37 $
# $Id: Makefile,v 1.6 1999/04/07 19:32:37 ngreen Exp $
#

PACKAGE=noriega.expresso.protocols

CLASSES=AdminService.class\
	AdminServiceImpl.class\
	FlagService.class\
	FlagServiceImpl.class\
	IMAPService.class\
	IMAPServiceImpl.class\
	POP3Service.class\
	SmtpService.class\
	SmtpServiceImpl.class

RMICLASSES=noriega.expresso.protocols.FlagServiceImpl noriega.expresso.protocols.IMAPServiceImpl noriega.expresso.protocols.SmtpServiceImpl noriega.expresso.protocols.AdminServiceImpl

include ../../../lib/Makefile.classpath
include ../../../lib/Makefile.common

all : randj

#
# Version Control Log:
# $Log: Makefile,v $
# Revision 1.6  1999/04/07 19:32:37  ngreen
# initial checkin
#
# Revision 1.5  1999/03/31 00:15:31  jew23
# Eliminated the popResults class.
# Eliminated deprecated API in POP3 implementation.
#
# Revision 1.4  1999/03/30 19:44:50  ngreen
# fixed text formatting error
#
# Revision 1.3  1999/03/30 19:38:33  ngreen
# added IMAPService* and SmtpService*
#
# Revision 1.2  1999/03/28 01:42:21  ngreen
# added new services
#
# Revision 1.1  1999/03/23 00:25:13  ngreen
# init checkin: part of Makefile framework
#
#

