5752145 [rkeene@sledge /home/rkeene/devel/old/stereograph-0.10b]$ cat -n Makefile
 1 #
 2 # Makefile, Stereograph 0.10
 3 #
 4 # If necessary please edit to suit your system.
 5 
 6 # Linux
 7 CC  = gcc
 8 CFLAGS = -Wall -O2 -Dlinux 
 9 LDFLAGS = -lm
10 
11 # HPUX
12 #CC = cc
13 #CFLAGS = -Aa -D_HPUX_SOURCE -DSYSV +O3
14 
15 # DEC OSF/1 V2.1 (Rev. 250)
16 #CC = cc
17 #CFLAGS = -std1 -float -O2
18 
19 # SunOS 4.1.3 with acc
20 #CC = acc
21 #CFLAGS = -fast
22 
23 # Generic Unix
24 #CC = cc
25 #CFLAGS = -ansi -O
26 
27 # Generic Unix with gcc
28 #CC = gcc
29 #CFLAGS = -ansi -Wall -O2
30 
31 
32 # no need to change anything below here
33 #----------------------------------------------------------
34 
35 include Makefile.in
5752146 [rkeene@sledge /home/rkeene/devel/old/stereograph-0.10b]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2000-02-14 22:19:49