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

    r3806 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
    1315#
    1416CINT  = BadPixels
    15 
    16 #
    17 # Library name to creatre
    18 #
    19 LIB   = mbadpixels.a
    2017
    2118#
     
    3027# MBadPixelsTreat (mpedestal): MPedPhot*
    3128
    32 
    33 #------------------------------------------------------------------------------
    34 
    3529.SUFFIXES: .c .cc .cxx .h .hxx .o
    3630
     
    4236           MMcBadPixelsSet.cc
    4337
    44 SRCS    = $(SRCFILES)
    45 HEADERS = $(SRCFILES:.cc=.h)
    46 OBJS    = $(SRCFILES:.cc=.o)
    47 
    4838############################################################
    4939
    50 all: $(LIB)
     40all: $(OBJS)
    5141
    5242include ../Makefile.rules
     
    5545
    5646mrproper:       clean rmbak
    57 
    58 # @endcode
Note: See TracChangeset for help on using the changeset viewer.