|
Last change
on this file since 1118 was 790, checked in by domingo, 24 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 |
|
|---|
| 35 | CC = cc
|
|---|
| 36 | CXX = cxx
|
|---|
| 37 | F77 = f77
|
|---|
| 38 |
|
|---|
| 39 | DOCUM = ../sus/sus
|
|---|
| 40 | RATE = ../../comstat/comstat -g -p
|
|---|
| 41 |
|
|---|
| 42 | # includes
|
|---|
| 43 |
|
|---|
| 44 | INCLUDE = ../../Detector/include-GENERAL
|
|---|
| 45 | INCLUDE_COR = ../../Detector/include-CORSIKA
|
|---|
| 46 | INCLUDE_ROOT = ${ROOTSYS}/include
|
|---|
| 47 | INCLUDE_SIMO = .
|
|---|
| 48 |
|
|---|
| 49 | OPTIM = -O
|
|---|
| 50 | DEBUG = -g
|
|---|
| 51 |
|
|---|
| 52 | # libraries
|
|---|
| 53 |
|
|---|
| 54 | ROOTLIBS = -L/CERN/root/lib -lNew -lCore -lCint -lHist \
|
|---|
| 55 | -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
|
|---|
| 56 | -lMatrix -lPhysics -lm
|
|---|
| 57 |
|
|---|
| 58 | ROOTGLIBS = -L/CERN/root/lib -lNew -lCore -lCint -lHist \
|
|---|
| 59 | -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
|
|---|
| 60 | -lMatrix -lPhysics -lGui -lm
|
|---|
| 61 |
|
|---|
| 62 | GLIBS = $(ROOTLIBS) $(ROOTGLIBS)
|
|---|
| 63 |
|
|---|
| 64 |
|
|---|
| 65 | RANLIBDIR = ../../Detector/lib
|
|---|
| 66 | CERNDIR = /CERN
|
|---|
| 67 |
|
|---|
| 68 | # system
|
|---|
| 69 |
|
|---|
| 70 | SYSTEM = osf
|
|---|
| 71 |
|
|---|
| 72 | # @endcode
|
|---|
| 73 | ##EOF
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.