view tremor/Makefile @ 22529:1f6b48b2abcd

fix up some longer than 80 char lines , and use suggestion from Diego.
author compn
date Tue, 13 Mar 2007 15:49:03 +0000
parents 8bcff5c7e387
children 090ec2169aee
line wrap: on
line source

include ../config.mak

LIBNAME_COMMON = libvorbisidec.a

SRCS_COMMON = bitwise.c \
          block.c \
          codebook.c \
          floor0.c \
          floor1.c \
          framing.c \
          info.c \
          mapping0.c \
          mdct.c \
          registry.c \
          res012.c \
          sharedbook.c \
          synthesis.c \
          window.c \

CFLAGS  = $(TREMOR_FLAGS)

include ../mpcommon.mak