| Last change
 on this file since 7334 was             415, checked in by harald, 25 years ago | 
        
          | small changes to read in also cphotons | 
        
          | File size:
            1.5 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.2 $ | 
|---|
| 21 | # $Author: harald $ | 
|---|
| 22 | # $Date: 2000-07-06 10:24:00 $ | 
|---|
| 23 | ################################################################## | 
|---|
| 24 | # @maintitle | 
|---|
| 25 |  | 
|---|
| 26 | # @code | 
|---|
| 27 |  | 
|---|
| 28 | # program | 
|---|
| 29 |  | 
|---|
| 30 | PROGRAM = camera | 
|---|
| 31 |  | 
|---|
| 32 | # compilers & tools | 
|---|
| 33 |  | 
|---|
| 34 | CC            = gcc | 
|---|
| 35 | CXX           = g++ | 
|---|
| 36 | F77           = g77 | 
|---|
| 37 |  | 
|---|
| 38 | DOCUM         = ../sus/sus | 
|---|
| 39 | RATE          = ../../comstat/comstat -g -p | 
|---|
| 40 |  | 
|---|
| 41 | # includes | 
|---|
| 42 |  | 
|---|
| 43 | INCLUDE       = ../../Detector/include-GENERAL | 
|---|
| 44 | INCLUDE_COR   = ../../Detector/include-CORSIKA | 
|---|
| 45 | INCLUDE_ROOT  = ${ROOTSYS}/include | 
|---|
| 46 | INCLUDE_SIMO  = . | 
|---|
| 47 |  | 
|---|
| 48 | OPTIM    = | 
|---|
| 49 | DEBUG    = -g | 
|---|
| 50 |  | 
|---|
| 51 | # libraries | 
|---|
| 52 |  | 
|---|
| 53 |  | 
|---|
| 54 | ROOTLIBS      = -L/cern/root/lib -lNew -lCore -lCint -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lm -ldl -lpthread -rdynamic | 
|---|
| 55 |  | 
|---|
| 56 | ROOTGLIBS     = -lGpad -lGui -lGX11 -lX3d -lX11 | 
|---|
| 57 |  | 
|---|
| 58 |  | 
|---|
| 59 | GLIBS         = $(ROOTLIBS) $(ROOTGLIBS) -L/usr/X11R6/lib \ | 
|---|
| 60 | -lXpm -lX11  -lm -ldl | 
|---|
| 61 |  | 
|---|
| 62 |  | 
|---|
| 63 | RANLIBDIR = ../../Detector/lib | 
|---|
| 64 | CERNDIR = /CERN | 
|---|
| 65 |  | 
|---|
| 66 | # system | 
|---|
| 67 |  | 
|---|
| 68 | SYSTEM  = linux | 
|---|
| 69 |  | 
|---|
| 70 | # @endcode | 
|---|
| 71 | ##EOF | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.