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/mraw/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   = mraw.a
    20 
    21 #
    2219#  connect the include files defined in the config.mk file
    2320#
    2421INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../MBase
    2522# mgui (MCamEvent), mgeom(MGeomCam)
    26 
    27 #------------------------------------------------------------------------------
    28 
    29 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3023
    3124SRCFILES = MRawRunHeader.cc \
     
    4033           MRawSocketRead.cc
    4134
    42 SRCS    = $(SRCFILES)
    43 HEADERS = $(SRCFILES:.cc=.h)
    44 OBJS    = $(SRCFILES:.cc=.o)
    45 
    4635############################################################
    4736
    48 all: $(LIB)
     37all: $(OBJS)
    4938
    5039include ../Makefile.rules
    5140
    52 #clean: rmcint rmobjs rmcore rmlib
    53 
    5441mrproper:       clean rmbak
    55 
    56 # @endcode
    57 
Note: See TracChangeset for help on using the changeset viewer.