Rely on PLATFORM defined in main makefile
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 Jun 2004 12:10:38 +0000 (12:10 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 Jun 2004 12:10:38 +0000 (12:10 +0000)
build/Makefile.alphacxx6
build/Makefile.hpuxacc
build/Makefile.linux
build/Makefile.linuxia64ecc
build/Makefile.linuxia64gcc
build/Makefile.linuxicc
build/Makefile.macosx
build/Makefile.macosxxlc
build/Makefile.solarisCC5

index 32ecf23350f361be59aded6e76c572ac16eae37e..d7034a8f23b23617c07b48fc8b2ecd77a7de9d11 100644 (file)
@@ -1,8 +1,5 @@
 # Makefile to build ALIROOT for OSF1
 
-# Which Machine 
-PLATFORM      = alpha
-
 # The compilers
 CXX           = cxx 
 F77          = f77
index dbc59ba104a51590558a5d731fb7af5e015a9c89..809c5d2514b18a664819574f3e5d87ba3b474303 100644 (file)
@@ -1,7 +1,3 @@
-PLATFORM:= hpux
-
-# The compilers
-
 # The compilers
 CXX           = aCC
 F77          = f77
index bb00cee33d1595a2244d7d6113bf42c4e899e079..ca55a0d6b0569187c66b1d1cac283b6a85189ad7 100644 (file)
@@ -1,5 +1,3 @@
-PLATFORM:=linux
-
 # The compilers
 CXX           = g++ 
 F77          = g77
index 62f921977af5547f94b7f5f0e7a11051348d4e1d..104092313de19ae05bf227e2546ed413a9de648e 100644 (file)
@@ -1,5 +1,3 @@
-PLATFORM:=linuxicc
-
 # The compilers
 CXX           = ecc 
 F77          = efc
index fa2192c8d766f77d5802e92d314e39d4f321cfee..891d188262884b20e0fb25c9829b5be820d92a4f 100644 (file)
@@ -1,5 +1,3 @@
-PLATFORM:=linux
-
 # The compilers
 CXX           = g++ 
 F77          = g77
index 9cffb66f29ac8e2ff34f6a517a6a3399479d47d4..a10ed4a254ecf0faa29d596506e4e3a8b3fb62ef 100644 (file)
@@ -1,5 +1,3 @@
-PLATFORM:=linuxicc
-
 # The C/C++ compilers
 CXX           = icc
 CC            = icc
index e5f9ec1a447be8be4fd0b1fda51bae83cedbb2d3..043a42f7ef9dd9156a6c50726cfb59ad583fa9d3 100644 (file)
@@ -1,5 +1,3 @@
-PLATFORM:=Darwin
-
 # The compilers
 CXX           = g++ 
 F77          = g77
index 4352f611f41aa3bade651d170536fcc1a54408ec..607ad27c05b945935195d770f0900ae7c7affd6e 100644 (file)
@@ -1,5 +1,3 @@
-PLATFORM:=Darwinxlc
-
 # The compilers
 CXX           = xlC
 F77          = xlf
index ad82ba1d3081e2edeaff8147f041bf1bd98abc0b..289fb3cc6d600120915004eaaa361522fbe14058 100644 (file)
@@ -1,8 +1,5 @@
 # Makefile to build ALIROOT for SunOS
 
-# Which Machine 
-PLATFORM      = solaris
-
 # The compilers
 CXX           = /opt/SUNWspro/bin/CC
 CC           = /opt/SUNWspro/bin/cc