################################################################## # # makefile # # for the MARS software # ################################################################## include ../Makefile.conf.general include ../Makefile.conf.$(OSTYPE) INCLUDES = -I. -I.. -I../incl -I../base -I../mars -I../tcpip CINT = Candrv #------------------------------------------------------------------------------ SRCFILES = nodedrv.cc \ sdolist.cc \ canopen.cc \ network.cc \ ethernet.cc \ interface.cc ############################################################ all: $(OBJS) include ../Makefile.rules mrproper: clean rmbak