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/mgui/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   = mgui.a
    20 
    21 #
    2219#  connect the include files defined in the config.mk file
    2320#
    2421INCLUDES = -I. -I../mbase -I../mgeom
    2522
    26 #------------------------------------------------------------------------------
    27 
    28 .SUFFIXES: .c .cc .cxx .h .hxx .o
    29 
    3023SRCFILES = MHexagon.cc \
    3124           MCamEvent.cc
    3225           
    33 SRCS    = $(SRCFILES)
    34 HEADERS = $(SRCFILES:.cc=.h)
    35 OBJS    = $(SRCFILES:.cc=.o)
    36 
    3726############################################################
    3827
    39 all: $(LIB)
     28all: $(OBJS)
    4029
    4130include ../Makefile.rules
    4231
    43 #clean: rmcint rmobjs rmcore rmlib
    44 
    4532mrproper:       clean rmbak
    46 
    47 # @endcode
    48 
Note: See TracChangeset for help on using the changeset viewer.