]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changes to avoid warnings (I.Hrivnacova)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 May 2003 15:11:52 +0000 (15:11 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 May 2003 15:11:52 +0000 (15:11 +0000)
share/alibtool

index 1057bbaefdc0a663229548d679322d7537b92778..2fe1fd2259b029f15b1ab98d884c970c797616f1 100755 (executable)
@@ -5,6 +5,9 @@
 #
 # modification history
 # $Log$
+# Revision 1.4  2002/10/14 14:57:45  hristov
+# Merging the VirtualMC branch to the main development branch (HEAD)
+#
 # Revision 1.3.6.1  2002/07/09 12:24:49  alibrary
 # Corrections for new MC
 #
 
 MkDepend()
 {
-rmkdepend -f- -w 3000 -- -I$ROOTSYS/cint/include $* | sed -e "s@^\(.*\)\/\(.*\)\.o:@\1\/tgt_${ALICE_TARGET}\/\2.d \1\/tgt_${ALICE_TARGET}/\\2.o:@" -e 's@^#.*$@@' -e '/^$/d'
+IPATH="-I$ROOTSYS/cint/include"
+IPATH=$IPATH" -I/usr/include/g++-2"                   #Linux gcc 2.x
+IPATH=$IPATH" -I/opt/SUNWspro/WS6U1/include/CC/Cstd"  #Sun CC5
+IPATH=$IPATH" -I/usr/include/cxx"                     #DEC cxx
+IPATH=$IPATH" -I/opt/aCC/include"                     #HP-UX aCC
+rmkdepend -f- -w 3000 -- $IPATH $* | sed -e "s@^\(.*\)\/\(.*\)\.o:@\1\/tgt_${ALICE_TARGET}\/\2.d \1\/tgt_${ALICE_TARGET}/\\2.o:@" -e 's@^#.*$@@' -e '/^$/d'
 }
 MkDependF()
 {