Software Package:       
	compface

Release/Version:
	Jan 1990

Retrieved from:
	http://www.cs.indiana.edu/pub/faces

Bug reports:
	This software package is maintained by the software contributor,
	not BSDI.  Please send any bug reports to both support@BSDI.COM
	and James.Ashton@anu.edu.au

Comments:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Modifications to this version made by BSDI:

Added makefile to install things correctly.

diff -rc compface/Makefile compface.good/Makefile
*** compface/Makefile	Wed Oct 23 20:28:06 1991
--- compface.good/Makefile	Sat Dec 16 15:58:11 1995
***************
*** 22,30 ****
  # BINDIR, LIBDIR, and MANDIR are expected to be overridden by the
  # calling Makefile
  
! BINDIR		= /usr/local/bin
! LIBDIR		= /usr/local/lib
! MANDIR		= /usr/manl
  
  NAME		= compface
  UNNAME		= uncompface
--- 22,30 ----
  # BINDIR, LIBDIR, and MANDIR are expected to be overridden by the
  # calling Makefile
  
! BINDIR		= /usr/contrib/bin
! LIBDIR		= /usr/lib
! MANDIR		= /usr/contrib/man
  
  NAME		= compface
  UNNAME		= uncompface
***************
*** 40,48 ****
  HDRS		= compface.h data.h
  OTHERS		= README $(NAME).1 $(NAME).3 Makefile
  
! CC		= cc
  CDEFS		= $(SYSV)
! CCOMP		= -g
  CFLAGS		= $(CDEFS) $(CCOMP)
  
  all:		$(NAME) $(UNNAME)
--- 40,48 ----
  HDRS		= compface.h data.h
  OTHERS		= README $(NAME).1 $(NAME).3 Makefile
  
! CC		= shlicc2
  CDEFS		= $(SYSV)
! CCOMP		= -O
  CFLAGS		= $(CDEFS) $(CCOMP)
  
  all:		$(NAME) $(UNNAME)
