shithub: jbig2

ref: ed23b26857f9d5324a52730e7504c1a14a2d3161
dir: /Makefile.am/

View raw version
# $Id: Makefile.am,v 1.4 2002/06/20 15:42:47 giles Exp $
## process this file with automake to generate Makefile.in

lib_LIBRARIES = libjbig2dec.a

libjbig2dec_a_SOURCES = jbig2.c \
	jbig2_arith.c jbig2_arith_int.c jbig2_huffman.c \
	jbig2_segment.c jbig2_page.c \
	jbig2_symbol_dict.c jbig2_text.c \
	jbig2_generic.c jbig2_mmr.c \
	jbig2_image.c jbig2_image_pbm.c

bin_PROGRAMS = jbig2dec
#noinst_PROGRAMS = test_huffman test_arith test_png

jbig2dec_SOURCES = jbig2dec.c
jbig2dec_LDADD = libjbig2dec.a @LIBOBJS@