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

Last change on this file since 761 was 546, checked in by tbretz, 24 years ago
*** empty log message ***
File size: 487 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
27
28MARS_LIB = -Llib $(SUBDIRS/*/-l&)
29INCLUDES = -I. $(SUBDIRS/*/-I&)
30
31# uncomment this for quiet compilation
32
33.SILENT:
34
35# @endcode
36##EOF
37
38
Note: See TracBrowser for help on using the repository browser.