# $Header: /cvs/faces/faces/compface/Makefile.am,v 1.3 2002/02/21 15:42:54 devface Exp $
#
# Copyright (C) 1990-2002 Rich Burridge, Sun Microsystems Inc.
# All rights reserved.
#
# Permission is given to distribute these sources, as long as the
# copyright messages are not removed, and no monies are exchanged.
#
# No responsibility is taken for any errors on inaccuracies inherent
# either to the comments or the code of this program, but if reported
# to me, then an attempt will be made to fix them.
noinst_LIBRARIES = libcompface.a
libcompface_a_SOURCES = \
file.c \
gen.c \
arith.c \
compress.c \
compface.c \
uncompface.c \
compface.h \
vars.h \
data.h
bin_PROGRAMS = compface uncompface
LDADD = -L. -lcompface
compface_SOURCES = \
cmain.c \
compface.c
uncompface_SOURCES = \
uncmain.c \
uncompface.c
man_MANS = compface.1 compface.3
EXTRA_DIST = $(man_MANS)
syntax highlighted by Code2HTML, v. 0.9.1