source: trunk/MagicSoft/Simulation/Detector/Camera/config.mk.linux-gnu@ 1000

Last change on this file since 1000 was 737, checked in by harald, 24 years ago
Change neccessary due to the new Reflector code of Ciro and Denis.
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.linux-gnu,v $
20# $Revision: 1.6 $
21# $Author: harald $
22# $Date: 2001-04-09 15:10:05 $
23##################################################################
24# @maintitle
25
26# @code
27
28# program
29
30PROGRAM = camera
31
32# compilers
33
34CC = g++
35CXX = g++
36F77 = f77
37
38DOCUM = ${HOME}/detector/sus/sus
39
40# includes
41
42INCLUDE = ../include-GENERAL
43INCLUDE_COR = ../include-CORSIKA
44INCLUDE_MC = ../include-MC
45INCLUDE_LONS = ../include-MLons
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 = ../ReflectorII
53INCLUDE_STAR = ../StarResponse
54INCLUDE_ROOT = ${ROOTSYS}/include
55INCLUDE_CPLUS = /usr/include/g++
56
57OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
58DEBUG = -g
59
60# libraries
61
62ROOTLIBS = `root-config --libs`
63
64# -L/CERN/root/lib -lNew -lCore -lCint -lHist \
65# -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
66# -lMatrix -lPhysics -lm
67
68ROOTGLIBS = `root-config --glibs`
69
70# -L/CERN/root/lib -lNew -lCore -lCint -lHist \
71# -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
72# -lMatrix -lPhysics -lGui -lm
73
74GLIBS = $(ROOTLIBS) $(ROOTGLIBS)
75
76
77
78RANLIBDIR = ../lib
79CERNDIR = /cern
80
81# system
82
83SYSTEM = linux
84
85# uncomment this for quiet compilation
86
87.SILENT:
88
89# @endcode
90##EOF
91
Note: See TracBrowser for help on using the repository browser.