|
Last change
on this file since 798 was 738, checked in by tbretz, 25 years ago |
|
*** empty log message ***
|
-
Property svn:executable
set to
*
|
|
File size:
425 bytes
|
| Line | |
|---|
| 1 | ##################################################################
|
|---|
| 2 | #
|
|---|
| 3 | # config.mk
|
|---|
| 4 | #
|
|---|
| 5 | # @file config.mk
|
|---|
| 6 | #
|
|---|
| 7 | ##################################################################
|
|---|
| 8 | # @maintitle
|
|---|
| 9 |
|
|---|
| 10 | # compilers
|
|---|
| 11 |
|
|---|
| 12 | CC = gcc
|
|---|
| 13 | CXX = g++
|
|---|
| 14 | F77 = f77
|
|---|
| 15 | AR = ar -rc
|
|---|
| 16 | #
|
|---|
| 17 | # ----->>> settings for compilation
|
|---|
| 18 | #
|
|---|
| 19 |
|
|---|
| 20 | OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
|
|---|
| 21 | DEBUG = -g
|
|---|
| 22 |
|
|---|
| 23 | # uncomment this for quiet compilation
|
|---|
| 24 |
|
|---|
| 25 | #.SILENT:
|
|---|
| 26 |
|
|---|
| 27 | # @endcode
|
|---|
| 28 | ##EOF
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.