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

    r3331 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
    1315#
    1416CINT  = MonteCarlo
    15 
    16 #
    17 # Library name to creatre
    18 #
    19 LIB   = mmontecarlo.a
    2017
    2118#
     
    2623           -I../mfilter -I../mdata -I../mfbase
    2724
    28 #------------------------------------------------------------------------------
    29 
    30 .SUFFIXES: .c .cc .cxx .h .hxx .o
    31 
    3225SRCFILES = MMcCollectionAreaCalc.cc \
    3326           MMcThresholdCalc.cc \
     
    3730           MMcWeightEnergySpecCalc.cc
    3831
    39 SRCS    = $(SRCFILES)
    40 HEADERS = $(SRCFILES:.cc=.h)
    41 OBJS    = $(SRCFILES:.cc=.o)
    42 
    4332############################################################
    4433
    45 all: $(LIB)
     34all: $(OBJS)
    4635
    4736include ../Makefile.rules
    4837
    49 #clean: rmcint rmobjs rmcore rmlib
    50 
    5138mrproper:       clean rmbak
    52 
    53 # @endcode
    54 
Note: See TracChangeset for help on using the changeset viewer.