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

Last change on this file since 2987 was 1514, checked in by blanch, 22 years ago
Modification to use MGeomCam from MARS.
File size: 2.4 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.9 $
21# $Author: blanch $
22# $Date: 2002-09-04 10:06:54 $
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
42ROOTSYS = `root-config --prefix`
43INCLUDE = ../include-GENERAL
44INCLUDE_COR = ../include-CORSIKA
45INCLUDE_MC = ../include-MC
46INCLUDE_LONS = ../include-MLons
47INCLUDE_TRIGGER = ../include-MTrigger
48INCLUDE_FADC = ../include-MFadc
49INCLUDE_EVITA = ../../../include-Classes
50INCLUDE_EVITA_MC = ../../../include-Classes/MMcFormat
51INCLUDE_EVITA_RAW = ../../../include-Classes/MRawFormat
52INCLUDE_EVITA_BASE = ../../../include-Classes/MBase
53INCLUDE_MARS_MGEOM = ../../../include-Classes/mgeom
54INCLUDE_REFL = ../ReflectorII
55INCLUDE_STAR = ../StarResponse
56INCLUDE_ROOT = ${ROOTSYS}/include
57INCLUDE_CPLUS = /usr/include/cxx
58
59OPTIM = -ieee -arch host
60#OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
61DEBUG = -g -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst
62
63# libraries
64ROOTLIBS = `root-config --libs`
65#ROOTLIBS = -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
66# -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
67# -lMatrix -lPhysics -lm
68
69ROOTGLIBS = `root-config --glibs`
70#ROOTGLIBS = -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
71# -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
72# -lMatrix -lPhysics -lGui -lm
73
74ROOTVER = `root-config --version`
75ROOTCFLAGS= `root-config --cflags`
76
77GLIBS = $(ROOTLIBS) $(ROOTGLIBS)
78
79
80
81RANLIBDIR = ../lib
82CERNDIR = /CERN
83
84# system
85
86SYSTEM = osf1
87
88# uncomment this for quiet compilation
89
90.SILENT:
91
92# @endcode
93##EOF
94
Note: See TracBrowser for help on using the repository browser.