source: branches/start/MagicSoft/Mars/Makefile.conf.osf1@ 7880

Last change on this file since 7880 was 454, checked in by harald, 24 years ago
Import the first sources of the MAGIC Analysis and Reconstruction Software. T. Bretz and H. Kornmayer 20.December 2000
File size: 590 bytes
Line 
1##################################################################
2#
3# config.mk
4#
5# @file config.mk
6#
7##################################################################
8# @maintitle
9
10# @code
11
12#
13# ----->>> includes
14#
15
16INCLUDE_ROOT = ${ROOTSYS}/include
17INCLUDE_CPLUS = /usr/include/cxx
18INCLUDE_MBASE = ./mbase
19
20#
21# compilers
22#
23
24CC = cc
25CXX = cxx
26F77 = f77
27AR = ar -c -r
28
29#
30# ----->>> settings for compilation
31#
32
33OPTIM = -O2 -ieee -arch host
34DEBUG = -g
35
36# uncomment this for quiet compilation
37
38.SILENT:
39
40# @endcode
41##EOF
42
43
Note: See TracBrowser for help on using the repository browser.