source: trunk/MagicSoft/Simulation/Corsika/Checkmc/config.mk.osf1@ 12426

Last change on this file since 12426 was 328, checked in by magiccvs, 25 years ago
This is the starting point for further development of the checkmc program. This program is based on the work of JC Gonzales, D Petry & P Morawitz. I hope it is running under linux and osf/alphas. You have to set the right values in the config.mk.* file and the Makefile. Now this program is also under CVS control.
File size: 1.1 KB
Line 
1##################################################################
2#
3# config.mk
4#
5# @file config.mk
6# @title small configuration file for Makefile
7# @author J C Gonz\'alez
8# @email gonzalez@mppmu.mpg.de
9# @date Fri Mar 12 11:51:11 MET 1999
10#
11#_______________________________________________________________
12#
13# Created: Fri Mar 12 11:51:11 MET 1999
14# Author: Jose Carlos Gonzalez
15# Purpose: Makefile for the compilation of the reflector program
16# Notes:
17#
18#---------------------------------------------------------------
19# $RCSfile: config.mk.osf1,v $
20# $Revision: 1.1.1.1 $
21# $Author: magiccvs $
22# $Date: 1999-11-25 20:34:58 $
23##################################################################
24# @maintitle
25
26# @code
27
28# program
29
30PROGRAM = camera
31
32# compilers & tools
33
34CC = cc
35CXX = cxx
36F77 = f77
37
38DOCUM = ../sus/sus
39RATE = ../../comstat/comstat -g -p
40
41OPTIM = -O
42DEBUG = -g
43
44# libraries
45
46CERNDIR = /CERN
47INCLUDE_CERN = ${CERNDIR}/cfortran
48
49# system
50
51SYSTEM = osf
52
53# @endcode
54##EOF
Note: See TracBrowser for help on using the repository browser.