summaryrefslogtreecommitdiff
path: root/src/libmpeg2/Makefile.am
blob: c6c6a1391a2f40a8ce5037b719b35670e49ce1d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
CFLAGS = @LIBMPEG2_CFLAGS@ @GLOBAL_CFLAGS@

EXTRA_DIST = idct_mlib.c idct_mlib.h motion_comp_mlib.c

LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic

libdir = $(XINE_PLUGINDIR)

lib_LTLIBRARIES = xineplug_decode_mpeg2.la

#libmpeg2_la_SOURCES = slice.c header.c stats.c idct.c motion_comp.c\
#	decode.c  idct_mmx.c motion_comp_mmx.c

xineplug_decode_mpeg2_la_SOURCES = slice.c header.c stats.c idct.c motion_comp.c\
	decode.c idct_mmx.c motion_comp_mmx.c xine_decoder.c
xineplug_decode_mpeg2_la_LDFLAGS = -avoid-version -module


noinst_HEADERS = vlc.h mpeg2.h mpeg2_internal.h 

debug:
	$(MAKE) CFLAGS="$(DEBUG_CFLAGS) @BUILD_LIB_STATIC@"

mostlyclean-generic:
	-rm -f *~ \#* .*~ .\#*

maintainer-clean-generic:
	-@echo "This command is intended for maintainers to use;"
	-@echo "it deletes files that may require special tools to rebuild."
	-rm -f Makefile.in