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

Last change on this file since 463 was 463, checked in by harald, 24 years ago
The first implementation of a gui to test the data of Octobertest was implemented. Therefore the two subdirs mgui and mdatacheck were introduced. The program for the gui is called -> mars <-.
File size: 564 bytes
Line 
1##################################################################
2#
3# config.mk
4#
5# @file config.mk
6#
7##################################################################
8# @maintitle
9
10# @code
11
12#
13# ----->>> includes
14#
15
16INCLUDE_ROOT = $(ROOTSYS)/include
17INCLUDE_CPLUS = /usr/include/cxx
18
19#
20# compilers
21#
22
23CC = cc
24CXX = cxx
25F77 = f77
26AR = ar -c -r
27
28#
29# ----->>> settings for compilation
30#
31
32OPTIM = -O2 -ieee -arch host
33DEBUG = -g
34
35# uncomment this for quiet compilation
36
37.SILENT:
38
39# @endcode
40##EOF
41
42
Note: See TracBrowser for help on using the repository browser.