source: branches/start/MagicSoft/Simulation/Detector/TimeCam/config.mk.osf1@ 12105

Last change on this file since 12105 was 353, checked in by harald, 25 years ago
this is just the starting point of the further development of the camera project to simulate MonteCarloShower for MAGIC. The TimeCam is using also the information of the arrival time of the cerenkov photons (or the photoelectrons). This is the status of the program as presented on the general MAGIC meeting in Barcelona! Each one is invited to collaborate!!!
File size: 1.7 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 camera program
16# Notes:
17#
18#---------------------------------------------------------------
19# $RCSfile: config.mk.osf1,v $
20# $Revision: 1.1.1.1 $
21# $Author: harald $
22# $Date: 2000-02-08 15:13:44 $
23##################################################################
24# @maintitle
25
26# @code
27
28# program
29
30PROGRAM = timecam
31
32# compilers
33
34CC = cc
35CXX = cxx
36F77 = f77
37
38DOCUM = ${HOME}/detector/sus/sus
39
40# includes
41
42INCLUDE = ../include-GENERAL
43INCLUDE_COR = ../include-CORSIKA
44INCLUDE_MC = ../include-MC
45INCLUDE_TRIGGER = ../include-MTrigger
46INCLUDE_EVITA = ../../../include-Classes
47INCLUDE_REFL = ../Reflector
48INCLUDE_ROOT = ${ROOTSYS}/include
49INCLUDE_CPLUS = /usr/include/cxx
50
51OPTIM = -ieee -arch host
52#OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
53DEBUG = -g
54
55# libraries
56
57ROOTLIBS = -L/CERN/root/lib -lNew -lCore -lCint -lHist \
58 -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
59 -lMatrix -lPhysics -lm
60
61ROOTGLIBS = -L/CERN/root/lib -lNew -lCore -lCint -lHist \
62 -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
63 -lMatrix -lPhysics -lGui -lm
64
65GLIBS = $(ROOTLIBS) $(ROOTGLIBS)
66
67
68
69RANLIBDIR = ../lib
70CERNDIR = /cern
71
72# system
73
74SYSTEM = linux
75
76# uncomment this for quiet compilation
77
78.SILENT:
79
80# @endcode
81##EOF
82
Note: See TracBrowser for help on using the repository browser.