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

    r3816 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
    1315#
    1416CINT  = Hist
    15 
    16 #
    17 # Library name to creatre
    18 #
    19 LIB   = mhist.a
    2017
    2118#
     
    2623           -I../mmain -I../mmc -I../mreflector -I../mpointing       \
    2724           -I../mastro -I../mpedestal
    28 
    29 #------------------------------------------------------------------------------
    30 
    31 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3225
    3326SRCFILES = MHEvent.cc \
     
    6457#           MHCurrents.cc \
    6558
    66 
    67 SRCS    = $(SRCFILES)
    68 HEADERS = $(SRCFILES:.cc=.h)
    69 OBJS    = $(SRCFILES:.cc=.o)
    70 
    7159############################################################
    7260
    73 all: $(LIB)
     61all: $(OBJS)
    7462
    7563include ../Makefile.rules
    7664
    77 #clean: rmcint rmobjs rmcore rmlib
    78 
    7965mrproper:       clean rmbak
    80 
    81 # @endcode
    82 
    83 
    84 
    85 
    86 
    87 
    88 
    89 
Note: See TracChangeset for help on using the changeset viewer.