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/mranforest/Makefile

    r2862 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
     
    1517
    1618#
    17 # Library name to creatre
    18 #
    19 LIB   = mranforest.a
    20 
    21 #
    2219#  connect the include files defined in the config.mk file
    2320#
    2421INCLUDES = -I. -I../mbase -I../mhbase -I../mdata -I../manalysis -I../mmc -I../mfileio
    2522#               MParContainer MH     MDataArray MHadronness    MMcEvt
    26 #------------------------------------------------------------------------------
    27 
    28 .SUFFIXES: .c .cc .cxx .h .hxx .o
    2923
    3024SRCFILES = MRanTree.cc \
     
    3630           MHRanForestGini.cc
    3731
    38 SRCS    = $(SRCFILES)
    39 HEADERS = $(SRCFILES:.cc=.h)
    40 OBJS    = $(SRCFILES:.cc=.o)
    41 
    4232############################################################
    4333
    44 all: $(LIB)
     34all: $(OBJS)
    4535
    4636include ../Makefile.rules
    4737
    48 #clean: rmcint rmobjs rmcore rmlib
    49 
    5038mrproper:       clean rmbak
    51 
    52 # @endcode
Note: See TracChangeset for help on using the changeset viewer.