Cleaned up the mode coding to not use global variables when decoding a custom alphabet.
[xiph/unicode.git] / avl / Makefile.am
blob842baac3c76b3a7e14b3ade99c808176f858e7a3
1 ## Process this with automake to create Makefile.in
3 AUTOMAKE_OPTIONS = foreign
5 noinst_LTLIBRARIES = libiceavl.la
6 noinst_HEADERS = avl.h
8 libiceavl_la_SOURCES = avl.c
9 libiceavl_la_CFLAGS = @XIPH_CFLAGS@
11 INCLUDES = -I$(srcdir)/..
13 # SCCS stuff (for BitKeeper)
14 GET = true
16 debug:
17         $(MAKE) all CFLAGS="@DEBUG@"
19 profile:
20         $(MAKE) all CFLAGS="@PROFILE@"