Index: trunk/MagicSoft/Simulation/Detector/Camera/config.mk.osf1
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/config.mk.osf1	(revision 440)
+++ trunk/MagicSoft/Simulation/Detector/Camera/config.mk.osf1	(revision 441)
@@ -18,7 +18,7 @@
 #---------------------------------------------------------------
 # $RCSfile: config.mk.osf1,v $
-# $Revision: 1.2 $
-# $Author: MagicSol $ 
-# $Date: 2000-06-07 11:20:05 $
+# $Revision: 1.3 $
+# $Author: magicsol $ 
+# $Date: 2000-10-25 09:13:24 $
 ##################################################################
 # @maintitle
@@ -40,4 +40,5 @@
 # includes
 
+ROOTSYS = `root-config --prefix`
 INCLUDE         = ../include-GENERAL
 INCLUDE_COR     = ../include-CORSIKA
@@ -55,12 +56,13 @@
 
 # libraries
+ROOTLIBS = `root-config --libs`
+#ROOTLIBS =  	-L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
+#		-lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
+#		-lMatrix -lPhysics -lm  
 
-ROOTLIBS =  	-L/CERN/root/lib -lNew -lCore -lCint -lHist \
-		-lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
-		-lMatrix -lPhysics -lm  
-
-ROOTGLIBS = 	-L/CERN/root/lib -lNew -lCore -lCint -lHist \
-		-lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
-		-lMatrix -lPhysics -lGui -lm  
+ROOTGLIBS = `root-config --glibs`
+#ROOTGLIBS = 	-L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
+#		-lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
+#		-lMatrix -lPhysics -lGui -lm  
 
 GLIBS = 	$(ROOTLIBS) $(ROOTGLIBS)
@@ -69,6 +71,6 @@
 
 RANLIBDIR = ../lib
-CERNDIR = /cern
-
+CERNDIR = /CERN
+  
 # system
 
