Ignore:
Timestamp:
11/07/01 11:50:28 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r1027 r1048  
    9797        @echo "Removing htmldoc-tree"
    9898        @rm -rf htmldoc
     99        @echo "Doing Mr.Proper in manalysis"
     100        @cd manalysis; (make mrproper > /dev/null); cd ..
    99101        @echo "Doing Mr.Proper in mbase"
    100102        @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 ..
     103        @echo "Doing Mr.Proper in mdatacheck"
     104        @cd mdatacheck; (make mrproper > /dev/null); cd ..
     105        @echo "Doing Mr.Proper in mevtdisp"
     106        @cd meventdisp; (make mrproper > /dev/null); cd ..
    105107        @echo "Doing Mr.Proper in mfilter"
    106108        @cd mfilter; (make mrproper > /dev/null); cd ..
    107109        @echo "Doing Mr.Proper in mgui"
    108110        @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 mhist"
     112        @cd mhist; (make mrproper > /dev/null); cd ..
     113        @echo "Doing Mr.Proper in mmain"
     114        @cd mmain; (make mrproper > /dev/null); cd ..
    111115        @echo "Doing Mr.Proper in mmc"
    112116        @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 ..
    117117        @echo "Doing Mr.Proper in mmontecarlo"
    118118        @cd mmontecarlo; (make mrproper > /dev/null); cd ..
    119         @echo "Doing Mr.Proper in mmain"
    120         @cd mmain; (make mrproper > /dev/null); cd ..
     119        @echo "Doing Mr.Proper in mraw"
     120        @cd mraw; (make mrproper > /dev/null); cd ..
    121121        @echo "Done."
    122122
Note: See TracChangeset for help on using the changeset viewer.