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

    r3581 r3927  
    11##################################################################
    22#
    3 #   makefile
     3#   subdirectory makefile
    44#
    55#   for the MARS software
    66#
    77##################################################################
    8 # @maintitle
    9 
    10 # @code
    11 
    12 #
    13 #  please change all system depend values in the
    14 #  config.mk.${OSTYPE} file
    15 #
    16 #
    178include ../Makefile.conf.$(OSTYPE)
    189include ../Makefile.conf.general
    1910
    20 # @endcode
     11#------------------------------------------------------------------------------
    2112
    2213INCLUDES = -I. -I../mfileio -I../mfbase -I../mastro
     
    2516# mastro:   MAstro (MTime)
    2617
    27 # @code
    28 
    29 CINT     = Base
    30 LIB      = mbase.a
    31 
    32 #------------------------------------------------------------------------------
    33 
    34 .SUFFIXES: .c .cc .cxx .h .hxx .o
     18CINT = Base
    3519
    3620SRCFILES = MLogo.cc \
     
    4933           MFilter.cc \
    5034           MEvtLoop.cc \
    51            MStatusDisplay.cc \
    5235           MProgressBar.cc \
    5336           MSearch.cc \
     
    7053           MPrint.cc
    7154
    72 SRCS    = $(SRCFILES)
    73 HEADERS = $(SRCFILES:.cc=.h)
    74 OBJS    = $(SRCFILES:.cc=.o)
    75 
    7655############################################################
    7756
    78 all: $(LIB)
     57all: $(OBJS)
    7958
    8059include ../Makefile.rules
    8160
    82 #clean: rmcint rmobjs rmcore rmlib
    83 
    8461mrproper:       clean rmbak
    85 
    86 # @endcode
Note: See TracChangeset for help on using the changeset viewer.