source: trunk/MagicSoft/Simulation/Detector/Camera/config.mk.osf1@ 400

Last change on this file since 400 was 400, checked in by MagicSol, 24 years ago
Added to the config.mk.osf1 file the includes for Fadc simulation.
File size: 1.8 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.2 $
21# $Author: MagicSol $
22# $Date: 2000-06-07 11:20:05 $
23##################################################################
24# @maintitle
25
26# @code
27
28# program
29
30PROGRAM = camera
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_FADC = ../include-MFadc
47INCLUDE_EVITA = ../../../include-Classes
48INCLUDE_REFL = ../Reflector
49INCLUDE_ROOT = ${ROOTSYS}/include
50INCLUDE_CPLUS = /usr/include/cxx
51
52OPTIM = -ieee -arch host
53#OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
54DEBUG = -g
55
56# libraries
57
58ROOTLIBS = -L/CERN/root/lib -lNew -lCore -lCint -lHist \
59 -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
60 -lMatrix -lPhysics -lm
61
62ROOTGLIBS = -L/CERN/root/lib -lNew -lCore -lCint -lHist \
63 -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
64 -lMatrix -lPhysics -lGui -lm
65
66GLIBS = $(ROOTLIBS) $(ROOTGLIBS)
67
68
69
70RANLIBDIR = ../lib
71CERNDIR = /cern
72
73# system
74
75SYSTEM = linux
76
77# uncomment this for quiet compilation
78
79.SILENT:
80
81# @endcode
82##EOF
83
Note: See TracBrowser for help on using the repository browser.