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

    r3821 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   = mimage.a
    20 
    21 #
    2219#  connect the include files defined in the config.mk file
    2320#
    2421INCLUDES = -I. -I../mbase -I../mhbase -I../mgeom -I../manalysis \
    2522           -I../mgui -I../mmc -I../mpointing -I../mpedestal
    26 
    27 #------------------------------------------------------------------------------
    28 
    29 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3023
    3124SRCFILES = MImgCleanStd.cc \
     
    4639           MStereoCalc.cc
    4740
    48 SRCS    = $(SRCFILES)
    49 HEADERS = $(SRCFILES:.cc=.h)
    50 OBJS    = $(SRCFILES:.cc=.o)
    51 
    5241############################################################
    5342
    54 all: $(LIB)
     43all: $(OBJS)
    5544
    5645include ../Makefile.rules
    5746
    58 #clean: rmcint rmobjs rmcore rmlib
    59 
    6047mrproper:       clean rmbak
    61 
    62 # @endcode
Note: See TracChangeset for help on using the changeset viewer.