################################################################## # # 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.1.1 $ # $Author: magiccvs $ # $Date: 1999-11-25 20:34:58 $ ################################################################## # @maintitle # @code # program PROGRAM = camera # compilers & tools CC = cc CXX = cxx F77 = f77 DOCUM = ../sus/sus RATE = ../../comstat/comstat -g -p OPTIM = -O DEBUG = -g # libraries CERNDIR = /CERN INCLUDE_CERN = ${CERNDIR}/cfortran # system SYSTEM = osf # @endcode ##EOF