source: trunk/MagicSoft/Mars/Makefile.conf.linux@ 4020

Last change on this file since 4020 was 4020, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 847 bytes
Line 
1##################################################################
2#
3# config.mk
4#
5# @file config.mk
6#
7##################################################################
8
9# compilers
10
11CC = gcc
12CXX = g++
13F77 = f77
14AR = ar -rc
15
16#
17# ----->>> settings for compilation
18#
19OPTIM = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual
20# ggc 3.2: removed -fnonnull-objects -Wtraditional -Wnested-externs
21DEBUG =
22ARCHDEF = -D__LINUX__
23SOFLAG = -shared
24
25DYLIB = $(SOLIB)
26
27# For debugging information use '-g'
28# For producing gmon.out use '-pg' (needs static linking)
29
30#MARS_LIB = -Llib $(SUBDIRS:%=-l%) $(MARSLIBS)
31MARS_LIB = -Llib $(MARSLIBS)
32INCLUDES = -I. $(SUBDIRS:%=-I%)
33
34# uncomment this for quiet compilation
35
36.SILENT:
Note: See TracBrowser for help on using the repository browser.