Ignore:
Timestamp:
01/12/01 14:48:35 (24 years ago)
Author:
tbretz
Message:
see Changelog
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r463 r466  
    2424PROGRAMS = merpp readraw mars
    2525SOLIB    = mars.so
     26CINT     = M
    2627
    2728#
     
    5859
    5960# Use $(CXX) -v ... for a more verbose output
    60 $(PROGRAMS): $(MARS_LIBB) $(PROGRAMS:=.o) $(OBJS) MCint.o 
     61$(PROGRAMS): $(MARS_LIBB) $(PROGRAMS:=.o) $(OBJS) MCint.o
    6162        @echo " Linking $@ ..."
    6263        $(CXX) $(CXXFLAGS) $@.o $(OBJS) $(MARS_LIB) MCint.o $(ROOTGLIBS) -o $@
     
    8889
    8990
    90 MCint.cc:       $(HEADERS)
    91                 @echo "Generating dictionary MCint.cc..."
    92                 @$(ROOTSYS)/bin/rootcint -f MCint.cc \
    93                 -c $(INCLUDES) $(HEADERS) LinkDef.h
    94 
    9591include Makefile.rules
    9692
    9793clean:  rmlib rmcint rmobjs rmcore rmbin
    9894
    99 # @endcode
     95mrproper:       clean rmbak
     96        @rm -f macros/*~
     97        @rm -rf htmldoc
     98        @echo "cd mbase"
     99        @cd mbase; make mrproper; cd ..
     100        @echo "cd .."
     101        @echo "cd mraw"
     102        @cd mraw; make mrproper; cd ..
     103        @echo "cd .."
     104        @echo "cd mgui"
     105        @cd mgui; make mrproper; cd ..
     106        @echo "cd .."
     107        @echo "cd mdatacheck"
     108        @cd mdatacheck; make mrproper; cd ..
     109        @echo "cd .."
    100110
    101111
    102 
    103 # DO NOT DELETE
    104 
    105 
     112# @endcode
Note: See TracChangeset for help on using the changeset viewer.