source: trunk/MagicSoft/Mars/Makefile.conf.linux-gnu@ 543

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