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

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

INCLUDES = -I. -I.. -I../base -I../mars

CINT     = Caos

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

SRCFILES = Led.cc \
           Leds.cc \
           Ring.cc \
           Rings.cc

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

all: $(OBJS)

include ../Makefile.rules

mrproper:	clean rmbak
