source: branches/start/MagicSoft/Simulation/Corsika/Simone/config.mk.linux-gnu@ 4308

Last change on this file since 4308 was 324, checked in by harald, 25 years ago
This is the start point for the development of this Statisic Information about MONte carlo Events S I MON E
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 reflector program
16# Notes:
17#
18#---------------------------------------------------------------
19# $RCSfile: config.mk.linux-gnu,v $
20# $Revision: 1.1.1.1 $
21# $Author: harald $
22# $Date: 1999-11-18 09:39:14 $
23##################################################################
24# @maintitle
25
26# @code
27
28# program
29
30PROGRAM = camera
31
32# compilers & tools
33
34CC = gcc
35CXX = g++
36F77 = g77
37
38DOCUM = ../sus/sus
39RATE = ../../comstat/comstat -g -p
40
41# includes
42
43INCLUDE = ../../Detector/include-GENERAL
44INCLUDE_COR = ../../Detector/include-CORSIKA
45INCLUDE_ROOT = ${ROOTSYS}/include
46INCLUDE_SIMO = .
47
48OPTIM =
49DEBUG = -g
50
51# libraries
52
53
54ROOTLIBS = -L$(ROOTSYS)/lib -lNew -lBase -lCint -lClib \
55 -lCont -lFunc -lGraf -lGraf3d -lHist -lHtml \
56 -lMatrix -lMeta -lMinuit -lNet -lPostscript \
57 -lProof -lTree -lUnix -lZip -lRint
58
59ROOTGLIBS = -lGpad -lGui -lGX11 -lX3d -lX11
60
61
62GLIBS = $(ROOTLIBS) $(ROOTGLIBS) -L/usr/X11R6/lib \
63 -lXpm -lX11 -lm -ldl
64
65
66RANLIBDIR = ../../Detector/lib
67CERNDIR = /CERN
68
69# system
70
71SYSTEM = linux
72
73# @endcode
74##EOF
Note: See TracBrowser for help on using the repository browser.