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/caos/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.. -I../base -I../mars
    23 #base: MString
    24 
    25 # @code
    2613
    2714CINT     = Caos
    28 LIB      = caos.a
    2915
    3016#------------------------------------------------------------------------------
    31 
    32 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3317
    3418SRCFILES = Led.cc \
     
    3721           Rings.cc
    3822
    39 SRCS        = $(SRCFILES)
    40 HEADERS     = $(SRCFILES:.cc=.h)
    41 OBJS        = $(SRCFILES:.cc=.o)
    42 CINTHEADERS = $(HEADERS)
    43 
    4423############################################################
    4524
    46 all: $(LIB)
     25all: $(OBJS)
    4726
    4827include ../Makefile.rules
    4928
    50 clean:  rmlib rmcint rmobjs rmcore
    51 
    5229mrproper:       clean rmbak
    53 
    54 # @endcode
    55 
Note: See TracChangeset for help on using the changeset viewer.