Changeset 1048 for trunk/MagicSoft/Mars/Makefile
- Timestamp:
- 11/07/01 11:50:28 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r1027 r1048 97 97 @echo "Removing htmldoc-tree" 98 98 @rm -rf htmldoc 99 @echo "Doing Mr.Proper in manalysis" 100 @cd manalysis; (make mrproper > /dev/null); cd .. 99 101 @echo "Doing Mr.Proper in mbase" 100 102 @cd mbase; (make mrproper > /dev/null); cd .. 101 @echo "Doing Mr.Proper in m raw"102 @cd m raw; (make mrproper > /dev/null); cd ..103 @echo "Doing Mr.Proper in m hist"104 @cd m hist; (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 .. 105 107 @echo "Doing Mr.Proper in mfilter" 106 108 @cd mfilter; (make mrproper > /dev/null); cd .. 107 109 @echo "Doing Mr.Proper in mgui" 108 110 @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 .. 111 115 @echo "Doing Mr.Proper in mmc" 112 116 @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 117 @echo "Doing Mr.Proper in mmontecarlo" 118 118 @cd mmontecarlo; (make mrproper > /dev/null); cd .. 119 @echo "Doing Mr.Proper in m main"120 @cd m main; (make mrproper > /dev/null); cd ..119 @echo "Doing Mr.Proper in mraw" 120 @cd mraw; (make mrproper > /dev/null); cd .. 121 121 @echo "Done." 122 122
Note:
See TracChangeset
for help on using the changeset viewer.