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

    r2800 r3927  
    11##################################################################
    22#
    3 #   makefile
     3#   subdirectory makefile
    44#
    55#   for the MARS software
     
    99include ../Makefile.conf.general
    1010
    11 #
    12 # Handling name of the Root Dictionary Files
    13 #
    14 CINT  = Temp
     11#------------------------------------------------------------------------------
    1512
    16 #
    17 # Library name to creatre
    18 #
    19 LIB   = mtemp.a
     13INCLUDES = -I.
    2014
    21 #
    22 #  connect the include files defined in the config.mk file
    23 #
    24 INCLUDES = -I. -I../mbase -I../mraw -I../manalysis -I../mmc \
    25            -I../mgui -I../mgeom -I../mdata -I../mhist -I../../slalib
     15CINT     = Temp
    2616
    27 .SUFFIXES: .c .cc .cxx .h .hxx .o
    28 
    29 SRCFILES = \
    30         MObservatoryLocation.cc \
    31         MVPObject.cc \
    32         MVPPlotter.cc \
    33         MVPTime.cc
    34 
    35 SRCS    = $(SRCFILES)
    36 HEADERS = $(SRCFILES:.cc=.h)
    37 OBJS    = $(SRCFILES:.cc=.o)
     17SRCFILES =
    3818
    3919############################################################
    4020
    41 all: $(LIB)
     21all: $(OBJS)
    4222
    4323include ../Makefile.rules
    4424
    45 #clean: rmcint rmobjs rmcore rmlib
    46 
    4725mrproper:       clean rmbak
    48 
    49 # @endcode
    50 
    51 
Note: See TracChangeset for help on using the changeset viewer.