# *
# *  XMMP - LinuX MultiMedia Project ( www.frozenproductions.com )
# *  Copyright (c) 1999 - 2002 Arthur Kleer <kleer@frozenproductions.com>
# *

TOPDIR = ../..

OBJS = g711.o g721.o g723_16.o g723_24.o g723_40.o g72x.o

TARGET = ccitt.a

all:	lib

clean:	cleanlib

include $(TOPDIR)/Makefile.make
