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/mgeom/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   = mgeom.a
    20 
    21 #
    2219#  connect the include files defined in the config.mk file
    2320#
    2421INCLUDES = -I. -I../mbase -I../MBase
    25 
    26 #------------------------------------------------------------------------------
    27 
    28 .SUFFIXES: .c .cc .cxx .h .hxx .o
    2922
    3023SRCFILES = MGeomPix.cc \
     
    4134           MGeomPMT.cc
    4235
    43 SRCS    = $(SRCFILES)
    44 HEADERS = $(SRCFILES:.cc=.h)
    45 OBJS    = $(SRCFILES:.cc=.o)
    46 
    4736############################################################
    4837
    49 all: $(LIB)
     38all: $(OBJS)
    5039
    5140include ../Makefile.rules
    5241
    53 #clean: rmcint rmobjs rmcore rmlib
    54 
    5542mrproper:       clean rmbak
    56 
    57 # @endcode
    58 
Note: See TracChangeset for help on using the changeset viewer.