]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.win32gcc
new functions, mc analysis can be performed also for pi0 and k0. eta of seed can...
[u/mrichter/AliRoot.git] / build / Makefile.win32gcc
index 6734c6c68a056d67357687c7af05eacb86b4f16e..d15e74e0662e110a0c03c30739bca631dad3a547 100644 (file)
@@ -1,16 +1,10 @@
+# -*- mode: makefile -*-
 # Makefile to build AliRoot for Linux
 
 # System dependent commands
 
 XARGS = xargs -r
 
-# The compilers
-CXX           = g++ 
-F77          = g77
-CC           = gcc
-CCMAJORV      = $(shell $(CC) -dumpversion | cut -d. -f1)
-CCMINORV      = $(shell $(CC) -dumpversion | cut -d. -f2)
-
 # Global optimisation
 OPT           = -O -g
 NOOPT         = -g
@@ -37,7 +31,7 @@ DEPENDFFLAGS   = $(FFLAGS)
 # rootcint flags
 CINTFLAGS     = 
 
-LD            = g++
+LD            = $(shell root-config --ld)
 LDFLAGS       = $(OPT) 
 
 SHLD         = $(LD)