#  
#  Copyright (C) 1999, 2000, 2001  Network Associates, Incorporated (NAI)
#  All rights reserved.
# 
#  This file is part of the NAI Generic Software Wrappers Toolkit
#  (GSWTK).  See ftp://ftp.tislabs.com/pub/wrappers/ for the latest
#  distribution.
# 
#  The GSWTK is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2, or (at your option)
#  any later version.
# 
#  The GSWTK is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
# 
#  You should have received a copy of the GNU General Public License
#  along with this software; if not, write to the Free Software
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#  02111-1307, USA.

TOPDIR = ../../../../..

include ${TOPDIR}/mak/config.mak

JAVAPKG = com.gswtk.wrapper.event

JAVASRCS = WrapperEventConstants.java WrapperEventMap.java \
	   WrapperEventGroup.java WrapperEventGroupEvent.java \
	   WrapperEventGroupEventListener.java TableEvent.java \
	   TableEventListener.java CreateTableEvent.java DropTableEvent.java \
	   UpdateTableEvent.java DeleteRowEvent.java InsertRowEvent.java \
	   UpdateRowEvent.java ModuleEvent.java ModuleEventListener.java \
	   ActivationCriteriaEvent.java DeactivationCriteriaEvent.java \
	   LibraryEvent.java WrapperEvent.java ModuleLoadedEvent.java \
	   ModuleLoadedEventListener.java ModuleUnloadedEvent.java \
	   ModuleUnloadedEventListener.java ActivationCriteriaLoadedEvent.java \
	   DeactivationCriteriaLoadedEvent.java LibraryLoadedEvent.java \
	   WrapperLoadedEvent.java ActivationCriteriaUnloadedEvent.java \
	   DeactivationCriteriaUnloadedEvent.java LibraryUnloadedEvent.java \
	   WrapperUnloadedEvent.java DatabaseEventStream.java \
	   ModuleEventStream.java RawEventStream.java

JAVACFLAGS =

EVENTFSPATH	= ${TOPDIR}/toolkits/eventfs/src

CLASSPATH = ${TOPDIR}/wr.classes${PATHSEP}${EVENTFSPATH}/classes

include ${TOPDIR}/mak/java.mak

