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

    r2800 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
     
    1517
    1618#
    17 # Library name to creatre
    18 #
    19 LIB   = mreflector.a
    20 
    21 #
    2219#  connect the include files defined in the config.mk file
    2320#
    2421INCLUDES = -I. -I../mbase -I../mgui -I../mgeom
    25 
    26 #------------------------------------------------------------------------------
    27 
    28 .SUFFIXES: .c .cc .cxx .h .hxx .o
    2922
    3023SRCFILES = MRflEvtData.cc \
     
    3326           MRflSinglePhoton.cc
    3427
    35 SRCS    = $(SRCFILES)
    36 HEADERS = $(SRCFILES:.cc=.h)
    37 OBJS    = $(SRCFILES:.cc=.o)
    38 
    3928############################################################
    4029
    41 all: $(LIB)
     30all: $(OBJS)
    4231
    4332include ../Makefile.rules
    4433
    45 #clean: rmcint rmobjs rmcore rmlib
    46 
    4734mrproper:       clean rmbak
    48 
    49 # @endcode
    50 
Note: See TracChangeset for help on using the changeset viewer.