source: trunk/MagicSoft/Simulation/Detector/StarResponse/config.mk.Linux@ 725

Last change on this file since 725 was 624, checked in by magicsol, 24 years ago
*** empty log message ***
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,v $
20# $Revision: 1.1 $
21# $Author: magicsol $
22# $Date: 2001-02-22 20:28:06 $
23##################################################################
24# @maintitle
25
26# @code
27
28# compilers
29
30CC = g++
31CXX = g++
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/g++
50
51# all the stuff for ROOT
52
53
54ROOTLIBS = `root-config --libs`
55
56# -L/cern/root/lib -lNew -lCore -lCint -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lm -ldl -rdynamic
57
58ROOTGLIBS = `root-config --glibs`
59
60# -L/cern/root/lib -lNew -lCore -lCint -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lGui -lm -ldl -rdynamic
61
62GLIBS = $(ROOTLIBS) $(ROOTGLIBS) -L/usr/X11R6/lib \
63 -lXpm -lX11 -lm -ldl -rdynamic
64
65
66# compiler options
67
68#OPTIM = -O2 -ieee
69OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
70DEBUG = -g
71
72# libraries
73
74RANLIBDIR = ../lib
75CERNDIR = /cern
76
77# system
78
79SYSTEM = linux
80
81# uncomment this for quiet compilation
82
83.SILENT:
84
85# @endcode
86##EOF
Note: See TracBrowser for help on using the repository browser.