view decoders/mpglib/Makefile.am @ 261:9b6e82f7c853

Initial add.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 21 Feb 2002 19:46:09 +0000
parents
children 7507d2c15281
line wrap: on
line source

noinst_LTLIBRARIES = libmpglib.la

INCLUDES = -I$(top_srcdir)
CFLAGS = -DLAYER1 -DLAYER2 -DLAYER3

if USE_MPGLIB
libmpglib_la_SOURCES =	\
	common.c            \
	huffman.h           \
	layer1.c            \
	tabinit.c           \
	dct64_i386.c        \
	interface.c         \
	layer2.c            \
	mpg123_sdlsound.h   \
	decode_i386.c       \
	l2tables.h          \
	layer3.c            \
	mpglib_sdlsound.h
else
libmpglib_la_SOURCES =
endif

#EXTRA_DIST = FAQ README CHANGES TODO