5752146 [rkeene@sledge /home/rkeene/devel/old/stereograph-0.16]$ cat -n Makefile
 1 #
 2 # Makefile, Stereograph 0.15
 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
16 #CC = cc
17 #CFLAGS = -std1 -float -O2
18 
19 # SunOS 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

Makefile is the GNU `make' makefile.
5752147 [rkeene@sledge /home/rkeene/devel/old/stereograph-0.16]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2000-04-10 00:40:09