Ignore:
Timestamp:
03/02/01 12:09:07 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/Makefile

    r654 r665  
    66#
    77##################################################################
    8 # @maintitle
    9 
    10 # @code
    11 
    12 #
    13 #  please change all system depend values in the
    14 #  config.mk.${OSTYPE} file
    15 #
    16 #
    178include ../Makefile.conf.$(OSTYPE)
    189include ../Makefile.conf.general
    1910
    20 # @endcode
     11#
     12# Handling name of the Root Dictionary Files
     13#
     14CINT  = Analysis
    2115
     16#
     17# Library name to creatre
     18#
     19LIB   = manalysis.a
     20
     21#
     22#  connect the include files defined in the config.mk file
     23#
    2224INCLUDES = -I. -I../mbase -I../mgui
    23 
    24 # @code
    25 
    26 CINT     = Analysis
    27 LIB      = manalysis.a
    2825
    2926#------------------------------------------------------------------------------
     
    3128.SUFFIXES: .c .cc .cxx .h .hxx .o
    3229
    33 SRCFILES = MCerPhotEvt.cc \
    34            MCerPhotPix.cc \
    35            MCT1Pedestals.cc \
    36            MCT1ReadAscii.cc
     30SRCFILES = MCT1Pedestals.cc \
     31           MCT1ReadAscii.cc \
     32           MCerPhotEvt.cc \
     33           MCerPhotPix.cc
    3734
    3835SRCS    = $(SRCFILES)
     
    4643include ../Makefile.rules
    4744
    48 clean:  rmlib rmcint rmobjs rmcore
     45clean:  rmlib rmcint rmobjs rmcore rmbin
    4946
    5047mrproper:       clean rmbak
Note: See TracChangeset for help on using the changeset viewer.