Last change
on this file since 458 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 |
|
---|
16 | INCLUDE_ROOT = ${ROOTSYS}/include
|
---|
17 | INCLUDE_CPLUS = /usr/include/cxx
|
---|
18 | INCLUDE_MBASE = ./mbase
|
---|
19 |
|
---|
20 | #
|
---|
21 | # compilers
|
---|
22 | #
|
---|
23 |
|
---|
24 | CC = cc
|
---|
25 | CXX = cxx
|
---|
26 | F77 = f77
|
---|
27 | AR = ar -c -r
|
---|
28 |
|
---|
29 | #
|
---|
30 | # ----->>> settings for compilation
|
---|
31 | #
|
---|
32 |
|
---|
33 | OPTIM = -O2 -ieee -arch host
|
---|
34 | DEBUG = -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.