source: trunk/MagicSoft/Simulation/Corsika/MaxiSingle/config.mk.osf1@ 9463

Last change on this file since 9463 was 790, checked in by domingo, 23 years ago
Version 1 of the MaxiSingle sources
File size: 1.5 KB
Line 
1
2##################################################################
3#
4# config.mk
5#
6# @file config.mk
7# @title small configuration file for Makefile
8# @author J C Gonz\'alez
9# @email gonzalez@mppmu.mpg.de
10# @date Fri Mar 12 11:51:11 MET 1999
11#
12#_______________________________________________________________
13#
14# Created: Fri Mar 12 11:51:11 MET 1999
15# Author: Jose Carlos Gonzalez
16# Purpose: Makefile for the compilation of the reflector program
17# Notes:
18#
19#---------------------------------------------------------------
20# $RCSfile: config.mk.osf1,v $
21# $Revision: 1.1.1.1 $
22# $Author: domingo $
23# $Date: 2001-05-16 12:02:20 $
24##################################################################
25# @maintitle
26
27# @code
28
29# program
30
31#PROGRAM = camera
32
33# compilers & tools
34
35CC = cc
36CXX = cxx
37F77 = f77
38
39DOCUM = ../sus/sus
40RATE = ../../comstat/comstat -g -p
41
42# includes
43
44INCLUDE = ../../Detector/include-GENERAL
45INCLUDE_COR = ../../Detector/include-CORSIKA
46INCLUDE_ROOT = ${ROOTSYS}/include
47INCLUDE_SIMO = .
48
49OPTIM = -O
50DEBUG = -g
51
52# libraries
53
54ROOTLIBS = -L/CERN/root/lib -lNew -lCore -lCint -lHist \
55 -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
56 -lMatrix -lPhysics -lm
57
58ROOTGLIBS = -L/CERN/root/lib -lNew -lCore -lCint -lHist \
59 -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
60 -lMatrix -lPhysics -lGui -lm
61
62GLIBS = $(ROOTLIBS) $(ROOTGLIBS)
63
64
65RANLIBDIR = ../../Detector/lib
66CERNDIR = /CERN
67
68# system
69
70SYSTEM = osf
71
72# @endcode
73##EOF
Note: See TracBrowser for help on using the repository browser.