source: trunk/MagicSoft/Mars/Makefile.conf.osf1@ 1064

Last change on this file since 1064 was 1039, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 668 bytes
Line 
1##################################################################
2#
3# config.mk
4#
5# @file config.mk
6#
7##################################################################
8# @maintitle
9
10# @code
11
12#
13# compilers
14#
15
16CC = cc
17CXX = cxx
18F77 = f77
19AR = ar -c -r
20
21#
22# ----->>> settings for compilation
23#
24
25OPTIM = -O2 -ieee -arch host
26DEBUG = -g -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst
27ARCHDEF = -D__OSF__
28
29MARS_LIB = -Llib $(SUBDIRS/*/-l&)
30INCLUDES = -I. $(SUBDIRS/*/-I&)
31
32# uncomment this for quiet compilation
33
34.SILENT:
35
36# @endcode
37##EOF
38
39
Note: See TracBrowser for help on using the repository browser.