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/tcpip/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 
    2212INCLUDES = -I. -I../base -I../catalog -I../main -I../candrv -I../incl -I../caos -I../mars
    2313
    24 # @code
    25 
    2614CINT     = TcpIp
    27 LIB      = tcpip.a
    2815
    2916#------------------------------------------------------------------------------
    30 
    31 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3217
    3318SRCFILES = MTcpIpIO.cc \
     
    3520           MDriveCom.cc
    3621
    37 SRCS        = $(SRCFILES)
    38 HEADERS     = $(SRCFILES:.cc=.h)
    39 OBJS        = $(SRCFILES:.cc=.o)
    40 CINTHEADERS = $(HEADERS)
    41 
    4222############################################################
    4323
    44 all: $(LIB)
     24all: $(OBJS)
    4525
    4626include ../Makefile.rules
    4727
    48 clean:  rmlib rmcint rmobjs rmcore
    49 
    5028mrproper:       clean rmbak
    51 
    52 # @endcode
    53 
Note: See TracChangeset for help on using the changeset viewer.