#----------------------------------------------------------------------------
#	%W%	%G%
#
#	Makefile for Reactor
#----------------------------------------------------------------------------

#----------------------------------------------------------------------------
#	Local macros
#----------------------------------------------------------------------------

LIB   	= libReactor.a
SHLIB 	= libReactor.so

INFO  	= README 

FILES 	= Event_Handler \
	  Handle_Set \
	  Reactor \
	  Timer_Queue \
	  Time_Value \
	  Signal

DEFS  	= $(addsuffix .h,$(FILES))
DEFS	+= $(addsuffix .i,$(FILES))
LSRC	= $(addsuffix .C,$(FILES))

BUILD	= $(VSHLIB) 

#----------------------------------------------------------------------------
#	Include macros and targets
#----------------------------------------------------------------------------

include	$(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU
include	$(WRAPPER_ROOT)/include/makeinclude/macros.GNU
include	$(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU
include	$(WRAPPER_ROOT)/include/makeinclude/rules.nonested.GNU
include	$(WRAPPER_ROOT)/include/makeinclude/rules.lib.GNU
include	$(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU

#----------------------------------------------------------------------------
#	Local targets
#----------------------------------------------------------------------------
 
#----------------------------------------------------------------------------
#	Dependencies
#----------------------------------------------------------------------------

# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.

.obj/Event_Handler.o .shobj/Event_Handler.so: Event_Handler.C Event_Handler.h Time_Value.h \
  $(WRAPPER_ROOT)/include/sysincludes.h \
  Event_Handler.i
.obj/Handle_Set.o .shobj/Handle_Set.so: Handle_Set.C Handle_Set.h \
  $(WRAPPER_ROOT)/include/sysincludes.h \
  Handle_Set.i
.obj/Reactor.o .shobj/Reactor.so: Reactor.C Reactor.h Handle_Set.h \
  $(WRAPPER_ROOT)/include/sysincludes.h \
  Handle_Set.i Timer_Queue.h Event_Handler.h Time_Value.h \
  $(WRAPPER_ROOT)/include/Synch.h \
  $(WRAPPER_ROOT)/include/Time_Value.h \
  Signal.h Reactor.i \
  $(WRAPPER_ROOT)/include/Log_Msg.h \
  $(WRAPPER_ROOT)/include/FIFO_Send_Msg.h \
  $(WRAPPER_ROOT)/include/FIFO_Send.h \
  $(WRAPPER_ROOT)/include/FIFO.h \
  $(WRAPPER_ROOT)/include/IPC_SAP.h \
  $(WRAPPER_ROOT)/include/IPC_SAP.i \
  $(WRAPPER_ROOT)/include/Str_Buf.h \
  $(WRAPPER_ROOT)/include/FIFO_Send.i \
  $(WRAPPER_ROOT)/include/FIFO_Send_Msg.i \
  $(WRAPPER_ROOT)/include/Log_Priority.h \
  $(WRAPPER_ROOT)/include/Log_Msg.i
.obj/Timer_Queue.o .shobj/Timer_Queue.so: Timer_Queue.C Timer_Queue.h Event_Handler.h Time_Value.h \
  $(WRAPPER_ROOT)/include/sysincludes.h \
  $(WRAPPER_ROOT)/include/Synch.h \
  $(WRAPPER_ROOT)/include/Time_Value.h \
  Timer_Queue.i
.obj/Time_Value.o .shobj/Time_Value.so: Time_Value.C Time_Value.h \
  $(WRAPPER_ROOT)/include/sysincludes.h \
  Time_Value.i
.obj/Signal.o .shobj/Signal.so: Signal.C Signal.h Event_Handler.h Time_Value.h \
  $(WRAPPER_ROOT)/include/sysincludes.h \
  Signal.i

# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
