comparison 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
comparison
equal deleted inserted replaced
260:44a4730a1e6f 261:9b6e82f7c853
1 noinst_LTLIBRARIES = libmpglib.la
2
3 INCLUDES = -I$(top_srcdir)
4 CFLAGS = -DLAYER1 -DLAYER2 -DLAYER3
5
6 if USE_MPGLIB
7 libmpglib_la_SOURCES = \
8 common.c \
9 huffman.h \
10 layer1.c \
11 tabinit.c \
12 dct64_i386.c \
13 interface.c \
14 layer2.c \
15 mpg123_sdlsound.h \
16 decode_i386.c \
17 l2tables.h \
18 layer3.c \
19 mpglib_sdlsound.h
20 else
21 libmpglib_la_SOURCES =
22 endif
23
24 #EXTRA_DIST = FAQ README CHANGES TODO