Last change
on this file since 1714 was 447, checked in by harald, 24 years ago |
Bringing the sources for the octobertest under CVS controll.
(november, 3rd, 2000)
|
-
Property svn:executable
set to
*
|
File size:
565 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 |
|
---|
28 | #
|
---|
29 | # ----->>> settings for compilation
|
---|
30 | #
|
---|
31 |
|
---|
32 | OPTIM = -O2 -ieee -arch host
|
---|
33 | DEBUG = -g
|
---|
34 |
|
---|
35 | # uncomment this for quiet compilation
|
---|
36 |
|
---|
37 | .SILENT:
|
---|
38 |
|
---|
39 | # @endcode
|
---|
40 | ##EOF
|
---|
41 |
|
---|
42 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.