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

    r3795 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   = mhistmc.a
    20 
    21 #
    2219#  connect the include files defined in the config.mk file
    2320#
    2421INCLUDES = -I. -I../mbase -I../mhbase -I../mhist -I../mmc -I../manalysis \
    2522           -I../mimage -I../mgeom -I../mgui
    26 
    27 #------------------------------------------------------------------------------
    28 
    29 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3023
    3124SRCFILES = MHMcEnergy.cc \
     
    4235           MHMcTriggerLvl2.cc
    4336
    44 SRCS    = $(SRCFILES)
    45 HEADERS = $(SRCFILES:.cc=.h)
    46 OBJS    = $(SRCFILES:.cc=.o)
    47 
    4837############################################################
    4938
    50 all: $(LIB)
     39all: $(OBJS)
    5140
    5241include ../Makefile.rules
    5342
    54 #clean: rmcint rmobjs rmcore rmlib
    55 
    5643mrproper:       clean rmbak
    57 
    58 # @endcode
    59 
    60 
    61 
    62 
    63 
    64 
    65 
    66 
Note: See TracChangeset for help on using the changeset viewer.