################################################################## # # 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.1.1 $ # $Author: harald $ # $Date: 2000-07-06 10:18:48 $ ################################################################## # @maintitle # @code # program PROGRAM = camera # compilers & tools CC = gcc CXX = g++ F77 = g77 DOCUM = ../sus/sus RATE = ../../comstat/comstat -g -p # includes INCLUDE = ../../Detector/include-GENERAL INCLUDE_COR = ../../Detector/include-CORSIKA INCLUDE_ROOT = ${ROOTSYS}/include INCLUDE_SIMO = . OPTIM = DEBUG = -g # libraries ROOTLIBS = -L/cern/root/lib -lNew -lCore -lCint -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lm -ldl -lpthread -rdynamic ROOTGLIBS = -lGpad -lGui -lGX11 -lX3d -lX11 GLIBS = $(ROOTLIBS) $(ROOTGLIBS) -L/usr/X11R6/lib \ -lXpm -lX11 -lm -ldl RANLIBDIR = ../../Detector/lib CERNDIR = /CERN # system SYSTEM = linux # @endcode ##EOF