source: tags/initial/config.makefile

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

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