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

Last change on this file since 577 was 507, checked in by magicsol, 24 years ago
It takes into account some modifications in the repository.
File size: 2.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 camera program
16# Notes:
17#
18#---------------------------------------------------------------
19# $RCSfile: config.mk.osf1,v $
20# $Revision: 1.4 $
21# $Author: magicsol $
22# $Date: 2001-01-15 12:43:30 $
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_TRIGGER = ../include-MTrigger
47INCLUDE_FADC = ../include-MFadc
48INCLUDE_EVITA = ../../../include-Classes
49INCLUDE_EVITA_MC = ../../../include-Classes/MMcFormat
50INCLUDE_EVITA_RAW = ../../../include-Classes/MRawFormat
51INCLUDE_EVITA_BASE = ../../../include-Classes/MBase
52INCLUDE_REFL = ../Reflector
53INCLUDE_ROOT = ${ROOTSYS}/include
54INCLUDE_CPLUS = /usr/include/cxx
55
56OPTIM = -ieee -arch host
57#OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
58DEBUG = -g
59
60# libraries
61ROOTLIBS = `root-config --libs`
62#ROOTLIBS = -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
63# -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
64# -lMatrix -lPhysics -lm
65
66ROOTGLIBS = `root-config --glibs`
67#ROOTGLIBS = -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
68# -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
69# -lMatrix -lPhysics -lGui -lm
70
71GLIBS = $(ROOTLIBS) $(ROOTGLIBS)
72
73
74
75RANLIBDIR = ../lib
76CERNDIR = /CERN
77
78# system
79
80SYSTEM = linux
81
82# uncomment this for quiet compilation
83
84.SILENT:
85
86# @endcode
87##EOF
88
Note: See TracBrowser for help on using the repository browser.