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/mhbase/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   = mhbase.a
    20 
    21 #
    2219#  connect the include files defined in the config.mk file
    2320#
    2421INCLUDES = -I. -I../mbase -I../mdata
    25 
    26 #------------------------------------------------------------------------------
    27 
    28 .SUFFIXES: .c .cc .cxx .h .hxx .o
    2922
    3023SRCFILES = MFillH.cc \
     
    3629           MHMatrix.cc
    3730
    38 SRCS    = $(SRCFILES)
    39 HEADERS = $(SRCFILES:.cc=.h)
    40 OBJS    = $(SRCFILES:.cc=.o)
    41 
    4231############################################################
    4332
    44 all: $(LIB)
     33all: $(OBJS)
    4534
    4635include ../Makefile.rules
    4736
    48 #clean: rmcint rmobjs rmcore rmlib
    49 
    5037mrproper:       clean rmbak
    51 
    52 # @endcode
    53 
    54 
    55 
    56 
    57 
    58 
    59 
    60 
Note: See TracChangeset for help on using the changeset viewer.