Index: trunk/MagicSoft/Cosy/candrv/Makefile
===================================================================
--- trunk/MagicSoft/Cosy/candrv/Makefile	(revision 7787)
+++ trunk/MagicSoft/Cosy/candrv/Makefile	(revision 8809)
@@ -6,28 +6,13 @@
 #
 ##################################################################
-# @maintitle
 
-# @code
-
-#
-#  please change all system depend values in the 
-#  config.mk.${OSTYPE} file 
-#
-#
 include ../Makefile.conf.$(OSTYPE)
 include ../Makefile.conf.general
 
-# @endcode 
-
-INCLUDES = -I. -I.. -I../incl -I../base -I../mars
-
-# @code 
+INCLUDES = -I. -I.. -I../incl -I../base -I../mars -I../tcpip
 
 CINT     = Candrv
-LIB      = candrv.a
 
 #------------------------------------------------------------------------------
-
-.SUFFIXES: .c .cc .cxx .h .hxx .o 
 
 SRCFILES = nodedrv.cc \
@@ -35,21 +20,13 @@
 	   sdolist.cc \
 	   canopen.cc \
-	   network.cc
-
-SRCS    = $(SRCFILES)
-HEADERS = $(SRCFILES:.cc=.h)
-OBJS    = $(SRCFILES:.cc=.o) 
-CINTHEADERS = $(HEADERS)
+	   network.cc \
+           ethernet.cc \
+           interface.cc
 
 ############################################################
 
-all: $(LIB)
+all: $(OBJS)
 
 include ../Makefile.rules
 
-clean:	rmlib rmcint rmobjs rmcore
-
 mrproper:	clean rmbak
-
-# @endcode
-
