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

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

INCLUDES = -I. -I.. -I../incl -I../base -I../caos -I/usr/X11R6/include -I../mars

CINT     = Videodev

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

SRCFILES = Camera.cc \
           PngReader.cc \
           PixClient.cc \
           PixGetter.cc \
	   FilterLed.cc \
           Writer.cc \
	   MVideo.cc

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

all: $(OBJS)

include ../Makefile.rules

mrproper:	clean rmbak
