root/tags/solaris_20011018/config.makefile.template

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

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

  • 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
15#********* SUN4 / acc CC / dynamic ********
16
17# MACH = SUN4#
18# SUN4 = 1#                              # Exportable Version
19
20# MACH = SUN5#
21# SUN5 = 1
22# SUN_WS_50 = 1 # compile with Workshop 5.0
23
24#********* HP ****************
25# HPCC = 1
26# HPGCC = 1
27# MACH = HP#
28
29#*******  SGI  ***********
30# SGI = 1
31# MACH = SGI#
32
33#*******  DIGITAL OSF  ***********
34# DIGITAL = 1
35# MACH = DIGITAL#
Note: See TracBrowser for help on using the browser.