##################################################################
#
#   makefile
# 
#   for the MARS software
#
##################################################################

include ../Makefile.conf.general
include ../Makefile.conf.$(OSTYPE)

INCLUDES = -I. -I../base -I../catalog -I../main -I../candrv -I../incl -I../caos -I../mars

CINT     = TcpIp

#------------------------------------------------------------------------------

SRCFILES = MTcpIpIO.cc \
	   MCeCoCom.cc \
           MDriveCom.cc

############################################################

all: $(OBJS)

include ../Makefile.rules

mrproper:	clean rmbak
