]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.linuxicc
Made valid calibrations w/range 0-999999 - note oversampling is 4
[u/mrichter/AliRoot.git] / build / Makefile.linuxicc
index 3bbf67d75696bbbccb3913662da9cd7f3f148f51..c47ba493c7badbdc9896dec6e89f1d06c330f8e3 100644 (file)
@@ -1,5 +1,9 @@
 # Makefile for AliRoot for Linux with the Intel icc compiler
 
+# System dependent commands
+
+XARGS = xargs -r
+
 # The compilers
 CXX           = icc
 CC            = icc
@@ -57,5 +61,5 @@ LIBNOVER      = `find /lib -name 'libNoVersion*.so' | xargs --replace basename {
 
 #System libraries
 SYSLIBS      := -lcrypt -L/usr/X11R6/lib -lX11 $(LIBNOVER) -L/usr/local/lib \
-                -lXt -L$(shell which ifort | sed -e 's|bin/ifort|lib|') 
+                -lXt -L$(shell which ifort | sed -e 's|bin/ifort|lib|') \
                 -lifcore -lifport