]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Update the help message
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 26 Oct 2007 15:01:47 +0000 (15:01 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 26 Oct 2007 15:01:47 +0000 (15:01 +0000)
build/MakefileDA

index c202f11fd1c74ee0cc0f2b66e46679391caa04a0..c8cc000464f863c3ec3d7e292407f1bf878e359f 100644 (file)
@@ -303,14 +303,17 @@ $(DATARGETNAME)-rpm:
        @echo
        @echo "*******************************************************************************************************"
        @echo "* In order to build a detector-algorithm package you have run AliRoot make with the following syntax: *"
-       @echo "* For example: make TPC-da (compiles and link TPC/TPCda.cxx DA source file and produces TPCda.exe)    *"
-       @echo "*              make MUON-TRK-da (MUON is the AliRoot module, TRK is the name of the DA algorithm,     *"
-       @echo "*                                this target will compile and link MUON/MUONTRKda.cxx and will        *"
-       @echo "*                                produce MUONTRKda.exe)                                               *"
+       @echo "* For example: make daqDA-TPC (compiles and link all the TPC DAs and produces the corresponding DA    *"
+       @echo "*                             executables)                                                            *"
+       @echo "*              make daqDA-MCH (MCH is the online code for MUON TRK detector.                          *"
+       @echo "*                              this target will compile and link MUON/MUONTRKda.cxx and will          *"
+       @echo "*                              produce MUONTRKda.exe)                                                 *"
        @echo "* In case you want to build the corresponding DA binary RPM, you have to add -rpm to your target name,*"
        @echo "* for example:                                                                                        *"
-       @echo "*              make TOF-da-rpm  (compiles, links TOF/TOFda.cxx and builds the TOF DA binary RPM)      *"
-       @echo "*              make ITS-SPD-da-rpm (compiles, link ITS/ITSSPDda.cxx and builds ITS SPD DA binary RPM) *"
+       @echo "*              make daqDA-TOF-rpm  (compiles, links TOF/TOFda.cxx and builds the TOF DA binary RPM)   *"
+       @echo "*              make daqDA-SPD-rpm (compiles, link ITS/ITSSPDda.cxx and builds ITS SPD DA binary RPM)  *"
+       @echo "* For more details about the DA targets, please refer to:                                             *"
+       @echo "* http://aliceinfo.cern.ch/static/people/cheshkov/da-packaging/                                       *"
        @echo "*******************************************************************************************************"
        @echo