root/tags/arb_beta_20011107/config.makefile.template

Revision 353, 0.9 KB (checked in by anonymous, 11 years ago)

This commit was manufactured by cvs2svn to create tag
'arb_beta_20011107'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# --------------------------------------------------------------------------------
2# If this file is named config.makefile.template then rename it to config.makefile
3# --------------------------------------------------------------------------------
4#
5# Uncomment one section, depending on your machine type and compiler options
6
7DEBUG = 1# don't set to 0 (comment out instead!)
8# SEER = 1
9
10#********* LINUX / gcc g++ / static ********
11MACH = LINUX# Linus g++  and gcc
12LINUX = 1
13ECGS = 1# for newer Linux-versions
14
15export DEBIAN = 1
16
17#********* SUN4 / acc CC / dynamic ********
18
19# MACH = SUN4#
20# SUN4 = 1#                              # Exportable Version
21
22# MACH = SUN5#
23# SUN5 = 1
24# SUN_WS_50 = 1 # compile with Workshop 5.0
25
26#********* HP ****************
27# HPCC = 1
28# HPGCC = 1
29# MACH = HP#
30
31#*******  SGI  ***********
32# SGI = 1
33# MACH = SGI#
34
35#*******  DIGITAL OSF  ***********
36# DIGITAL = 1
37# MACH = DIGITAL#
Note: See TracBrowser for help on using the browser.