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

    r3806 r3927  
    11##################################################################
    22#
    3 #   makefile
     3#   subdirectory makefile
    44#
    55#   for the MARS software
     
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
    1315#
    1416CINT  = Analysis
    15 
    16 #
    17 # Library name to creatre
    18 #
    19 LIB   = manalysis.a
    2017
    2118#
     
    2825           -I../mbadpixels -I../mastro -I../mpedestal
    2926# mcalib: MGeomApply (MCalibrationCam)
    30 
    31 #------------------------------------------------------------------------------
    32 
    33 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3427
    3528SRCFILES = MHPedestalPix.cc \
     
    7770           MMcCalibrationUpdate.cc
    7871
    79 SRCS    = $(SRCFILES)
    80 HEADERS = $(SRCFILES:.cc=.h)
    81 OBJS    = $(SRCFILES:.cc=.o)
    82 
    8372############################################################
    8473
    85 all: $(LIB)
     74all:  $(OBJS)
    8675
    8776include ../Makefile.rules
     
    9079
    9180mrproper:       clean rmbak
    92 
    93 # @endcode
Note: See TracChangeset for help on using the changeset viewer.