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

    r3806 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
    1315#
    1416CINT  = Pedestal
    15 
    16 #
    17 # Library name to creatre
    18 #
    19 LIB   = mpedestal.a
    2017
    2118#
     
    3229# MPedPhotCalc      (MBadPixelsCam)
    3330
    34 #------------------------------------------------------------------------------
    35 
    36 .SUFFIXES: .c .cc .cxx .h .hxx .o
    37 
    3831SRCFILES = MMcPedestalCopy.cc \
    3932           MMcPedestalNSBAdd.cc \
     
    4538           MPedestalPix.cc
    4639
    47 SRCS    = $(SRCFILES)
    48 HEADERS = $(SRCFILES:.cc=.h)
    49 OBJS    = $(SRCFILES:.cc=.o)
    50 
    5140############################################################
    5241
    53 all: $(LIB)
     42all: $(OBJS)
    5443
    5544include ../Makefile.rules
     
    5847
    5948mrproper:       clean rmbak
    60 
    61 # @endcode
Note: See TracChangeset for help on using the changeset viewer.