Ignore:
Timestamp:
01/16/08 09:59:03 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/candrv/Makefile

    r7787 r8809  
    66#
    77##################################################################
    8 # @maintitle
    98
    10 # @code
    11 
    12 #
    13 #  please change all system depend values in the
    14 #  config.mk.${OSTYPE} file
    15 #
    16 #
    179include ../Makefile.conf.$(OSTYPE)
    1810include ../Makefile.conf.general
    1911
    20 # @endcode
    21 
    22 INCLUDES = -I. -I.. -I../incl -I../base -I../mars
    23 
    24 # @code
     12INCLUDES = -I. -I.. -I../incl -I../base -I../mars -I../tcpip
    2513
    2614CINT     = Candrv
    27 LIB      = candrv.a
    2815
    2916#------------------------------------------------------------------------------
    30 
    31 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3217
    3318SRCFILES = nodedrv.cc \
     
    3520           sdolist.cc \
    3621           canopen.cc \
    37            network.cc
    38 
    39 SRCS    = $(SRCFILES)
    40 HEADERS = $(SRCFILES:.cc=.h)
    41 OBJS    = $(SRCFILES:.cc=.o)
    42 CINTHEADERS = $(HEADERS)
     22           network.cc \
     23           ethernet.cc \
     24           interface.cc
    4325
    4426############################################################
    4527
    46 all: $(LIB)
     28all: $(OBJS)
    4729
    4830include ../Makefile.rules
    4931
    50 clean:  rmlib rmcint rmobjs rmcore
    51 
    5232mrproper:       clean rmbak
    53 
    54 # @endcode
    55 
Note: See TracChangeset for help on using the changeset viewer.