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/devdrv/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 
    2212DEFINES  = -DCPU=486 -DBUS_LITTLE_ENDIAN -DDEBUG=0 -DLINUX -DSHOW
    23 INCLUDES = -I. -I.. -I../base -I../candrv -I../incl -I../mars
    24 
    25 # @code
     13INCLUDES = -I. -I.. -I../base -I../candrv -I../incl -I../mars -I../tcpip
    2614
    2715CINT     = Devdrv
    28 LIB      = devdrv.a
    2916
    3017#------------------------------------------------------------------------------
    3118
    32 .SUFFIXES: .c .cc .cxx .h .hxx .o
    33 
    3419SRCFILES = shaftencoder.cc macs.cc
    35 
    36 SRCS        = $(SRCFILES)
    37 HEADERS     = $(SRCFILES:.cc=.h)
    38 OBJS        = $(SRCFILES:.cc=.o)
    39 CINTHEADERS = $(HEADERS)
    4020
    4121############################################################
    4222
    43 all: $(LIB)
     23all: $(OBJS)
    4424
    4525include ../Makefile.rules
    4626
    47 clean:  rmlib rmcint rmobjs rmcore
    48 
    4927mrproper:       clean rmbak
    50 
    51 # @endcode
    52 
Note: See TracChangeset for help on using the changeset viewer.