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

    r3815 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
    1315#
    1416CINT  = Main
    15 
    16 #
    17 # Library name to creatre
    18 #
    19 LIB   = mmain.a
    2017
    2118#
     
    2724           -I../mdata -I../msignal -I../mcalib -I../mbadpixels            \
    2825           -I../mpointing -I../mpedestal
    29 
    30 #------------------------------------------------------------------------------
    31 
    32 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3326
    3427SRCFILES = MBrowser.cc \
     
    4336           MCameraDisplay.cc
    4437
    45 SRCS    = $(SRCFILES)
    46 HEADERS = $(SRCFILES:.cc=.h)
    47 OBJS    = $(SRCFILES:.cc=.o)
    48 
    4938############################################################
    5039
    51 all: $(LIB)
     40all: $(OBJS)
    5241
    5342include ../Makefile.rules
    5443
    55 #clean: rmcint rmobjs rmcore rmlib
    56 
    5744mrproper:       clean rmbak
    58 
    59 # @endcode
Note: See TracChangeset for help on using the changeset viewer.