From 10a7343b1d13824c2abcf8cd47ebf778f99b1779 Mon Sep 17 00:00:00 2001 From: alibrary Date: Thu, 3 Jun 2004 12:10:38 +0000 Subject: [PATCH] Rely on PLATFORM defined in main makefile --- build/Makefile.alphacxx6 | 3 --- build/Makefile.hpuxacc | 4 ---- build/Makefile.linux | 2 -- build/Makefile.linuxia64ecc | 2 -- build/Makefile.linuxia64gcc | 2 -- build/Makefile.linuxicc | 2 -- build/Makefile.macosx | 2 -- build/Makefile.macosxxlc | 2 -- build/Makefile.solarisCC5 | 3 --- 9 files changed, 22 deletions(-) diff --git a/build/Makefile.alphacxx6 b/build/Makefile.alphacxx6 index 32ecf23350f..d7034a8f23b 100644 --- a/build/Makefile.alphacxx6 +++ b/build/Makefile.alphacxx6 @@ -1,8 +1,5 @@ # Makefile to build ALIROOT for OSF1 -# Which Machine -PLATFORM = alpha - # The compilers CXX = cxx F77 = f77 diff --git a/build/Makefile.hpuxacc b/build/Makefile.hpuxacc index dbc59ba104a..809c5d2514b 100644 --- a/build/Makefile.hpuxacc +++ b/build/Makefile.hpuxacc @@ -1,7 +1,3 @@ -PLATFORM:= hpux - -# The compilers - # The compilers CXX = aCC F77 = f77 diff --git a/build/Makefile.linux b/build/Makefile.linux index bb00cee33d1..ca55a0d6b05 100644 --- a/build/Makefile.linux +++ b/build/Makefile.linux @@ -1,5 +1,3 @@ -PLATFORM:=linux - # The compilers CXX = g++ F77 = g77 diff --git a/build/Makefile.linuxia64ecc b/build/Makefile.linuxia64ecc index 62f921977af..104092313de 100644 --- a/build/Makefile.linuxia64ecc +++ b/build/Makefile.linuxia64ecc @@ -1,5 +1,3 @@ -PLATFORM:=linuxicc - # The compilers CXX = ecc F77 = efc diff --git a/build/Makefile.linuxia64gcc b/build/Makefile.linuxia64gcc index fa2192c8d76..891d1882628 100644 --- a/build/Makefile.linuxia64gcc +++ b/build/Makefile.linuxia64gcc @@ -1,5 +1,3 @@ -PLATFORM:=linux - # The compilers CXX = g++ F77 = g77 diff --git a/build/Makefile.linuxicc b/build/Makefile.linuxicc index 9cffb66f29a..a10ed4a254e 100644 --- a/build/Makefile.linuxicc +++ b/build/Makefile.linuxicc @@ -1,5 +1,3 @@ -PLATFORM:=linuxicc - # The C/C++ compilers CXX = icc CC = icc diff --git a/build/Makefile.macosx b/build/Makefile.macosx index e5f9ec1a447..043a42f7ef9 100644 --- a/build/Makefile.macosx +++ b/build/Makefile.macosx @@ -1,5 +1,3 @@ -PLATFORM:=Darwin - # The compilers CXX = g++ F77 = g77 diff --git a/build/Makefile.macosxxlc b/build/Makefile.macosxxlc index 4352f611f41..607ad27c05b 100644 --- a/build/Makefile.macosxxlc +++ b/build/Makefile.macosxxlc @@ -1,5 +1,3 @@ -PLATFORM:=Darwinxlc - # The compilers CXX = xlC F77 = xlf diff --git a/build/Makefile.solarisCC5 b/build/Makefile.solarisCC5 index ad82ba1d308..289fb3cc6d6 100644 --- a/build/Makefile.solarisCC5 +++ b/build/Makefile.solarisCC5 @@ -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 -- 2.31.1