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

Last change on this file since 20115 was 5099, checked in by moralejo, 20 years ago
Adapted headers to current c++ style, removed -Wno-deprecated from compilation options.
File size: 1.6 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: moralejo $
22# $Date: 2004-09-17 13:51:01 $
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_ROOT = ${ROOTSYS}/include
44INCLUDE_CPLUS = /usr/include/cxx
45
46INCLUDE_MARS_MBASE = ../../../Mars/mbase
47INCLUDE_MARS_MGEOM = ../../../Mars/mgeom
48INCLUDE_MARS_MGUI = ../../../Mars/mgui
49INCLUDE_MARS_MC = ../../../Mars/mmc
50INCLUDE_MARS_MRAW = ../../../Mars/mraw
51
52# all the stuff for ROOT
53
54
55ROOTLIBS = `root-config --libs`
56
57ROOTGLIBS = `root-config --glibs`
58
59GLIBS = $(ROOTLIBS) $(ROOTGLIBS)
60
61
62
63# compiler options
64
65OPTIM = -ieee -arch host
66DEBUG = -g
67
68# libraries
69
70
71RANLIBDIR = ../lib
72
73# system
74
75SYSTEM = osf1
76
77# uncomment this for quiet compilation
78
79.SILENT:
80
81# @endcode
82##EOF
83
Note: See TracBrowser for help on using the repository browser.