*** Makefile.orig	Fri Jan 15 22:57:47 1999
--- Makefile	Fri Jan 15 23:02:03 1999
***************
*** 21,28 ****
  # option may speed up certain compression modes.  If you get a
  # warning about -float being ignored in non -cckr compiles, it
  # has no effect on your system.
! CC = cc -signed
! LFLAGS = -laudio -lcurses -lm
  
  # SunOS 4.1.x
  #CC = cc -fsingle -DOLDCC
--- 21,28 ----
  # option may speed up certain compression modes.  If you get a
  # warning about -float being ignored in non -cckr compiles, it
  # has no effect on your system.
! #CC = cc -signed
! #LFLAGS = -laudio -lcurses -lm
  
  # SunOS 4.1.x
  #CC = cc -fsingle -DOLDCC
***************
*** 52,59 ****
  #    Depending on how your driver handles non-blocking I/O,
  #    you may also have to add -DAUDIO_BLOCKING to the
  #    CCFLAGS line.
! #CCFLAGS = -DM_LITTLE_ENDIAN
! #LFLAGS = -lcurses -ltermcap -lcompat -lm
  
  # ** Linux users please note: many Linux audio drivers are
  #    half-duplex, even through your sound card may actually
--- 52,60 ----
  #    Depending on how your driver handles non-blocking I/O,
  #    you may also have to add -DAUDIO_BLOCKING to the
  #    CCFLAGS line.
! PREFIX=/usr/local
! CCFLAGS = -DM_LITTLE_ENDIAN
! LFLAGS = -lcurses -ltermcap -lcompat -lm -lossaudio
  
  # ** Linux users please note: many Linux audio drivers are
  #    half-duplex, even through your sound card may actually
***************
*** 98,107 ****
  
  # Where Perl is located on your system.  This is used to make
  # a directly-executable version of sfvod.
! PERL = /usr/local/bin/perl
  
  # If your audio hardware is half duplex, uncomment the next line
! #DUPLEX = -DHALF_DUPLEX
  
  # If your getdomainname() does not return the DNS domainname, define:
  #DOMAIN=-DMYDOMAIN=\"somedomain.net\"
--- 99,108 ----
  
  # Where Perl is located on your system.  This is used to make
  # a directly-executable version of sfvod.
! PERL = /usr/bin/perl
  
  # If your audio hardware is half duplex, uncomment the next line
! DUPLEX = -DHALF_DUPLEX
  
  # If your getdomainname() does not return the DNS domainname, define:
  #DOMAIN=-DMYDOMAIN=\"somedomain.net\"
***************
*** 127,138 ****
  
  CARGS = -DInternet_Port=$(INTERNET_PORT)
  
! DEBUG = -g -DHEXDUMP
! #DEBUG = -O
  
  #   Compiler flags
  
! CFLAGS = $(DEBUG) -Iadpcm -Ilpc -Igsm/inc -Imd5 -Iidea -Ilibdes $(CARGS) $(DUPLEX) $(CCFLAGS) $(DOMAIN)
  
  PROGRAMS = sfspeaker sfmike sflwld sflwl sfecho sfreflect sfvod
  
--- 128,139 ----
  
  CARGS = -DInternet_Port=$(INTERNET_PORT)
  
! #DEBUG = -g -DHEXDUMP
! DEBUG = -O
  
  #   Compiler flags
  
! CFLAGS = $(DEBUG) -I${PREFIX}/include -Iadpcm -Ilpc -Igsm/inc -Imd5 -Iidea -Ilibdes $(CARGS) $(DUPLEX) $(CCFLAGS) $(DOMAIN)
  
  PROGRAMS = sfspeaker sfmike sflwld sflwl sfecho sfreflect sfvod
  
