source: trunk/MagicSoft/Simulation/Detector/StarResponse/config.mk.osf1@ 1722

Last change on this file since 1722 was 997, checked in by blanch, 23 years ago
The operation system was set as linux and have been change to osf1.
File size: 2.0 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: blanch $
22# $Date: 2001-10-26 14:56:21 $
23##################################################################
24# @maintitle
25
26# @code
27
28# compilers
29
30CC = cc
31CXX = cxx
32F77 = f77
33
34DOCUM = ${HOME}/detector/sus/sus
35
36# includes
37
38INCLUDE = ../include-GENERAL
39INCLUDE_COR = ../include-CORSIKA
40INCLUDE_MC = ../include-MC
41INCLUDE_TRIGGER = ../include-MTrigger
42INCLUDE_FADC = ../include-MFadc
43INCLUDE_EVITA = ../../../include-Classes
44INCLUDE_EVITA_MC = ../../../include-Classes/MMcFormat
45INCLUDE_EVITA_RAW = ../../../include-Classes/MRawFormat
46INCLUDE_EVITA_BASE = ../../../include-Classes/MBase
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 = `root-config --libs`
58
59# -L/CERN/root/lib -lNew -lCore -lCint -lHist \
60# -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
61# -lMatrix -lPhysics -lm
62
63ROOTGLIBS = `root-config --glibs`
64
65# -L/CERN/root/lib -lNew -lCore -lCint -lHist \
66# -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
67# -lMatrix -lPhysics -lGui -lm
68
69GLIBS = $(ROOTLIBS) $(ROOTGLIBS)
70
71
72
73RANLIBDIR = ../lib
74CERNDIR = /cern
75
76# system
77
78SYSTEM = osf1
79
80# uncomment this for quiet compilation
81
82.SILENT:
83
84# @endcode
85##EOF
86
Note: See TracBrowser for help on using the repository browser.