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

    r3854 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
    1315#
    1416CINT  = Jobs
    15 
    16 #
    17 # Library name to creatre
    18 #
    19 LIB   = mjobs.a
    2017
    2118#
     
    2825#manalysis: MChisqEval (MParameters)
    2926
    30 #------------------------------------------------------------------------------
    31 
    32 .SUFFIXES: .c .cc .cxx .h .hxx .o
    33 
    3427SRCFILES = MJPedestal.cc \
    3528           MJCalibration.cc \
     
    3831           MGCamDisplays.cc
    3932
    40 SRCS    = $(SRCFILES)
    41 HEADERS = $(SRCFILES:.cc=.h)
    42 OBJS    = $(SRCFILES:.cc=.o)
    43 
    4433############################################################
    4534
    46 all: $(LIB)
     35all: $(OBJS)
    4736
    4837include ../Makefile.rules
    4938
    50 #clean: rmcint rmobjs rmcore rmlib
    51 
    5239mrproper:       clean rmbak
    53 
    54 # @endcode
    55 
Note: See TracChangeset for help on using the changeset viewer.