Ignore:
Timestamp:
05/01/04 16:33:16 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3917 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
    1315#
    1416CINT  = Calib
    15 
    16 #
    17 # Library name to creatre
    18 #
    19 LIB   = mcalib.a
    2017
    2118#
     
    3330# mmc:       MMcFadcHeader, MMcEvt
    3431# mimage     MHillas
    35 
    36 #------------------------------------------------------------------------------
    37 
    38 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3932
    4033SRCFILES = MCalibrate.cc \
     
    5548           MCalibrationChargePINDiode.cc  \
    5649           MHCalibrationChargeBlindPix.cc \
    57            MHCalibrationChargeBlindPix.cc \
    5850           MHCalibrationChargePix.cc \
    5951           MHCalibrationCam.cc \
     
    6961           MHGausEvents.cc
    7062
    71 SRCS    = $(SRCFILES)
    72 HEADERS = $(SRCFILES:.cc=.h)
    73 OBJS    = $(SRCFILES:.cc=.o)
    74 
    7563############################################################
    7664
    77 all: $(LIB)
     65all: $(OBJS)
    7866
    7967include ../Makefile.rules
    8068
    81 #clean: rmcint rmobjs rmcore rmlib
    82 
    8369mrproper:       clean rmbak
    84 
    85 # @endcode
Note: See TracChangeset for help on using the changeset viewer.