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

Last change on this file since 1935 was 1752, checked in by moralejo, 22 years ago
*** empty log message ***
File size: 679 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 -lpthread
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
40
Note: See TracBrowser for help on using the repository browser.