################################################################## # # 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: magiccvs $ # $Date: 1999-11-25 20:34:58 $ ################################################################## # @maintitle # @code # program PROGRAM = camera # compilers & tools CC = gcc CXX = g++ F77 = g77 DOCUM = ../sus/sus RATE = ../../comstat/comstat -g -p OPTIM = -Df2cFortran DEBUG = -g # libraries CERNDIR = /cern INCLUDE_CERN = ${CERNDIR}/pro/include/cfortran # system SYSTEM = linux # @endcode ##EOF