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

Last change on this file since 504 was 441, checked in by magicsol, 24 years ago
*** empty log message ***
File size: 1.9 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.3 $
21# $Author: magicsol $
22# $Date: 2000-10-25 09:13:24 $
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_REFL = ../Reflector
50INCLUDE_ROOT = ${ROOTSYS}/include
51INCLUDE_CPLUS = /usr/include/cxx
52
53OPTIM = -ieee -arch host
54#OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
55DEBUG = -g
56
57# libraries
58ROOTLIBS = `root-config --libs`
59#ROOTLIBS = -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
60# -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
61# -lMatrix -lPhysics -lm
62
63ROOTGLIBS = `root-config --glibs`
64#ROOTGLIBS = -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
65# -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
66# -lMatrix -lPhysics -lGui -lm
67
68GLIBS = $(ROOTLIBS) $(ROOTGLIBS)
69
70
71
72RANLIBDIR = ../lib
73CERNDIR = /CERN
74
75# system
76
77SYSTEM = linux
78
79# uncomment this for quiet compilation
80
81.SILENT:
82
83# @endcode
84##EOF
85
Note: See TracBrowser for help on using the repository browser.