Ignore:
Timestamp:
05/01/04 16:33:16 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtools/Makefile

    r3331 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
    1315#
    1416CINT  = Tools
    15 
    16 #
    17 # Library name to creatre
    18 #
    19 LIB   = mtools.a
    2017
    2118#
     
    2623
    2724#manalysis: MChisqEval (MParameters)
    28 
    29 #------------------------------------------------------------------------------
    30 
    31 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3225
    3326SRCFILES = MChisqEval.cc \
     
    4538           MineSweeper.cc
    4639
    47 
    48 SRCS    = $(SRCFILES)
    49 HEADERS = $(SRCFILES:.cc=.h)
    50 OBJS    = $(SRCFILES:.cc=.o)
    51 
    5240############################################################
    5341
    54 all: $(LIB)
     42all: $(OBJS)
    5543
    5644include ../Makefile.rules
    5745
    58 #clean: rmcint rmobjs rmcore rmlib
    59 
    6046mrproper:       clean rmbak
    61 
    62 # @endcode
    63 
Note: See TracChangeset for help on using the changeset viewer.