Ignore:
Timestamp:
10/31/01 13:47:45 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r959 r1018  
    2020#
    2121
    22 PROGRAMS = merpp readraw mars
     22PROGRAMS = readraw merpp mars
    2323SOLIB    = mars.so
    2424CINT     = M
     
    9393
    9494mrproper:       clean rmbak
     95        @echo "Removing backup files in macros/"
    9596        @rm -f macros/*~
     97        @echo "Removing htmldoc-tree"
    9698        @rm -rf htmldoc
    97         @echo "cd mbase"
    98         @cd mbase; make mrproper; cd ..
    99         @echo "cd .."
    100         @echo "cd mraw"
    101         @cd mraw; make mrproper; cd ..
    102         @echo "cd .."
    103         @echo "cd mhist"
    104         @cd mhist; make mrproper; cd ..
    105         @echo "cd .."
    106         @echo "cd mfilter"
    107         @cd mfilter; make mrproper; cd ..
    108         @echo "cd .."
    109         @echo "cd mgui"
    110         @cd mgui; make mrproper; cd ..
    111         @echo "cd .."
    112         @echo "cd mdatacheck"
    113         @cd mdatacheck; make mrproper; cd ..
    114         @echo "cd .."
    115         @echo "cd mmc"
    116         @cd mmc; make mrproper; cd ..
    117         @echo "cd .."
    118         @echo "cd meventdisp"
    119         @cd meventdisp; make mrproper; cd ..
    120         @echo "cd .."
    121         @echo "cd manalysis"
    122         @cd manalysis; make mrproper; cd ..
    123         @echo "cd .."
    124         @echo "cd mmontecarlo"
    125         @cd mmontecarlo; make mrproper; cd ..
    126         @echo "cd .."
    127         @echo "cd mmain"
    128         @cd mmain; make mrproper; cd ..
    129         @echo "cd .."
     99        @echo "Doing Mr.Proper in mbase"
     100        @cd mbase; (make mrproper > /dev/null); cd ..
     101        @echo "Doing Mr.Proper in mraw"
     102        @cd mraw; (make mrproper > /dev/null); cd ..
     103        @echo "Doing Mr.Proper in mhist"
     104        @cd mhist; (make mrproper > /dev/null); cd ..
     105        @echo "Doing Mr.Proper in mfilter"
     106        @cd mfilter; (make mrproper > /dev/null); cd ..
     107        @echo "Doing Mr.Proper in mgui"
     108        @cd mgui; (make mrproper > /dev/null); cd ..
     109        @echo "Doing Mr.Proper in mdatacheck"
     110        @cd mdatacheck; (make mrproper > /dev/null); cd ..
     111        @echo "Doing Mr.Proper in mmc"
     112        @cd mmc; (make mrproper > /dev/null); cd ..
     113        @echo "Doing Mr.Proper in mevtdisp"
     114        @cd meventdisp; (make mrproper > /dev/null); cd ..
     115        @echo "Doing Mr.Proper in manalysis"
     116        @cd manalysis; (make mrproper > /dev/null); cd ..
     117        @echo "Doing Mr.Proper in mmontecarlo"
     118        @cd mmontecarlo; (make mrproper > /dev/null); cd ..
     119        @echo "Doing Mr.Proper in mmain"
     120        @cd mmain; (make mrproper > /dev/null); cd ..
     121        @echo "Done."
    130122
    131123tar:    mrproper
Note: See TracChangeset for help on using the changeset viewer.