source:
branches/start/MagicSoft/Mars/Makefile.conf.linux-gnu@
9518
Last change on this file since 9518 was 454, checked in by , 24 years ago | |
---|---|
File size: 606 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/g++ |
18 | INCLUDE_MBASE = ./mbase |
19 | |
20 | |
21 | # compilers |
22 | |
23 | CC = g++ |
24 | CXX = g++ |
25 | F77 = f77 |
26 | AR = ar -rc |
27 | # |
28 | # ----->>> settings for compilation |
29 | # |
30 | |
31 | OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC |
32 | DEBUG = -g |
33 | |
34 | # uncomment this for quiet compilation |
35 | |
36 | .SILENT: |
37 | |
38 | # @endcode |
39 | ##EOF |
40 | |
41 |
Note:
See TracBrowser
for help on using the repository browser.