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/base/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..
    2313
    24 # @code
    25 
    2614CINT     = Base
    27 LIB      = base.a
    2815
    2916#------------------------------------------------------------------------------
    30 
    31 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3217
    3318SRCFILES = MStopwatch.cc \
     
    3823           msgqueue.cc
    3924           
    40 CINTHEADERS = MStar.h
    41              
    42 SRCS    = $(SRCFILES)
    43 HEADERS = $(SRCFILES:.cc=.h)
    44 OBJS    = $(SRCFILES:.cc=.o)
    45 
    4625############################################################
    4726
    48 all: $(LIB)
     27all: $(OBJS)
    4928
    5029include ../Makefile.rules
    5130
    52 clean:  rmlib rmcint rmobjs rmcore
    53 
    5431mrproper:       clean rmbak
    55 
    56 # @endcode
    57 
Note: See TracChangeset for help on using the changeset viewer.