1998-10-10 05:40:57 +00:00
|
|
|
*** Makefile.in.orig Fri Oct 9 20:16:24 1998
|
|
|
|
--- Makefile.in Fri Oct 9 20:17:42 1998
|
|
|
|
***************
|
|
|
|
*** 1,9 ****
|
|
|
|
|
|
|
|
# Which compiler to use
|
|
|
|
! CC = cc
|
|
|
|
|
|
|
|
# What optimization level to use
|
|
|
|
! OPTFLAGS = -O2
|
|
|
|
|
|
|
|
# What options to be used by the compiler
|
|
|
|
COPTIONS =
|
|
|
|
--- 1,9 ----
|
|
|
|
|
|
|
|
# Which compiler to use
|
|
|
|
! # CC = cc
|
|
|
|
|
|
|
|
# What optimization level to use
|
|
|
|
! # OPTFLAGS = -O2
|
|
|
|
|
|
|
|
# What options to be used by the compiler
|
|
|
|
COPTIONS =
|
|
|
|
***************
|
|
|
|
*** 12,21 ****
|
|
|
|
LDOPTIONS =
|
|
|
|
|
|
|
|
# What archiving to use
|
|
|
|
! AR = ar rv
|
|
|
|
|
|
|
|
# What to use for indexing the archive
|
|
|
|
! RANLIB = ranlib
|
|
|
|
# RANLIB = ar -ts
|
|
|
|
# RANLIB =
|
|
|
|
|
|
|
|
--- 12,21 ----
|
|
|
|
LDOPTIONS =
|
|
|
|
|
|
|
|
# What archiving to use
|
|
|
|
! # AR = ar rv
|
|
|
|
|
|
|
|
# What to use for indexing the archive
|
|
|
|
! # RANLIB = ranlib
|
|
|
|
# RANLIB = ar -ts
|
|
|
|
# RANLIB =
|
|
|
|
|