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

    r3395 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
    1315#
    1416CINT  = HVsTime
    15 
    16 #
    17 # Library name to creatre
    18 #
    19 LIB   = mhvstime.a
    2017
    2118#
     
    2825# mraw  (MRawEvtHeader)
    2926
    30 #------------------------------------------------------------------------------
    31 
    32 .SUFFIXES: .c .cc .cxx .h .hxx .o
    33 
    3427SRCFILES = MHVsTime.cc \
    3528           MHPixVsTime.cc \
    3629           MHSectorVsTime.cc
    37            
    38 
    39 SRCS    = $(SRCFILES)
    40 HEADERS = $(SRCFILES:.cc=.h)
    41 OBJS    = $(SRCFILES:.cc=.o)
    4230
    4331############################################################
    4432
    45 all: $(LIB)
     33all: $(OBJS)
    4634
    4735include ../Makefile.rules
    4836
    49 #clean: rmcint rmobjs rmcore rmlib
    50 
    5137mrproper:       clean rmbak
    52 
    53 # @endcode
Note: See TracChangeset for help on using the changeset viewer.