include /devel/maxwell/lib/SME/tool_support

#insert user defines here (TargetLibName = *)!
TargetLibName = libHNMDUser.a
TargetLibNameTarg = $(TargetLibName)

#insert sources here (srcs = *.cc)!
srcs =  UCode.cc  GWater.cc  SWater.cc 

#insert objects here (objs = *.o)!
objs =  UCode.o  GWater.o  SWater.o 

all: $(TargetLibName)
  
$(TargetLibNameTarg):  $(objs)
	$(AR) cr $(TargetLibName) $(objs)
	$(RANLIB) $(TargetLibName)

depend:
	makedepend -f makefile $(PG_INCLUDES) $(SS_INCLUDES) $(MML_INCLUDES) $(BASE_INCLUDES) $(SME_CFLAGS) $(SME_INCLUDES) $(srcs)

clean:
	@$(RM) *.o                    
	@$(RM) *~                      
	@$(RM) %*                      
	@$(RM) *.a

.cc.o:
	$(CXX) -c $(SME3_FULL_INCLUDE) $<

.c.o:
	$(CC) -c $(SME3_FULL_INCLUDE) $<

#insert user targets and dependencies here!
# DO NOT DELETE

UCode.o: UCode.h /devel/maxwell/sme3/SpaceSim/src/sme.h
UCode.o: /devel/maxwell/sme3/SpaceSim/src/CVariable.h
UCode.o: /devel/maxwell/sme3/Base/src/Globals.h /usr/include/limits.h
UCode.o: /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h
UCode.o: /usr/include/stdio.h /usr/include/sys/va_list.h
UCode.o: /usr/include/stdio_tag.h /usr/include/stdio_impl.h
UCode.o: /usr/include/string.h /usr/include/stdlib.h /usr/include/ctype.h
UCode.o: /usr/include/math.h /usr/include/float.h /usr/include/errno.h
UCode.o: /usr/include/sys/errno.h /devel/maxwell/sme3/MML/src/Bounds.h
UCode.o: /devel/maxwell/sme3/MML/src/CnfgProcessor.h
UCode.o: /devel/maxwell/sme3/MML/src/ConfigObjects.h
UCode.o: /devel/maxwell/sme3/Base/src/Utilities.h
UCode.o: /devel/maxwell/sme3/Base/src/SList.h
UCode.o: /devel/maxwell/sme3/Base/src/DLnkList.h
UCode.o: /devel/maxwell/sme3/Base/src/TObjects.h
UCode.o: /devel/maxwell/sme3/Base/src/Utility.h
UCode.o: /devel/maxwell/sme3/Base/src/stdtypes.h
UCode.o: /devel/maxwell/sme3/Base/src/object.h
UCode.o: /devel/maxwell/sme3/Base/src/classes.h
UCode.o: /devel/maxwell/sme3/Base/src/PixVec.h
UCode.o: /devel/maxwell/sme3/Base/src/Environ.h
UCode.o: /devel/maxwell/sme3/Base/src/assoc.h
UCode.o: /devel/maxwell/sme3/Base/src/CString.h
UCode.o: /devel/maxwell/sme3/Base/src/Plex.h
UCode.o: /devel/maxwell/sme3/Base/src/PathString.h
UCode.o: /devel/maxwell/sme3/Base/src/StringPlex.h /usr/include/stddef.h
UCode.o: /usr/include/stdarg.h /devel/maxwell/sme3/Base/src/ByteBuffer.h
UCode.o: /devel/maxwell/sme3/Base/src/ErrHandler.h /usr/include/sys/times.h
UCode.o: /usr/include/sys/types.h /usr/include/sys/machtypes.h
UCode.o: /usr/include/sys/int_types.h /usr/include/sys/select.h
UCode.o: /usr/include/sys/time.h /usr/include/sys/time.h
UCode.o: /devel/maxwell/sme3/Base/src/MemoryBlocks.h
UCode.o: /devel/maxwell/sme3/MML/src/Config.h
UCode.o: /devel/maxwell/sme3/Base/src/CStream.h
UCode.o: /devel/maxwell/sme3/MML/src/MML_Pipe.h
UCode.o: /devel/maxwell/sme3/MML/src/MML.h
UCode.o: /devel/maxwell/sme3/Base/src/floatVec.h
UCode.o: /devel/maxwell/sme3/Base/src/Point2.h
UCode.o: /devel/maxwell/sme3/Base/src/Region2.h
UCode.o: /devel/maxwell/sme3/MML/src/MML_Time.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/MultiCoverage.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/MultiGrid.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/ActivationLayer.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/Layer.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/TCell.h
UCode.o: /devel/maxwell/sme3/Base/src/sme_types.h /usr/include/unistd.h
UCode.o: /usr/include/sys/unistd.h /usr/include/sys/file.h
UCode.o: /usr/include/sys/t_lock.h /usr/include/sys/machlock.h
UCode.o: /usr/include/sys/param.h /usr/include/sys/mutex.h
UCode.o: /usr/include/sys/rwlock.h /usr/include/sys/semaphore.h
UCode.o: /usr/include/sys/condvar.h /usr/include/sys/stat.h
UCode.o: /usr/include/sys/time_impl.h /devel/maxwell/sme3/MML/src/FLBase.h
UCode.o: /devel/maxwell/sme3/MML/src/MML_Frame.h
UCode.o: /devel/maxwell/sme3/Base/src/PixPlex.h
UCode.o: /devel/maxwell/sme3/MML/src/ByteGrid.h
UCode.o: /devel/maxwell/sme3/Base/src/Point1.h
UCode.o: /devel/maxwell/sme3/Base/src/Region1.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/TMap2.h
UCode.o: /devel/maxwell/sme3/Base/src/MsgBuff.h
UCode.o: /devel/maxwell/sme3/Base/src/IntPixHashMap.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/Ghost.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/IntGrid.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/Grid.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/DistributedGrid.h
UCode.o: /devel/maxwell/sme3/MML/src/MML_Model.h
UCode.o: /devel/maxwell/sme3/MML/src/ExprBuilder.h
UCode.o: /devel/maxwell/sme3/MML/src/MML_Function.h
UCode.o: /devel/maxwell/sme3/MML/src/MML_Schedule.h
UCode.o: /devel/maxwell/sme3/MML/src/MML_Event.h
UCode.o: /devel/maxwell/sme3/MML/src/sme_postgres.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/MemoryMgr.h
UCode.o: /devel/maxwell/sme3/Base/src/BitString.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/TMap.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/SDSObject.h
UCode.o: /devel/maxwell/sme3/PointGrid/src/XGraph.h
UCode.o: /devel/maxwell/sme3/SpaceSim/src/DataSet.h
UCode.o: /devel/maxwell/sme3/SpaceSim/src/Series.h
UCode.o: /devel/maxwell/sme3/SpaceSim/src/TSeries.h
UCode.o: /devel/maxwell/sme3/Base/src/TimePlex.h
UCode.o: /devel/maxwell/sme3/MML/src/MML_Variable.h
UCode.o: /devel/maxwell/sme3/MML/src/MML_Module.h
UCode.o: /devel/maxwell/sme3/MML/src/Externals.h
UCode.o: /devel/maxwell/sme3/SpaceSim/src/SSModule.h
UCode.o: /devel/maxwell/sme3/SpaceSim/src/SSModel.h
UCode.o: /devel/maxwell/sme3/SpaceSim/src/Frame.h
UCode.o: /devel/maxwell/sme3/SpaceSim/src/SSComm.h
GWater.o: GWater.h /devel/maxwell/sme3/SpaceSim/src/sme.h
GWater.o: /devel/maxwell/sme3/SpaceSim/src/CVariable.h
GWater.o: /devel/maxwell/sme3/Base/src/Globals.h /usr/include/limits.h
GWater.o: /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h
GWater.o: /usr/include/stdio.h /usr/include/sys/va_list.h
GWater.o: /usr/include/stdio_tag.h /usr/include/stdio_impl.h
GWater.o: /usr/include/string.h /usr/include/stdlib.h /usr/include/ctype.h
GWater.o: /usr/include/math.h /usr/include/float.h /usr/include/errno.h
GWater.o: /usr/include/sys/errno.h /devel/maxwell/sme3/MML/src/Bounds.h
GWater.o: /devel/maxwell/sme3/MML/src/CnfgProcessor.h
GWater.o: /devel/maxwell/sme3/MML/src/ConfigObjects.h
GWater.o: /devel/maxwell/sme3/Base/src/Utilities.h
GWater.o: /devel/maxwell/sme3/Base/src/SList.h
GWater.o: /devel/maxwell/sme3/Base/src/DLnkList.h
GWater.o: /devel/maxwell/sme3/Base/src/TObjects.h
GWater.o: /devel/maxwell/sme3/Base/src/Utility.h
GWater.o: /devel/maxwell/sme3/Base/src/stdtypes.h
GWater.o: /devel/maxwell/sme3/Base/src/object.h
GWater.o: /devel/maxwell/sme3/Base/src/classes.h
GWater.o: /devel/maxwell/sme3/Base/src/PixVec.h
GWater.o: /devel/maxwell/sme3/Base/src/Environ.h
GWater.o: /devel/maxwell/sme3/Base/src/assoc.h
GWater.o: /devel/maxwell/sme3/Base/src/CString.h
GWater.o: /devel/maxwell/sme3/Base/src/Plex.h
GWater.o: /devel/maxwell/sme3/Base/src/PathString.h
GWater.o: /devel/maxwell/sme3/Base/src/StringPlex.h /usr/include/stddef.h
GWater.o: /usr/include/stdarg.h /devel/maxwell/sme3/Base/src/ByteBuffer.h
GWater.o: /devel/maxwell/sme3/Base/src/ErrHandler.h /usr/include/sys/times.h
GWater.o: /usr/include/sys/types.h /usr/include/sys/machtypes.h
GWater.o: /usr/include/sys/int_types.h /usr/include/sys/select.h
GWater.o: /usr/include/sys/time.h /usr/include/sys/time.h
GWater.o: /devel/maxwell/sme3/Base/src/MemoryBlocks.h
GWater.o: /devel/maxwell/sme3/MML/src/Config.h
GWater.o: /devel/maxwell/sme3/Base/src/CStream.h
GWater.o: /devel/maxwell/sme3/MML/src/MML_Pipe.h
GWater.o: /devel/maxwell/sme3/MML/src/MML.h
GWater.o: /devel/maxwell/sme3/Base/src/floatVec.h
GWater.o: /devel/maxwell/sme3/Base/src/Point2.h
GWater.o: /devel/maxwell/sme3/Base/src/Region2.h
GWater.o: /devel/maxwell/sme3/MML/src/MML_Time.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/MultiCoverage.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/MultiGrid.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/ActivationLayer.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/Layer.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/TCell.h
GWater.o: /devel/maxwell/sme3/Base/src/sme_types.h /usr/include/unistd.h
GWater.o: /usr/include/sys/unistd.h /usr/include/sys/file.h
GWater.o: /usr/include/sys/t_lock.h /usr/include/sys/machlock.h
GWater.o: /usr/include/sys/param.h /usr/include/sys/mutex.h
GWater.o: /usr/include/sys/rwlock.h /usr/include/sys/semaphore.h
GWater.o: /usr/include/sys/condvar.h /usr/include/sys/stat.h
GWater.o: /usr/include/sys/time_impl.h /devel/maxwell/sme3/MML/src/FLBase.h
GWater.o: /devel/maxwell/sme3/MML/src/MML_Frame.h
GWater.o: /devel/maxwell/sme3/Base/src/PixPlex.h
GWater.o: /devel/maxwell/sme3/MML/src/ByteGrid.h
GWater.o: /devel/maxwell/sme3/Base/src/Point1.h
GWater.o: /devel/maxwell/sme3/Base/src/Region1.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/TMap2.h
GWater.o: /devel/maxwell/sme3/Base/src/MsgBuff.h
GWater.o: /devel/maxwell/sme3/Base/src/IntPixHashMap.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/Ghost.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/IntGrid.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/Grid.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/DistributedGrid.h
GWater.o: /devel/maxwell/sme3/MML/src/MML_Model.h
GWater.o: /devel/maxwell/sme3/MML/src/ExprBuilder.h
GWater.o: /devel/maxwell/sme3/MML/src/MML_Function.h
GWater.o: /devel/maxwell/sme3/MML/src/MML_Schedule.h
GWater.o: /devel/maxwell/sme3/MML/src/MML_Event.h
GWater.o: /devel/maxwell/sme3/MML/src/sme_postgres.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/MemoryMgr.h
GWater.o: /devel/maxwell/sme3/Base/src/BitString.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/TMap.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/SDSObject.h
GWater.o: /devel/maxwell/sme3/PointGrid/src/XGraph.h
GWater.o: /devel/maxwell/sme3/SpaceSim/src/DataSet.h
GWater.o: /devel/maxwell/sme3/SpaceSim/src/Series.h
GWater.o: /devel/maxwell/sme3/SpaceSim/src/TSeries.h
GWater.o: /devel/maxwell/sme3/Base/src/TimePlex.h
GWater.o: /devel/maxwell/sme3/MML/src/MML_Variable.h
GWater.o: /devel/maxwell/sme3/MML/src/MML_Module.h
GWater.o: /devel/maxwell/sme3/MML/src/Externals.h
GWater.o: /devel/maxwell/sme3/SpaceSim/src/SSModule.h
GWater.o: /devel/maxwell/sme3/SpaceSim/src/SSModel.h
GWater.o: /devel/maxwell/sme3/SpaceSim/src/Frame.h
GWater.o: /devel/maxwell/sme3/SpaceSim/src/SSComm.h
SWater.o: SWater.h /devel/maxwell/sme3/SpaceSim/src/sme.h
SWater.o: /devel/maxwell/sme3/SpaceSim/src/CVariable.h
SWater.o: /devel/maxwell/sme3/Base/src/Globals.h /usr/include/limits.h
SWater.o: /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h
SWater.o: /usr/include/stdio.h /usr/include/sys/va_list.h
SWater.o: /usr/include/stdio_tag.h /usr/include/stdio_impl.h
SWater.o: /usr/include/string.h /usr/include/stdlib.h /usr/include/ctype.h
SWater.o: /usr/include/math.h /usr/include/float.h /usr/include/errno.h
SWater.o: /usr/include/sys/errno.h /devel/maxwell/sme3/MML/src/Bounds.h
SWater.o: /devel/maxwell/sme3/MML/src/CnfgProcessor.h
SWater.o: /devel/maxwell/sme3/MML/src/ConfigObjects.h
SWater.o: /devel/maxwell/sme3/Base/src/Utilities.h
SWater.o: /devel/maxwell/sme3/Base/src/SList.h
SWater.o: /devel/maxwell/sme3/Base/src/DLnkList.h
SWater.o: /devel/maxwell/sme3/Base/src/TObjects.h
SWater.o: /devel/maxwell/sme3/Base/src/Utility.h
SWater.o: /devel/maxwell/sme3/Base/src/stdtypes.h
SWater.o: /devel/maxwell/sme3/Base/src/object.h
SWater.o: /devel/maxwell/sme3/Base/src/classes.h
SWater.o: /devel/maxwell/sme3/Base/src/PixVec.h
SWater.o: /devel/maxwell/sme3/Base/src/Environ.h
SWater.o: /devel/maxwell/sme3/Base/src/assoc.h
SWater.o: /devel/maxwell/sme3/Base/src/CString.h
SWater.o: /devel/maxwell/sme3/Base/src/Plex.h
SWater.o: /devel/maxwell/sme3/Base/src/PathString.h
SWater.o: /devel/maxwell/sme3/Base/src/StringPlex.h /usr/include/stddef.h
SWater.o: /usr/include/stdarg.h /devel/maxwell/sme3/Base/src/ByteBuffer.h
SWater.o: /devel/maxwell/sme3/Base/src/ErrHandler.h /usr/include/sys/times.h
SWater.o: /usr/include/sys/types.h /usr/include/sys/machtypes.h
SWater.o: /usr/include/sys/int_types.h /usr/include/sys/select.h
SWater.o: /usr/include/sys/time.h /usr/include/sys/time.h
SWater.o: /devel/maxwell/sme3/Base/src/MemoryBlocks.h
SWater.o: /devel/maxwell/sme3/MML/src/Config.h
SWater.o: /devel/maxwell/sme3/Base/src/CStream.h
SWater.o: /devel/maxwell/sme3/MML/src/MML_Pipe.h
SWater.o: /devel/maxwell/sme3/MML/src/MML.h
SWater.o: /devel/maxwell/sme3/Base/src/floatVec.h
SWater.o: /devel/maxwell/sme3/Base/src/Point2.h
SWater.o: /devel/maxwell/sme3/Base/src/Region2.h
SWater.o: /devel/maxwell/sme3/MML/src/MML_Time.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/MultiCoverage.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/MultiGrid.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/ActivationLayer.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/Layer.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/TCell.h
SWater.o: /devel/maxwell/sme3/Base/src/sme_types.h /usr/include/unistd.h
SWater.o: /usr/include/sys/unistd.h /usr/include/sys/file.h
SWater.o: /usr/include/sys/t_lock.h /usr/include/sys/machlock.h
SWater.o: /usr/include/sys/param.h /usr/include/sys/mutex.h
SWater.o: /usr/include/sys/rwlock.h /usr/include/sys/semaphore.h
SWater.o: /usr/include/sys/condvar.h /usr/include/sys/stat.h
SWater.o: /usr/include/sys/time_impl.h /devel/maxwell/sme3/MML/src/FLBase.h
SWater.o: /devel/maxwell/sme3/MML/src/MML_Frame.h
SWater.o: /devel/maxwell/sme3/Base/src/PixPlex.h
SWater.o: /devel/maxwell/sme3/MML/src/ByteGrid.h
SWater.o: /devel/maxwell/sme3/Base/src/Point1.h
SWater.o: /devel/maxwell/sme3/Base/src/Region1.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/TMap2.h
SWater.o: /devel/maxwell/sme3/Base/src/MsgBuff.h
SWater.o: /devel/maxwell/sme3/Base/src/IntPixHashMap.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/Ghost.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/IntGrid.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/Grid.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/DistributedGrid.h
SWater.o: /devel/maxwell/sme3/MML/src/MML_Model.h
SWater.o: /devel/maxwell/sme3/MML/src/ExprBuilder.h
SWater.o: /devel/maxwell/sme3/MML/src/MML_Function.h
SWater.o: /devel/maxwell/sme3/MML/src/MML_Schedule.h
SWater.o: /devel/maxwell/sme3/MML/src/MML_Event.h
SWater.o: /devel/maxwell/sme3/MML/src/sme_postgres.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/MemoryMgr.h
SWater.o: /devel/maxwell/sme3/Base/src/BitString.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/TMap.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/SDSObject.h
SWater.o: /devel/maxwell/sme3/PointGrid/src/XGraph.h
SWater.o: /devel/maxwell/sme3/SpaceSim/src/DataSet.h
SWater.o: /devel/maxwell/sme3/SpaceSim/src/Series.h
SWater.o: /devel/maxwell/sme3/SpaceSim/src/TSeries.h
SWater.o: /devel/maxwell/sme3/Base/src/TimePlex.h
SWater.o: /devel/maxwell/sme3/MML/src/MML_Variable.h
SWater.o: /devel/maxwell/sme3/MML/src/MML_Module.h
SWater.o: /devel/maxwell/sme3/MML/src/Externals.h
SWater.o: /devel/maxwell/sme3/SpaceSim/src/SSModule.h
SWater.o: /devel/maxwell/sme3/SpaceSim/src/SSModel.h
SWater.o: /devel/maxwell/sme3/SpaceSim/src/Frame.h
SWater.o: /devel/maxwell/sme3/SpaceSim/src/SSComm.h
