Index: trunk/MagicSoft/Simulation/Detector/Reflector/Makefile
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Reflector/Makefile	(revision 298)
+++ trunk/MagicSoft/Simulation/Detector/Reflector/Makefile	(revision 299)
@@ -19,7 +19,7 @@
 #
 # $RCSfile: Makefile,v $
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
 # $Author: harald $ 
-# $Date: 1999-10-29 07:00:32 $
+# $Date: 1999-11-01 10:53:48 $
 #
 ##################################################################
@@ -28,5 +28,5 @@
 # @code
 
-INCLUDEMK = config.mk
+INCLUDEMK = config.mk.${OSTYPE}
 include ${INCLUDEMK}
 
@@ -40,5 +40,5 @@
 	   -I${INCLUDE_MC}   \
 	   -I${INCLUDE_REFL} \
-           -I/usr/include
+           -I/usr/include  -I/usr/include/g++
 
 #CERNLIBDIR = ${CERNDIR}/pro/lib/
Index: trunk/MagicSoft/Simulation/Detector/Reflector/config.mk
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Reflector/config.mk	(revision 298)
+++ 	(revision )
@@ -1,61 +1,0 @@
-##################################################################
-#
-# config.mk
-#
-# @file        config.mk
-# @title       small configuration file for Makefile
-# @author      J C Gonz\'alez
-# @email       gonzalez@mppmu.mpg.de
-# @date        Fri Mar 12 11:51:11 MET 1999
-#
-#_______________________________________________________________
-#
-# Created: Fri Mar 12 11:51:11 MET 1999
-# Author:  Jose Carlos Gonzalez
-# Purpose: Makefile for the compilation of the reflector program
-# Notes:   
-#    
-#---------------------------------------------------------------
-# $RCSfile: config.mk,v $
-# $Revision: 1.1.1.1 $
-# $Author: harald $ 
-# $Date: 1999-10-29 07:00:33 $
-##################################################################
-# @maintitle
-
-# @code
-
-# program
-
-PROGRAM = camera
-
-# compilers & tools
-
-CC            = cc
-CXX           = cxx
-F77           = f77
-
-DOCUM         = ../sus/sus
-RATE          = ../../comstat/comstat -g -p 
-
-# includes		
-
-INCLUDE       = ../include-GENERAL
-INCLUDE_COR   = ../include-CORSIKA
-INCLUDE_MC    = ../include-MC
-INCLUDE_REFL  = .
-
-OPTIM    = -O
-DEBUG    = -g
-
-# libraries
-
-RANLIBDIR = ../lib
-CERNDIR = /CERN
-
-# system
-
-SYSTEM  = osf
-
-# @endcode
-##EOF
Index: trunk/MagicSoft/Simulation/Detector/Reflector/config.mk.linux-gnu
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Reflector/config.mk.linux-gnu	(revision 299)
+++ trunk/MagicSoft/Simulation/Detector/Reflector/config.mk.linux-gnu	(revision 299)
@@ -0,0 +1,61 @@
+##################################################################
+#
+# config.mk
+#
+# @file        config.mk
+# @title       small configuration file for Makefile
+# @author      J C Gonz\'alez
+# @email       gonzalez@mppmu.mpg.de
+# @date        Fri Mar 12 11:51:11 MET 1999
+#
+#_______________________________________________________________
+#
+# Created: Fri Mar 12 11:51:11 MET 1999
+# Author:  Jose Carlos Gonzalez
+# Purpose: Makefile for the compilation of the reflector program
+# Notes:   
+#    
+#---------------------------------------------------------------
+# $RCSfile: config.mk.linux-gnu,v $
+# $Revision: 1.1 $
+# $Author: harald $ 
+# $Date: 1999-11-01 10:53:50 $
+##################################################################
+# @maintitle
+
+# @code
+
+# program
+
+PROGRAM = camera
+
+# compilers & tools
+
+CC            = gcc
+CXX           = g++
+F77           = g77
+
+DOCUM         = ../sus/sus
+RATE          = ../../comstat/comstat -g -p 
+
+# includes		
+
+INCLUDE       = ../include-GENERAL
+INCLUDE_COR   = ../include-CORSIKA
+INCLUDE_MC    = ../include-MC
+INCLUDE_REFL  = .
+
+OPTIM    = 
+DEBUG    = -g
+
+# libraries
+
+RANLIBDIR = ../lib
+CERNDIR = /CERN
+
+# system
+
+SYSTEM  = linux
+
+# @endcode
+##EOF
Index: trunk/MagicSoft/Simulation/Detector/Reflector/config.mk.osf1
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Reflector/config.mk.osf1	(revision 299)
+++ trunk/MagicSoft/Simulation/Detector/Reflector/config.mk.osf1	(revision 299)
@@ -0,0 +1,61 @@
+##################################################################
+#
+# config.mk
+#
+# @file        config.mk
+# @title       small configuration file for Makefile
+# @author      J C Gonz\'alez
+# @email       gonzalez@mppmu.mpg.de
+# @date        Fri Mar 12 11:51:11 MET 1999
+#
+#_______________________________________________________________
+#
+# Created: Fri Mar 12 11:51:11 MET 1999
+# Author:  Jose Carlos Gonzalez
+# Purpose: Makefile for the compilation of the reflector program
+# Notes:   
+#    
+#---------------------------------------------------------------
+# $RCSfile: config.mk.osf1,v $
+# $Revision: 1.1 $
+# $Author: harald $ 
+# $Date: 1999-11-01 10:53:51 $
+##################################################################
+# @maintitle
+
+# @code
+
+# program
+
+PROGRAM = camera
+
+# compilers & tools
+
+CC            = cc
+CXX           = cxx
+F77           = f77
+
+DOCUM         = ../sus/sus
+RATE          = ../../comstat/comstat -g -p 
+
+# includes		
+
+INCLUDE       = ../include-GENERAL
+INCLUDE_COR   = ../include-CORSIKA
+INCLUDE_MC    = ../include-MC
+INCLUDE_REFL  = .
+
+OPTIM    = -O
+DEBUG    = -g
+
+# libraries
+
+RANLIBDIR = ../lib
+CERNDIR = /CERN
+
+# system
+
+SYSTEM  = osf
+
+# @endcode
+##EOF
